diff options
author | Benjamin Tissoires <benjamin.tissoires@redhat.com> | 2023-02-22 10:41:06 +0100 |
---|---|---|
committer | Benjamin Tissoires <benjamin.tissoires@redhat.com> | 2023-02-22 10:41:06 +0100 |
commit | b838d36fa73c1584d814f08c3a6d4b9582418a02 (patch) | |
tree | e63e14ddd6afb977b6a8db86dcd5415f7c41bbe4 /drivers/hid/hid-ids.h | |
parent | 52bb0598b3ed50c7e729f4a2c8006c60931f5e6e (diff) | |
parent | 9cd61c8179781344315c2a9816977ea415c5459e (diff) | |
download | lwn-b838d36fa73c1584d814f08c3a6d4b9582418a02.tar.gz lwn-b838d36fa73c1584d814f08c3a6d4b9582418a02.zip |
Merge branch 'for-6.3/steam' into for-linus
Add Steam Deck support (Vicki Pfau)
Diffstat (limited to 'drivers/hid/hid-ids.h')
-rw-r--r-- | drivers/hid/hid-ids.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h index a98c6145e975..61e2b463e876 100644 --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h @@ -1189,6 +1189,7 @@ #define USB_VENDOR_ID_VALVE 0x28de #define USB_DEVICE_ID_STEAM_CONTROLLER 0x1102 #define USB_DEVICE_ID_STEAM_CONTROLLER_WIRELESS 0x1142 +#define USB_DEVICE_ID_STEAM_DECK 0x1205 #define USB_VENDOR_ID_STEELSERIES 0x1038 #define USB_DEVICE_ID_STEELSERIES_SRWS1 0x1410 |