projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ce790e
)
Bluetooth: add support for Apple MacBook Pro 8,2
author
Marc-Antoine Perennou
<
[email protected]
>
Thu, 24 Mar 2011 17:51:21 +0000
(14:51 -0300)
committer
Gustavo F. Padovan
<
[email protected]
>
Thu, 31 Mar 2011 17:25:25 +0000
(14:25 -0300)
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]
>
drivers/bluetooth/btusb.c
patch
|
blob
|
history
diff --git
a/drivers/bluetooth/btusb.c
b/drivers/bluetooth/btusb.c
index 866811428e209c95d3eadb3de08e0c8038297799..2af2e770f4bde1127c47c4fbb90c67e589baa7f8 100644
(file)
--- 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) },