summaryrefslogtreecommitdiffstats
path: root/drivers/hid/Kconfig
diff options
context:
space:
mode:
authorVicki Pfau <vi@endrift.com>2023-01-25 19:01:26 -0800
committerBenjamin Tissoires <benjamin.tissoires@redhat.com>2023-02-06 10:01:33 +0100
commit9cd61c8179781344315c2a9816977ea415c5459e (patch)
treed37b1829946db096b519f1e0ea9a30fa32b4a003 /drivers/hid/Kconfig
parent9ba9498bff1a3ae6e8661b423453e319af57fc3c (diff)
downloadlinux-stable-9cd61c8179781344315c2a9816977ea415c5459e.tar.gz
linux-stable-9cd61c8179781344315c2a9816977ea415c5459e.tar.bz2
linux-stable-9cd61c8179781344315c2a9816977ea415c5459e.zip
HID: hid-steam: Add rumble on Deck
The Steam Deck includes a new report that allows for emulating XInput-style rumble motors with the Deck's actuators. This adds support for passing these values directly to the Deck. Signed-off-by: Vicki Pfau <vi@endrift.com> Reviewed-by: Lyude Paul <lyude@redhat.com> Link: https://lore.kernel.org/r/20230126030126.895670-3-vi@endrift.com Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r--drivers/hid/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig
index 20402d0a7eab..ce488cf8765f 100644
--- a/drivers/hid/Kconfig
+++ b/drivers/hid/Kconfig
@@ -1025,6 +1025,14 @@ config HID_STEAM
without running the Steam Client. It supports both the wired and
the wireless adaptor.
+config STEAM_FF
+ bool "Steam Deck force feedback support"
+ depends on HID_STEAM
+ select INPUT_FF_MEMLESS
+ help
+ Say Y here if you want to enable force feedback support for the Steam
+ Deck.
+
config HID_STEELSERIES
tristate "Steelseries SRW-S1 steering wheel support"
help