commit | ba53219809f4b3a08f21600a0f3b675620d518bc | [log] [tgz] |
---|---|---|
author | Benjamin Tissoires <benjamin.tissoires@redhat.com> | Fri Jul 24 12:02:22 2015 -0400 |
committer | Jiri Kosina <jkosina@suse.com> | Mon Jul 27 14:41:30 2015 +0200 |
tree | c2fe0808f9918180d534a085f5591d5374032669 | |
parent | 3eb4351af42bd8b6de20daab07b204a85c35248f [diff] |
HID: core: do not reject devices when they declare too many usages Some device present proprietary collections with a usage min of 0x00 and a usage max of 0xffff. hid-core currently reject them while most of the time this is harmless. Let's ignore the exceeding usages, and hope for the best. Reported-by: Simon Wörner <mail@simon-woerner.de> Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com> Signed-off-by: Jiri Kosina <jkosina@suse.com>