Vincent Vanackere c11372da33 [PATCH] USB: fix atiremote input doesnt register device & driver` section in sysfs (/sys/class/input/event#)
> On Sun, Apr 10, 2005 at 07:21:28PM +0600, Viktor A. Danilov wrote:
> >
> > PROBLEM: aiptek input doesn`t register `device` & `driver` section in sysfs (/sys/class/input/event#)
> > REASON: `dev` - field not filled...
> > SOLUTION: in linux/drivers/usb/input/aiptek.c write
> >       aiptek->inputdev.dev = &intf->dev;
> > before calling
> >       input_register_device(&aiptek->inputdev);

The following (tested) patch fixes the exact same issue with the ATI
Remote input driver.

Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2005-06-27 14:44:02 -07:00
..
2005-06-25 16:24:32 -07:00
2005-06-23 09:45:35 -07:00
2005-06-26 18:37:26 -04:00
2005-06-25 16:24:37 -07:00
2005-06-21 18:46:32 -07:00
2005-06-25 16:25:06 -07:00
2005-06-21 18:46:32 -07:00
2005-06-21 18:46:32 -07:00