]> 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)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Wed, 14 Mar 2012 14:57:02 +0000 (10:57 -0400)
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: Paul Gortmaker <paul.gortmaker@windriver.com>
drivers/bluetooth/btusb.c

index 6fcb97124be80f2f46605921b449893036b57fea..c9e2dc830b22f5da741072467831c15af08b3517 100644 (file)
@@ -62,6 +62,9 @@ static struct usb_device_id btusb_table[] = {
        /* Apple iMac11,1 */
        { USB_DEVICE(0x05ac, 0x8215) },
 
+       /* Apple MacBookPro8,2 */
+       { USB_DEVICE(0x05ac, 0x821a) },
+
        /* AVM BlueFRITZ! USB v2.0 */
        { USB_DEVICE(0x057c, 0x3800) },