diff options
author | Jiri Kosina <jkosina@suse.cz> | 2018-06-08 10:21:47 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2018-06-08 10:21:47 +0200 |
commit | 79b83b05b07a40c67ac7196555d2b0293cdf26e7 (patch) | |
tree | 1de495c526584f83689d9e19788b1134a798f308 /drivers/hid/Kconfig | |
parent | c1144d29f405ce1f4e6ede6482beb3d0d09750c6 (diff) | |
parent | 85455dd906d568d5a42d9365938fbf82e932e2b8 (diff) |
Merge branch 'for-4.18/hid-redragon' into for-linus
Redragon Asura support from Robert Munteanu
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 0000434a1fbd..dbaa1939a3e9 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig @@ -575,6 +575,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 |