diff options
author | Marc-Antoine Perennou <Marc-Antoine@Perennou.com> | 2011-03-24 14:51:21 -0300 |
---|---|---|
committer | Gustavo F. Padovan <padovan@profusion.mobi> | 2011-03-24 17:04:43 -0300 |
commit | 63a8588debd4dc72becb9e27add9343c76301c7d (patch) | |
tree | 686090f973c690cf67665ad4589c7a4771f0b74a /drivers/bluetooth | |
parent | d78f4b3e2c4dfb9487624f7157af04ab4260e189 (diff) | |
download | talos-obmc-linux-63a8588debd4dc72becb9e27add9343c76301c7d.tar.gz talos-obmc-linux-63a8588debd4dc72becb9e27add9343c76301c7d.zip |
Bluetooth: add support for Apple MacBook Pro 8,2
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>
Diffstat (limited to 'drivers/bluetooth')
-rw-r--r-- | drivers/bluetooth/btusb.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c index 866811428e20..2af2e770f4bd 100644 --- 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) }, |