From 6275e99d05b88010d729ed1b62657b3ab477d661 Mon Sep 17 00:00:00 2001 From: Cyril Lacoux Date: Wed, 16 Jun 2010 20:09:46 +0400 Subject: [PATCH] Add support for bluetooth controller shipped with iMac i5 (0x05ac, 0x8215) --- 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 5d9cc53..ce129de 100644 --- a/drivers/bluetooth/btusb.c +++ b/drivers/bluetooth/btusb.c @@ -75,6 +75,9 @@ static struct usb_device_id btusb_table[] = { /* Canyon CN-BTU1 with HID interfaces */ { USB_DEVICE(0x0c10, 0x0000) }, + /* Apple iMac11,1 with HID interfaces */ + { USB_DEVICE(0x05ac, 0x8215) }, + { } /* Terminating entry */ }; -- 1.7.1