diff options
author | Robert Munteanu <rombert@apache.org> | 2018-04-17 00:38:24 +0300 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2018-04-17 13:56:29 +0200 |
commit | 85455dd906d568d5a42d9365938fbf82e932e2b8 (patch) | |
tree | 66dfa7689b74bc4745e9db289e1fb42fe403c0a2 /drivers/hid/Kconfig | |
parent | e8403b493fd5180e351ca67eb66406d95dadcd0b (diff) | |
download | linux-85455dd906d568d5a42d9365938fbf82e932e2b8.tar.bz2 |
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>
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r-- | drivers/hid/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index 60252fd796f6..c486bae2d532 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig @@ -574,6 +574,13 @@ config HID_MAYFLASH Say Y here if you have HJZ Mayflash PS3 game controller adapters and want to enable force feedback support. +config HID_REDRAGON + tristate "Redragon keyboards" + depends on HID + default !EXPERT + ---help--- + Support for Redragon keyboards that need fix-ups to work properly. + config HID_MICROSOFT tristate "Microsoft non-fully HID-compliant devices" depends on HID |