]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - drivers/hid/hid-sony.c
HID: sony: Add support for the third-party SMK PS3 Bluetooth Remote
[mirror_ubuntu-artful-kernel.git] / drivers / hid / hid-sony.c
index b6e610289e9d3af7181a09216679044eb71ff04a..31e9d25611064d0500eba47ea0b710beac31bb0b 100644 (file)
@@ -2113,6 +2113,9 @@ static const struct hid_device_id sony_devices[] = {
        /* Logitech Harmony Adapter for PS3 */
        { HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_LOGITECH_HARMONY_PS3),
                .driver_data = PS3REMOTE },
+       /* SMK-Link PS3 BD Remote Control */
+       { HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_SMK, USB_DEVICE_ID_SMK_PS3_BDREMOTE),
+               .driver_data = PS3REMOTE },
        /* Sony Dualshock 4 controllers for PS4 */
        { HID_USB_DEVICE(USB_VENDOR_ID_SONY, USB_DEVICE_ID_SONY_PS4_CONTROLLER),
                .driver_data = DUALSHOCK4_CONTROLLER_USB },