Re: btusb patch, add_apple_MacBookPro62

From: Bernhard Froemel
Date: Wed May 19 2010 - 17:47:55 EST


On 05/19/2010 09:06 PM, Andrew Morton wrote:
[...]
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

Please send us a Signed-off-by: for this patch, as explained in
Documentation/SubmittingPatches, thanks.
Sorry - there you go:

Signed-off-by: Bernhard Froemel <froemel@xxxxxxxxxxxxxxxxxx>


Attached the patch one more time,
-bf
--- 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 */
};