From: Viktor A. Danilov <__die@mail.ru> Date: Tue, 19 Apr 2005 00:39:35 +0000 (-0700) Subject: [PATCH] USB: fix AIPTEK input doesn`t register `device` & `driver` section in sysfs... X-Git-Tag: v2.6.12-rc3~26^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e838a0d4d5260bce452c96914a6e86b217c53c55;p=pandora-kernel.git [PATCH] USB: fix AIPTEK input doesn`t 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 Index: gregkh-2.6/drivers/usb/input/aiptek.c =================================================================== --- Reading git-diff-tree failed