Commit 88d377b6 authored by Marc-Antoine Perennou's avatar Marc-Antoine Perennou Committed by Gustavo F. Padovan

Bluetooth: add support for Apple MacBook Pro 8,2

Just adding the vendor details makes it work fine.
Signed-off-by: default avatarMarc-Antoine Perennou <Marc-Antoine@Perennou.com>
Signed-off-by: default avatarGustavo F. Padovan <padovan@profusion.mobi>
parent 0ce790e7
......@@ -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) },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment