From: Dmitry Torokhov Date: Mon, 11 Jul 2005 06:02:16 +0000 (-0500) Subject: Input: serio_raw - link serio_raw misc device to corresponding X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=dc1e97b5eaed1921f421cf56fd233f064464b300;p=deliverable%2Flinux.git Input: serio_raw - link serio_raw misc device to corresponding serio port in sysfs. Signed-off-by: Dmitry Torokhov --- diff --git a/drivers/input/serio/serio_raw.c b/drivers/input/serio/serio_raw.c index d914e7e93db4..47e08de18d07 100644 --- a/drivers/input/serio/serio_raw.c +++ b/drivers/input/serio/serio_raw.c @@ -299,6 +299,7 @@ static int serio_raw_connect(struct serio *serio, struct serio_driver *drv) serio_raw->dev.minor = PSMOUSE_MINOR; serio_raw->dev.name = serio_raw->name; + serio_raw->dev.dev = &serio->dev; serio_raw->dev.fops = &serio_raw_fops; err = misc_register(&serio_raw->dev);