diff options
author | Jiri Kosina <jkosina@suse.cz> | 2021-02-23 11:43:01 +0100 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2021-02-23 11:43:01 +0100 |
commit | e2adf27eb49a7f69feb0b17855a58c1d593ea0cd (patch) | |
tree | adf9be7ad835e336901a5b144566182977756d80 /drivers/hid/hid-ids.h | |
parent | Merge branch 'for-5.12/multitouch' into for-linus (diff) | |
parent | HID: playstation: add DualSense player LED support. (diff) | |
download | linux-e2adf27eb49a7f69feb0b17855a58c1d593ea0cd.tar.xz linux-e2adf27eb49a7f69feb0b17855a58c1d593ea0cd.zip |
Merge branch 'for-5.12/playstation-v2' into for-linus
- Playstation DualSense support from Roderick Colenbrander
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 abe6503ce5a6..ae4c8cefb64c 100644 --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h @@ -1077,6 +1077,7 @@ #define USB_DEVICE_ID_SONY_PS4_CONTROLLER 0x05c4 #define USB_DEVICE_ID_SONY_PS4_CONTROLLER_2 0x09cc #define USB_DEVICE_ID_SONY_PS4_CONTROLLER_DONGLE 0x0ba0 +#define USB_DEVICE_ID_SONY_PS5_CONTROLLER 0x0ce6 #define USB_DEVICE_ID_SONY_MOTION_CONTROLLER 0x03d5 #define USB_DEVICE_ID_SONY_NAVIGATION_CONTROLLER 0x042f #define USB_DEVICE_ID_SONY_BUZZ_CONTROLLER 0x0002 |