From: Vincent Vanackere Date: Sun, 5 Jun 2005 10:21:43 +0000 (+0200) Subject: [PATCH] USB: fix atiremote input doesn`t register `device` & `driver` section in... X-Git-Tag: v2.6.13-rc1~51^2~8^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c11372da33c9d38cb35867915f15c74778e1a3a4;p=pandora-kernel.git [PATCH] USB: fix atiremote input doesn`t 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 --- Reading git-diff-tree failed