]> git.hungrycats.org Git - linux/commitdiff
bluetooth: btusb: add USB IDs for BCM2046 in Apple MacBookPro6,2 zygo-2.6.36.1-zb64
authorZygo Blaxell <zblaxell@river.furryterror.org>
Fri, 10 Dec 2010 22:05:42 +0000 (17:05 -0500)
committerZygo Blaxell <zblaxell@river.furryterror.org>
Fri, 10 Dec 2010 22:05:42 +0000 (17:05 -0500)
This has been floating around on Ubuntu forums for a while,
such as:

http://askubuntu.com/questions/7202/how-to-get-bluetooth-working-on-macbook-pro-6-2

I can confirm this works on a MacBookPro6,2.

drivers/bluetooth/btusb.c

index d22ce3cc611e7bb60f0377ff344fa41fb7bde2db..590d8215a9dc7427d57a983d33ea8e75badd176c 100644 (file)
@@ -59,6 +59,9 @@ static struct usb_device_id btusb_table[] = {
        /* Generic Bluetooth USB device */
        { USB_DEVICE_INFO(0xe0, 0x01, 0x01) },
 
+       /* Apple MacBookPro6,2 */
+       { USB_DEVICE(0x05ac, 0x8218) },
+
        /* Apple iMac11,1 */
        { USB_DEVICE(0x05ac, 0x8215) },