]> err.no Git - linux-2.6/blobdiff - drivers/input/keyboard/locomokbd.c
Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-leds
[linux-2.6] / drivers / input / keyboard / locomokbd.c
index 764f5ee764fabc49cc8531c38b06f60c3e7a078f..7a41b271f222cfb5bdf5b68cd6946e27d6c88bf8 100644 (file)
@@ -231,6 +231,7 @@ static int locomokbd_probe(struct locomo_dev *dev)
        input_dev->id.vendor = 0x0001;
        input_dev->id.product = 0x0001;
        input_dev->id.version = 0x0100;
+       input_dev->dev.parent = &dev->dev;
 
        input_dev->evbit[0] = BIT(EV_KEY) | BIT(EV_REP);
        input_dev->keycode = locomokbd->keycode;