From: Benjamin Tissoires Date: Fri, 24 Jul 2015 16:02:22 +0000 (-0400) Subject: HID: core: do not reject devices when they declare too many usages X-Git-Tag: omap-for-v4.3/fixes-rc1~125^2~3^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba53219809f4b3a08f21600a0f3b675620d518bc;p=pandora-kernel.git 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 Signed-off-by: Benjamin Tissoires Signed-off-by: Jiri Kosina --- Reading git-diff-tree failed