From 85455dd906d568d5a42d9365938fbf82e932e2b8 Mon Sep 17 00:00:00 2001 From: Robert Munteanu Date: Tue, 17 Apr 2018 00:38:24 +0300 Subject: 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 Reviewed-by: Benjamin Tissoires Signed-off-by: Jiri Kosina --- drivers/hid/Kconfig | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'drivers/hid/Kconfig') 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 -- cgit v1.2.3-59-g8ed1b