projects
/
unionfs-2.6.39.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
914b365
)
Bluetooth: add support for Apple MacBook Pro 8,2
author
Marc-Antoine Perennou
<Marc-Antoine@Perennou.com>
Thu, 24 Mar 2011 17:51:21 +0000
(14:51 -0300)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Thu, 14 Apr 2011 23:53:02 +0000
(16:53 -0700)
commit
63a8588debd4dc72becb9e27add9343c76301c7d
upstream.
Just adding the vendor details makes it work fine.
Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/bluetooth/btusb.c
patch
|
blob
|
history
diff --git
a/drivers/bluetooth/btusb.c
b/drivers/bluetooth/btusb.c
index a699f09ddf7cac819eba8a13514688895abf0af6..667c18e8d3ac43a8580bc45a6f0b9502d535cb85 100644
(file)
--- a/
drivers/bluetooth/btusb.c
+++ b/
drivers/bluetooth/btusb.c
@@
-59,6
+59,9
@@
static struct usb_device_id btusb_table[] = {
/* Generic Bluetooth USB device */
{ USB_DEVICE_INFO(0xe0, 0x01, 0x01) },
+ /* Apple MacBookPro8,2 */
+ { USB_DEVICE(0x05ac, 0x821a) },
+
/* AVM BlueFRITZ! USB v2.0 */
{ USB_DEVICE(0x057c, 0x3800) },