diff options
author | Jiri Kosina <jkosina@suse.cz> | 2023-06-27 22:42:48 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2023-06-27 22:42:48 +0200 |
commit | ef4ca0517c860b34fe4f112960ef40c4e3e9f39b (patch) | |
tree | 2212f64c4eaaeef235516ffa4e3c492d8a2b0b0f /drivers/hid/hid-ids.h | |
parent | Merge branch 'for-6.5/i2c-hid' into for-linus (diff) | |
parent | HID: nvidia-shield: Support LED functionality for Thunderstrike (diff) | |
download | linux-ef4ca0517c860b34fe4f112960ef40c4e3e9f39b.tar.xz linux-ef4ca0517c860b34fe4f112960ef40c4e3e9f39b.zip |
Merge branch 'for-6.5/nvidia' into for-linus
- support for nVidia Thunderstrike (SHIELD 2017) controller (Rahul Rameshbabu)
Diffstat (limited to 'drivers/hid/hid-ids.h')
-rw-r--r-- | drivers/hid/hid-ids.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h index 32b054fc95a7..8a310f8ff20f 100644 --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h @@ -1015,6 +1015,9 @@ #define USB_DEVICE_ID_NTRIG_TOUCH_SCREEN_18 0x0014 #define USB_DEVICE_ID_NTRIG_DUOSENSE 0x1500 +#define USB_VENDOR_ID_NVIDIA 0x0955 +#define USB_DEVICE_ID_NVIDIA_THUNDERSTRIKE_CONTROLLER 0x7214 + #define USB_VENDOR_ID_ONTRAK 0x0a07 #define USB_DEVICE_ID_ONTRAK_ADU100 0x0064 |