diff options
author | Bastien Nocera <hadess@hadess.net> | 2023-07-03 20:10:21 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2023-08-14 11:27:29 +0200 |
commit | a0c76896c3fbdc2e7c70b980b3bb38a6ac445971 (patch) | |
tree | 63f60e35768cce41dec1fe3b4fbc78d34947c2bc /drivers/hid/Kconfig | |
parent | 1d7546042f8fdc4bc39ab91ec966203e2d64f8bd (diff) |
HID: steelseries: Add support for Arctis 1 XBox
Add support for the Steelseries Arctis 1 XBox headset. This driver
will export the battery information from the headset, as well as the
"wireless_status" property.
Signed-off-by: Bastien Nocera <hadess@hadess.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r-- | drivers/hid/Kconfig | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index e11c1c803676..5afdeffa6ba1 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig @@ -1066,9 +1066,11 @@ config STEAM_FF Deck. config HID_STEELSERIES - tristate "Steelseries SRW-S1 steering wheel support" + tristate "Steelseries devices support" + depends on USB_HID help - Support for Steelseries SRW-S1 steering wheel + Support for Steelseries SRW-S1 steering wheel, and the Steelseries + Arctis 1 Wireless for XBox headset. config HID_SUNPLUS tristate "Sunplus wireless desktop" |