Skip to content

Commit 4d3d3d7

Browse files
author
Jiri Kosina
committed
Merge branch 'for-5.11/sony' into for-linus
- DS4 power and firmware reporting fixes, from Roderick Colenbrander - support for ghlive PS3/WII u dongles, from Pascal Giard
2 parents 47cdd7f + cc894ac commit 4d3d3d7

3 files changed

Lines changed: 174 additions & 43 deletions

File tree

drivers/hid/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -907,6 +907,7 @@ config HID_SONY
907907
* Buzz controllers
908908
* Sony PS3 Blue-ray Disk Remote Control (Bluetooth)
909909
* Logitech Harmony adapter for Sony Playstation 3 (Bluetooth)
910+
* Guitar Hero Live PS3 and Wii U guitar dongles
910911

911912
config SONY_FF
912913
bool "Sony PS2/3/4 accessories force feedback support"

drivers/hid/hid-ids.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1077,6 +1077,9 @@
10771077
#define USB_DEVICE_ID_SONY_BUZZ_CONTROLLER 0x0002
10781078
#define USB_DEVICE_ID_SONY_WIRELESS_BUZZ_CONTROLLER 0x1000
10791079

1080+
#define USB_VENDOR_ID_SONY_GHLIVE 0x12ba
1081+
#define USB_DEVICE_ID_SONY_PS3WIIU_GHLIVE_DONGLE 0x074b
1082+
10801083
#define USB_VENDOR_ID_SINO_LITE 0x1345
10811084
#define USB_DEVICE_ID_SINO_LITE_CONTROLLER 0x3008
10821085

0 commit comments

Comments
 (0)