Revert "HID: microsoft: fix invalid rdesc for 3k kbd"
authorMichel Hermier <michel.hermier@gmail.com>
Tue, 20 Sep 2016 17:50:51 +0000 (19:50 +0200)
committerJiri Kosina <jkosina@suse.cz>
Mon, 26 Sep 2016 11:47:12 +0000 (13:47 +0200)
commit52dc085a50c6b4b8143087ce194d0b193cb3662d
tree3eab2251e245d91958460d5c6e05a6de8e0bff15
parent1989dada7ce07848196991c9ebf25ff9c5f14d4e
Revert "HID: microsoft: fix invalid rdesc for 3k kbd"

This reverts commit 3ccc60f9d8c39180c205dba1a020735bda1b2491.

While investigating bug https://bugzilla.kernel.org/show_bug.cgi?id=37982 ,
there was solid evidences that Microsoft reused the same report
descriptor for the its Digital Media keyboard series.

Since 1989dad "HID: input: ignore System Control application usages if not
System Controls", the keyboard series do not produce a spurious joystick
input device inode without needing to patch the problematic report
descriptor. As such the MS_RDESC_3K reportdescriptor fixup can be removed.

Signed-off-by: Michel Hermier <michel.hermier@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/hid-microsoft.c