This is a note to let you know that I've just added the patch titled
Bluetooth: add support for Apple MacBook Pro 8,2
to the 2.6.38-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename of the patch is:
bluetooth-add-support-for-apple-macbook-pro-8-2.patch
and it can be found in the queue-2.6.38 subdirectory.
If you, or anyone else, feels it should not be added to the stable tree,
please let <[email protected]> know about it.
>From 63a8588debd4dc72becb9e27add9343c76301c7d Mon Sep 17 00:00:00 2001
From: Marc-Antoine Perennou <[email protected]>
Date: Thu, 24 Mar 2011 14:51:21 -0300
Subject: Bluetooth: add support for Apple MacBook Pro 8,2
From: Marc-Antoine Perennou <[email protected]>
commit 63a8588debd4dc72becb9e27add9343c76301c7d upstream.
Just adding the vendor details makes it work fine.
Signed-off-by: Marc-Antoine Perennou <[email protected]>
Signed-off-by: Gustavo F. Padovan <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
---
drivers/bluetooth/btusb.c | 3 +++
1 file changed, 3 insertions(+)
--- a/drivers/bluetooth/btusb.c
+++ b/drivers/bluetooth/btusb.c
@@ -71,6 +71,9 @@ static struct usb_device_id btusb_table[
/* Apple MacBookAir3,1, MacBookAir3,2 */
{ USB_DEVICE(0x05ac, 0x821b) },
+ /* Apple MacBookPro8,2 */
+ { USB_DEVICE(0x05ac, 0x821a) },
+
/* AVM BlueFRITZ! USB v2.0 */
{ USB_DEVICE(0x057c, 0x3800) },
Patches currently in stable-queue which might be from [email protected]
are
queue-2.6.38/bluetooth-add-support-for-apple-macbook-pro-8-2.patch
_______________________________________________
stable mailing list
[email protected]
http://linux.kernel.org/mailman/listinfo/stable