lkml.org 
[lkml]   [2010]   [May]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: btusb patch, add_apple_MacBookPro62
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@vmars.tuwien.ac.at>


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 */
};
\
 
 \ /
  Last update: 2010-05-19 23:49    [W:0.030 / U:0.504 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site