]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
btusb: add device entry for Broadcom SoftSailing
authorOliver Neukum <oneukum@suse.de>
Wed, 21 Sep 2011 09:41:45 +0000 (11:41 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 11 Nov 2011 17:36:43 +0000 (09:36 -0800)
commit c510eae377c773241ff0b6369a8f3581da941a51 upstream.

This device declares itself to be vendor specific
It therefore needs to be added to the device table
to make btusb bind.

Signed-off-by: Oliver Neukum <oneukum@suse.de>
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/bluetooth/btusb.c

index ffda6c82a541e3324e49cbee9075cd749ec4868b..b9af6dbb46d82071f4aed37e02ba9d1434303ac4 100644 (file)
@@ -60,6 +60,9 @@ static struct usb_device_id btusb_table[] = {
        /* Generic Bluetooth USB device */
        { USB_DEVICE_INFO(0xe0, 0x01, 0x01) },
 
+       /* Broadcom SoftSailing reporting vendor specific */
+       { USB_DEVICE(0x05ac, 0x21e1) },
+
        /* Apple MacBookPro 7,1 */
        { USB_DEVICE(0x05ac, 0x8213) },