diff options
author | Jiri Kosina <jkosina@suse.cz> | 2022-03-23 10:08:57 +0100 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2022-03-23 10:08:57 +0100 |
commit | 1fe30b497ca02dbf8562536116e24ce41c61f8fa (patch) | |
tree | dbd49fb75376ef617b2f48a3a00979549c9feca9 /drivers/hid/Kconfig | |
parent | 5d3ab41394f70a4398b586c24a2d15d7ac3cb442 (diff) | |
parent | 047b6188b66e42513a2b0d36244f03d06f882e59 (diff) | |
download | linux-1fe30b497ca02dbf8562536116e24ce41c61f8fa.tar.bz2 |
Merge branch 'for-5.18/razer' into for-linus
- driver for Razer Blackwidow keyboards (Jelle van der Waa)
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 9c0e45f56d84..c7beb77b102f 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig @@ -931,6 +931,13 @@ config PLAYSTATION_FF Say Y here if you would like to enable force feedback support for PlayStation game controllers. +config HID_RAZER + tristate "Razer non-fully HID-compliant devices" + depends on HID + help + Support for Razer devices that are not fully compliant with the + HID standard. + config HID_PRIMAX tristate "Primax non-fully HID-compliant devices" depends on HID |