diff options
-rw-r--r-- | drivers/bluetooth/btusb.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c index 5d9cc53bd643..6fcb97124be8 100644 --- a/drivers/bluetooth/btusb.c +++ b/drivers/bluetooth/btusb.c | |||
@@ -59,6 +59,9 @@ static struct usb_device_id btusb_table[] = { | |||
59 | /* Generic Bluetooth USB device */ | 59 | /* Generic Bluetooth USB device */ |
60 | { USB_DEVICE_INFO(0xe0, 0x01, 0x01) }, | 60 | { USB_DEVICE_INFO(0xe0, 0x01, 0x01) }, |
61 | 61 | ||
62 | /* Apple iMac11,1 */ | ||
63 | { USB_DEVICE(0x05ac, 0x8215) }, | ||
64 | |||
62 | /* AVM BlueFRITZ! USB v2.0 */ | 65 | /* AVM BlueFRITZ! USB v2.0 */ |
63 | { USB_DEVICE(0x057c, 0x3800) }, | 66 | { USB_DEVICE(0x057c, 0x3800) }, |
64 | 67 | ||