commit | 131d3a7a009d56a96cc7117b4e9d0c90c2e2a1dc | [log] [tgz] |
---|---|---|
author | Jiri Slaby <jirislaby@gmail.com> | Fri Nov 14 12:03:47 2008 +0100 |
committer | Jiri Kosina <jkosina@suse.cz> | Fri Nov 14 14:10:01 2008 +0100 |
tree | 9427510362e77d167d2646a7e5e25438dc0e2d23 | |
parent | 62a56582e01b1c5139b235004548e233201df9aa [diff] |
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 <jirislaby@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>