We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 47cdd7f + cc894ac commit 4d3d3d7Copy full SHA for 4d3d3d7
3 files changed
drivers/hid/Kconfig
@@ -907,6 +907,7 @@ config HID_SONY
907
* Buzz controllers
908
* Sony PS3 Blue-ray Disk Remote Control (Bluetooth)
909
* Logitech Harmony adapter for Sony Playstation 3 (Bluetooth)
910
+ * Guitar Hero Live PS3 and Wii U guitar dongles
911
912
config SONY_FF
913
bool "Sony PS2/3/4 accessories force feedback support"
drivers/hid/hid-ids.h
@@ -1077,6 +1077,9 @@
1077
#define USB_DEVICE_ID_SONY_BUZZ_CONTROLLER 0x0002
1078
#define USB_DEVICE_ID_SONY_WIRELESS_BUZZ_CONTROLLER 0x1000
1079
1080
+#define USB_VENDOR_ID_SONY_GHLIVE 0x12ba
1081
+#define USB_DEVICE_ID_SONY_PS3WIIU_GHLIVE_DONGLE 0x074b
1082
+
1083
#define USB_VENDOR_ID_SINO_LITE 0x1345
1084
#define USB_DEVICE_ID_SINO_LITE_CONTROLLER 0x3008
1085
0 commit comments