]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitbb480723eddeafd395e5258fa298a751c0128dc3
tree3eab2251e245d91958460d5c6e05a6de8e0bff15
parent0b780890ede8cd0c943d8521940103e811ae65d9
Revert "HID: microsoft: fix invalid rdesc for 3k kbd"

This reverts commit 134c16f946b269bbfdf1110ab43ce7b87cfae0f1.

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 0b78089 "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