diff options
author | Marc-Antoine Perennou <Marc-Antoine@Perennou.com> | 2011-03-24 14:51:21 -0300 |
---|---|---|
committer | Willy Tarreau <w@1wt.eu> | 2011-04-30 16:53:29 +0200 |
commit | 4f93fb306fbd509fb7632a66ebb3b166c7b38c19 (patch) | |
tree | 30ba92238eb98724bb55bac69230709b96afc3a2 /drivers | |
parent | 592de25b7baa8c7e7005b1d6e4b693774b4a6ab5 (diff) |
Bluetooth: add support for Apple MacBook Pro 8,2
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>
Diffstat (limited to 'drivers')
-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 af472e05273..b5b292839e8 100644 --- a/drivers/bluetooth/btusb.c +++ b/drivers/bluetooth/btusb.c @@ -65,6 +65,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) }, |