diff options
author | Frank Praznik <frank.praznik@oh.rr.com> | 2014-11-12 22:52:28 +0300 |
---|---|---|
committer | Jiri Slaby <jslaby@suse.cz> | 2015-07-30 14:21:15 +0300 |
commit | bdd4946529b7d8e9d1903e3ba625c98bbc53bbdd (patch) | |
tree | 5e57bc1a436a8e071425a311aaffc05bb6fa56ca /drivers/hid/hid-ids.h | |
parent | bb0e98ddbeab4bca40b9701007fb598696bf5367 (diff) | |
download | linux-bdd4946529b7d8e9d1903e3ba625c98bbc53bbdd.tar.xz |
HID: sony: Add support for the third-party SMK PS3 Bluetooth Remote
commit 68a49e51a4a9c500d950f893f1758c5ac13b7c8b upstream.
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>
Signed-off-by: Jiri Slaby <jslaby@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 30517d03c9be..de768115e854 100644 --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h @@ -789,6 +789,9 @@ #define USB_VENDOR_ID_SKYCABLE 0x1223 #define USB_DEVICE_ID_SKYCABLE_WIRELESS_PRESENTER 0x3F07 +#define USB_VENDOR_ID_SMK 0x0609 +#define USB_DEVICE_ID_SMK_PS3_BDREMOTE 0x0306 + #define USB_VENDOR_ID_SONY 0x054c #define USB_DEVICE_ID_SONY_VAIO_VGX_MOUSE 0x024b #define USB_DEVICE_ID_SONY_VAIO_VGP_MOUSE 0x0374 |