From: Jiri Slaby Date: Fri, 14 Nov 2008 11:03:47 +0000 (+0100) Subject: HID: don't grab devices with no input X-Git-Tag: v2.6.28-rc6~67^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=131d3a7a009d56a96cc7117b4e9d0c90c2e2a1dc;p=pandora-kernel.git HID: don't grab devices with no input Some devices have no input interrupt endpoint. These won't be handled by usbhid, but currently they are not refused and reside on hid bus. Perform this checking earlier so that we refuse to control such a device early enough (and not pass it to the hid bus at all). Signed-off-by: Jiri Slaby Signed-off-by: Jiri Kosina --- Reading git-diff-tree failed