Bluetooth: add support for 2011 mac mini
authorJurgen Kramer <gtmkramer@xs4all.nl>
Sun, 4 Sep 2011 16:01:42 +0000 (18:01 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 11 Nov 2011 17:36:41 +0000 (09:36 -0800)
commit f78b68261e80899f81a21dfdf91e2a1456ea8175 upstream.

Today I noticed that the usb bluetooth adapter (BCM2046B1) on my 2011
mac mini was not working. I've created a patch to get it going.

Signed-off-by: Jurgen Kramer <gtmkramer@xs4all.nl>
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/bluetooth/btusb.c

index 97f155e6c4411f0239d98593a6bccfa3a7e0e41f..ffda6c82a541e3324e49cbee9075cd749ec4868b 100644 (file)
@@ -78,6 +78,9 @@ static struct usb_device_id btusb_table[] = {
        /* Apple MacBookPro8,2 */
        { USB_DEVICE(0x05ac, 0x821a) },
 
+       /* Apple MacMini5,1 */
+       { USB_DEVICE(0x05ac, 0x8281) },
+
        /* AVM BlueFRITZ! USB v2.0 */
        { USB_DEVICE(0x057c, 0x3800) },