]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Bluetooth: add support for Apple MacBook Pro 8,2
authorMarc-Antoine Perennou <Marc-Antoine@Perennou.com>
Thu, 24 Mar 2011 17:51:21 +0000 (14:51 -0300)
committerWilly Tarreau <w@1wt.eu>
Sat, 30 Apr 2011 14:53:29 +0000 (16:53 +0200)
commit 63a8588debd4dc72becb9e27add9343c76301c7d upstream.

Just adding the vendor details makes it work fine.

Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/bluetooth/btusb.c

index af472e05273296e664e8ddcb7fa443f4bc0e60e8..b5b292839e81707269b1d028336dbe86f4f3289d 100644 (file)
@@ -65,6 +65,9 @@ static struct usb_device_id btusb_table[] = {
        /* Generic Bluetooth USB device */
        { USB_DEVICE_INFO(0xe0, 0x01, 0x01) },
 
+       /* Apple MacBookPro8,2 */
+       { USB_DEVICE(0x05ac, 0x821a) },
+
        /* AVM BlueFRITZ! USB v2.0 */
        { USB_DEVICE(0x057c, 0x3800) },