Re: [PATCH] HID: core: do not reject devices when they declare too many usages

2015-07-27 Thread Jiri Kosina
On Fri, 24 Jul 2015, Benjamin Tissoires wrote: > Some device present proprietary collections with a usage min of 0x00 and > a usage max of 0x. hid-core currently reject them while most of the > time this is harmless. > Let's ignore the exceeding usages, and hope for the best. Okay, why not, t

[PATCH] HID: core: do not reject devices when they declare too many usages

2015-07-24 Thread Benjamin Tissoires
Some device present proprietary collections with a usage min of 0x00 and a usage max of 0x. 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 Signed-off-by: Benjamin Tissoires --- drive