diff options
author | Frank Praznik <frank.praznik@oh.rr.com> | 2014-01-11 20:12:42 (GMT) |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2014-01-16 21:44:35 (GMT) |
commit | 0bd88dd3dd5e73e5d43b8d1e7a96b841978df562 (patch) | |
tree | aeabfeb65996c7c400a240c6551edec58386d420 /drivers/hid/hid-ids.h | |
parent | 8cd5fcda24b48b162699730da7ead7329b27159e (diff) | |
download | linux-0bd88dd3dd5e73e5d43b8d1e7a96b841978df562.tar.xz |
HID: sony: Add force-feedback support for the Dualshock 4
Adds the Dualshock 4 to the HID device list and enables force-feedback.
Adds a Dualshock 4 specific worker function since the Dualshock 4 needs a
different report than the Sixaxis.
The right motor in the Dualshock 4 is variable so the full rumble value
is now passed to the worker function and clamped there if necessary.
Signed-off-by: Frank Praznik <frank.praznik@oh.rr.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 60336f06..ce24459 100644 --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h @@ -766,6 +766,7 @@ #define USB_DEVICE_ID_SONY_VAIO_VGP_MOUSE 0x0374 #define USB_DEVICE_ID_SONY_PS3_BDREMOTE 0x0306 #define USB_DEVICE_ID_SONY_PS3_CONTROLLER 0x0268 +#define USB_DEVICE_ID_SONY_PS4_CONTROLLER 0x05c4 #define USB_DEVICE_ID_SONY_NAVIGATION_CONTROLLER 0x042f #define USB_DEVICE_ID_SONY_BUZZ_CONTROLLER 0x0002 #define USB_DEVICE_ID_SONY_WIRELESS_BUZZ_CONTROLLER 0x1000 |