diff options
author | Frank Praznik <frank.praznik@oh.rr.com> | 2014-11-12 14:52:28 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2014-11-20 09:05:27 -0500 |
commit | 68a49e51a4a9c500d950f893f1758c5ac13b7c8b (patch) | |
tree | 2a29330b1804169c2050d2c973fb3c244ee7c2ee /drivers/hid/hid-ids.h | |
parent | 9b2b5c9a790743ccb2516f1a86671d5df9c6c5cd (diff) |
HID: sony: Add support for the third-party SMK PS3 Bluetooth Remote
Add vid/pid for the SMK branded third-party PS3 Bluetooth remote and enable
support in the hid-sony driver.
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 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h index 7c863738e419..27e0f5188d08 100644 --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h | |||
@@ -813,6 +813,9 @@ | |||
813 | #define USB_VENDOR_ID_SKYCABLE 0x1223 | 813 | #define USB_VENDOR_ID_SKYCABLE 0x1223 |
814 | #define USB_DEVICE_ID_SKYCABLE_WIRELESS_PRESENTER 0x3F07 | 814 | #define USB_DEVICE_ID_SKYCABLE_WIRELESS_PRESENTER 0x3F07 |
815 | 815 | ||
816 | #define USB_VENDOR_ID_SMK 0x0609 | ||
817 | #define USB_DEVICE_ID_SMK_PS3_BDREMOTE 0x0306 | ||
818 | |||
816 | #define USB_VENDOR_ID_SONY 0x054c | 819 | #define USB_VENDOR_ID_SONY 0x054c |
817 | #define USB_DEVICE_ID_SONY_VAIO_VGX_MOUSE 0x024b | 820 | #define USB_DEVICE_ID_SONY_VAIO_VGX_MOUSE 0x024b |
818 | #define USB_DEVICE_ID_SONY_VAIO_VGP_MOUSE 0x0374 | 821 | #define USB_DEVICE_ID_SONY_VAIO_VGP_MOUSE 0x0374 |