]> git.baikalelectronics.ru Git - kernel.git/commit
HID: redragon: Fix modifier keys for Redragon Asura Keyboard
authorRobert Munteanu <rombert@apache.org>
Mon, 16 Apr 2018 21:38:24 +0000 (00:38 +0300)
committerJiri Kosina <jkosina@suse.cz>
Tue, 17 Apr 2018 11:56:29 +0000 (13:56 +0200)
commit2e30e7c83e8dca2ede8d2e49a959b0f44b9cd272
tree66dfa7689b74bc4745e9db289e1fb42fe403c0a2
parentdd2f097c8b990fdd244e4534d477c493d0c2e7da
HID: redragon: Fix modifier keys for Redragon Asura Keyboard

This adds a new driver for the Redragon Asura keyboard. The Asura
keyboard contains an error in the HID descriptor which causes all
modifier keys to be mapped to left shift. Additionally, we suppress
the creation of a second, not working, keyboard device.

Signed-off-by: Robert Munteanu <rombert@apache.org>
Reviewed-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/Kconfig
drivers/hid/Makefile
drivers/hid/hid-ids.h
drivers/hid/hid-redragon.c [new file with mode: 0644]