From: Jiri Slaby Date: Wed, 22 Oct 2008 12:47:18 +0000 (+0200) Subject: HID: fix hidbus/appletouch device binding regression X-Git-Tag: v2.6.28-rc3~106^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4d8e4736c94e78fd846dca0c95a3a0710582584;p=pandora-kernel.git HID: fix hidbus/appletouch device binding regression The appletouch mouse devices are grabbed by the hid bus and not released even if apple driver says ENODEV (as expected) -- these are composite USB devices, for which we only ignore the mouse interface. This is currently not handled by hidbus code properly. Move the ignoring one level upper to forbid the hid layer to grab the device. Reported-by: Justin Mattock Reported-by: Steven Noonan Signed-off-by: Jiri Slaby Signed-off-by: Jiri Kosina --- Reading git-diff-tree failed