Re: PROBLEM: AIPTEK input doesn`t register `device` & `driver` section in sysfs (/sys/class/input/event#)

2005-04-12 Thread Greg KH
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 >

PROBLEM: AIPTEK input doesn`t register `device` & `driver` section in sysfs (/sys/class/input/event#)

2005-04-10 Thread Viktor A. Danilov
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(&am