btusb patch, add_apple_MacBookPro62

From: Bernhard Froemel
Date: Thu May 06 2010 - 10:53:59 EST


Hello Marcel,

the Apple MBP model 6.2 (and maybe other recent MBPs) use an Apple branded BCM2046 USB bluetooth device that works well [1] with your generic driver.
The attached patch just adds the vendor and device id - please apply.

Cheers,
-bf

[1] http://ubuntuforums.org/showthread.php?t=1469437 --- linux/drivers/bluetooth/btusb.c 2010-05-06 15:56:18.228630685 +0200
+++ linux_p/drivers/bluetooth/btusb.c 2010-05-02 11:03:55.955362854 +0200
@@ -75,6 +75,9 @@
/* Canyon CN-BTU1 with HID interfaces */
{ USB_DEVICE(0x0c10, 0x0000) },

+ /* Apple MacBookPro6 BT device */
+ { USB_DEVICE(0x05ac, 0x8218) },
+
{ } /* Terminating entry */
};