aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth/btusb.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/bluetooth/btusb.c')
-rw-r--r--drivers/bluetooth/btusb.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c
index d22ce3cc611e..d1bb809512fa 100644
--- a/drivers/bluetooth/btusb.c
+++ b/drivers/bluetooth/btusb.c
@@ -62,6 +62,9 @@ static struct usb_device_id btusb_table[] = {
62 /* Apple iMac11,1 */ 62 /* Apple iMac11,1 */
63 { USB_DEVICE(0x05ac, 0x8215) }, 63 { USB_DEVICE(0x05ac, 0x8215) },
64 64
65 /* Apple MacBookPro6,2 */
66 { USB_DEVICE(0x05ac, 0x8218) },
67
65 /* AVM BlueFRITZ! USB v2.0 */ 68 /* AVM BlueFRITZ! USB v2.0 */
66 { USB_DEVICE(0x057c, 0x3800) }, 69 { USB_DEVICE(0x057c, 0x3800) },
67 70