Commit b838d36f authored by Benjamin Tissoires's avatar Benjamin Tissoires

Merge branch 'for-6.3/steam' into for-linus

Add Steam Deck support (Vicki Pfau)
parents 52bb0598 9cd61c81
...@@ -1025,13 +1025,21 @@ config HID_SPEEDLINK ...@@ -1025,13 +1025,21 @@ config HID_SPEEDLINK
Support for Speedlink Vicious and Divine Cezanne mouse. Support for Speedlink Vicious and Divine Cezanne mouse.
config HID_STEAM config HID_STEAM
tristate "Steam Controller support" tristate "Steam Controller/Deck support"
select POWER_SUPPLY select POWER_SUPPLY
help help
Say Y here if you have a Steam Controller if you want to use it Say Y here if you have a Steam Controller or Deck if you want to use it
without running the Steam Client. It supports both the wired and without running the Steam Client. It supports both the wired and
the wireless adaptor. 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 config HID_STEELSERIES
tristate "Steelseries SRW-S1 steering wheel support" tristate "Steelseries SRW-S1 steering wheel support"
help help
......
...@@ -1189,6 +1189,7 @@ ...@@ -1189,6 +1189,7 @@
#define USB_VENDOR_ID_VALVE 0x28de #define USB_VENDOR_ID_VALVE 0x28de
#define USB_DEVICE_ID_STEAM_CONTROLLER 0x1102 #define USB_DEVICE_ID_STEAM_CONTROLLER 0x1102
#define USB_DEVICE_ID_STEAM_CONTROLLER_WIRELESS 0x1142 #define USB_DEVICE_ID_STEAM_CONTROLLER_WIRELESS 0x1142
#define USB_DEVICE_ID_STEAM_DECK 0x1205
#define USB_VENDOR_ID_STEELSERIES 0x1038 #define USB_VENDOR_ID_STEELSERIES 0x1038
#define USB_DEVICE_ID_STEELSERIES_SRWS1 0x1410 #define USB_DEVICE_ID_STEELSERIES_SRWS1 0x1410
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment