Remote Controls shipped with some new Jetway ION system has two event
interfaces : Keyboard and Mouse. Mouse buttons work but keyboard buttons
doesn't.
The remote identifies itself as :
Vendor:Device 0x0755:0x2626
Cy se W-01RN USB_V3.1
the Remote Control has a bogus HID Report Descriptor. According to that
report descriptor, the maximum logical value for key events is 1 and not
101 (101 keys).
This quirk fixes this wrong Report Descriptor and is basically the same
found in hid-elecom.c.
This patch is originally from
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/607062 with changes
to not oops on linux-2.6.37.
Signed-off-by: Stephan Raue <redacted>