]> git.ipfire.org Git - thirdparty/kernel/stable.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)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 14 Apr 2011 20:02:29 +0000 (13:02 -0700)
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>
Tested-by: Grant Likely <grant.likely@secretlab.ca>
drivers/bluetooth/btusb.c

index 700a3840fddc2e8dec17e63f7910b128463c9225..f44ca40a28faa15868dc28bbb3f6ddc4c35f9836 100644 (file)
@@ -71,6 +71,9 @@ static struct usb_device_id btusb_table[] = {
        /* Apple MacBookAir3,1, MacBookAir3,2 */
        { USB_DEVICE(0x05ac, 0x821b) },
 
+       /* Apple MacBookPro8,2 */
+       { USB_DEVICE(0x05ac, 0x821a) },
+
        /* AVM BlueFRITZ! USB v2.0 */
        { USB_DEVICE(0x057c, 0x3800) },