linux-IllusionX/drivers/usb/input
Viktor A. Danilov e838a0d4d5 [PATCH] USB: fix AIPTEK input doesnt register device & driver` section in sysfs (/sys/class/input/event#)
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);

From: "Viktor A. Danilov" <__die@mail.ru>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

Index: gregkh-2.6/drivers/usb/input/aiptek.c
===================================================================
2005-04-18 17:39:35 -07:00
..
aiptek.c [PATCH] USB: fix AIPTEK input doesnt register device & driver` section in sysfs (/sys/class/input/event#) 2005-04-18 17:39:35 -07:00
ati_remote.c
fixp-arith.h
hid-core.c [PATCH] USB: kfree cleanup for drivers/usb/* - no need to check for NULL 2005-04-18 17:39:34 -07:00
hid-debug.h
hid-ff.c
hid-input.c
hid-lgff.c
hid-tmff.c
hid.h
hiddev.c
kbtab.c
Kconfig
Makefile
mtouchusb.c
pid.c
pid.h
powermate.c
touchkitusb.c
usbkbd.c
usbmouse.c
wacom.c
xpad.c