diff options
author | Benjamin Tissoires <bentiss@kernel.org> | 2023-08-31 10:40:04 +0200 |
---|---|---|
committer | Benjamin Tissoires <bentiss@kernel.org> | 2023-08-31 10:40:04 +0200 |
commit | a48e7607bc893c724fe377601dace45279dbb77d (patch) | |
tree | ae638d493f6ee23305f8a64dfa98da1f56ee7cff /drivers/hid/hid-ids.h | |
parent | Merge branch 'for-6.6/elan' into for-linus (diff) | |
parent | HID: hid-google-stadiaff: add support for Stadia force feedback (diff) | |
download | linux-a48e7607bc893c724fe377601dace45279dbb77d.tar.xz linux-a48e7607bc893c724fe377601dace45279dbb77d.zip |
Merge branch 'for-6.6/google' into for-linus
Add support for Google Stadia force feedback by Fabio Baltieri
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 8a310f8ff20f..42c43d309f98 100644 --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h @@ -531,6 +531,7 @@ #define USB_DEVICE_ID_GOOGLE_DON 0x5050 #define USB_DEVICE_ID_GOOGLE_EEL 0x5057 #define USB_DEVICE_ID_GOOGLE_JEWEL 0x5061 +#define USB_DEVICE_ID_GOOGLE_STADIA 0x9400 #define USB_VENDOR_ID_GOTOP 0x08f2 #define USB_DEVICE_ID_SUPER_Q2 0x007f |