diff options
author | Roderick Colenbrander <roderick.colenbrander@sony.com> | 2016-11-24 01:07:11 +0300 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2016-11-29 16:31:20 +0300 |
commit | de66a1a04c25f2560a8dca7a95e2a150b0d5e17e (patch) | |
tree | aae77a3656b10b82f963138669d8d5313c3824cc /drivers/hid/hid-ids.h | |
parent | 9131f8cc2b4eaf7c08d402243429e0bfba9aa0d6 (diff) | |
download | linux-de66a1a04c25f2560a8dca7a95e2a150b0d5e17e.tar.xz |
HID: sony: Support DS4 dongle
Add support for USB based DS4 dongle device, which allows connecting
a DS4 through Bluetooth, but hides Bluetooth from the host system.
Signed-off-by: Roderick Colenbrander <roderick.colenbrander@sony.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
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 27f82cc4ada4..dc7e39432320 100644 --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h @@ -900,6 +900,7 @@ #define USB_DEVICE_ID_SONY_PS3_CONTROLLER 0x0268 #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_MOTION_CONTROLLER 0x03d5 #define USB_DEVICE_ID_SONY_NAVIGATION_CONTROLLER 0x042f #define USB_DEVICE_ID_SONY_BUZZ_CONTROLLER 0x0002 |