File tree Expand file tree Collapse file tree 3 files changed +368
-28
lines changed Expand file tree Collapse file tree 3 files changed +368
-28
lines changed Original file line number Diff line number Diff line change @@ -1025,13 +1025,21 @@ config HID_SPEEDLINK
1025
1025
Support for Speedlink Vicious and Divine Cezanne mouse.
1026
1026
1027
1027
config HID_STEAM
1028
- tristate "Steam Controller support"
1028
+ tristate "Steam Controller/Deck support"
1029
1029
select POWER_SUPPLY
1030
1030
help
1031
- Say Y here if you have a Steam Controller if you want to use it
1031
+ Say Y here if you have a Steam Controller or Deck if you want to use it
1032
1032
without running the Steam Client. It supports both the wired and
1033
1033
the wireless adaptor.
1034
1034
1035
+ config STEAM_FF
1036
+ bool "Steam Deck force feedback support"
1037
+ depends on HID_STEAM
1038
+ select INPUT_FF_MEMLESS
1039
+ help
1040
+ Say Y here if you want to enable force feedback support for the Steam
1041
+ Deck.
1042
+
1035
1043
config HID_STEELSERIES
1036
1044
tristate "Steelseries SRW-S1 steering wheel support"
1037
1045
help
Original file line number Diff line number Diff line change 1189
1189
#define USB_VENDOR_ID_VALVE 0x28de
1190
1190
#define USB_DEVICE_ID_STEAM_CONTROLLER 0x1102
1191
1191
#define USB_DEVICE_ID_STEAM_CONTROLLER_WIRELESS 0x1142
1192
+ #define USB_DEVICE_ID_STEAM_DECK 0x1205
1192
1193
1193
1194
#define USB_VENDOR_ID_STEELSERIES 0x1038
1194
1195
#define USB_DEVICE_ID_STEELSERIES_SRWS1 0x1410
You can’t perform that action at this time.
0 commit comments