tmp_suning_uos_patched/drivers
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
..
acorn
acpi
atm
base
block [PATCH] consolidate timeout defintions in scsi.h 2005-04-16 20:13:03 -05:00
bluetooth
cdrom
char [PATCH] update maintainer for /dev/random 2005-04-16 15:25:56 -07:00
cpufreq
crypto
dio
eisa
fc4
firmware
i2c
ide [PATCH] hd: eliminate bad section references 2005-04-16 15:25:52 -07:00
ieee1394
infiniband [PATCH] drivers/infiniband/hw/mthca/mthca_main.c: remove an unused label 2005-04-16 15:26:35 -07:00
input
isdn
macintosh
mca
md [PATCH] md: remove a number of misleading calls to MD_BUG 2005-04-16 15:26:42 -07:00
media
message [PATCH] Convert i2o to compat_ioctl 2005-04-16 20:15:17 -05:00
misc
mmc
mtd
net [PATCH] usb suspend updates (interface suspend) 2005-04-18 17:39:22 -07:00
nubus
oprofile
parisc
parport
pci
pcmcia
pnp [PATCH] pnpbios: eliminate bad section references 2005-04-16 15:25:51 -07:00
s390 zfcp: add point-2-point support 2005-04-16 20:15:43 -05:00
sbus
scsi scsi: add DID_REQUEUE to the error handling 2005-04-16 20:16:08 -05:00
serial [PATCH] serial: fix comments in 8250.c 2005-04-16 15:26:39 -07:00
sh
sn
tc
telephony
usb [PATCH] USB: fix AIPTEK input doesnt register device & driver` section in sysfs (/sys/class/input/event#) 2005-04-18 17:39:35 -07:00
video
w1
zorro
Kconfig
Makefile