diff options
author | Jurgen Kramer <gtmkramer@xs4all.nl> | 2011-09-04 12:01:42 -0400 |
---|---|---|
committer | Gustavo F. Padovan <padovan@profusion.mobi> | 2011-09-17 16:16:03 -0400 |
commit | f78b68261e80899f81a21dfdf91e2a1456ea8175 (patch) | |
tree | 89ab533f8fa8dd72ae8f70b1c2983ae9cc5ce60b /drivers/bluetooth/btusb.c | |
parent | a63b723d02531f7add0b2b8a0e6a77ee176f1626 (diff) |
Bluetooth: add support for 2011 mac mini
Today I noticed that the usb bluetooth adapter (BCM2046B1) on my 2011
mac mini was not working. I've created a patch to get it going.
Signed-off-by: Jurgen Kramer <gtmkramer@xs4all.nl>
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
Diffstat (limited to 'drivers/bluetooth/btusb.c')
-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 60c748a32ed5..9cbac6b445e1 100644 --- a/drivers/bluetooth/btusb.c +++ b/drivers/bluetooth/btusb.c | |||
@@ -78,6 +78,9 @@ static struct usb_device_id btusb_table[] = { | |||
78 | /* Apple MacBookPro8,2 */ | 78 | /* Apple MacBookPro8,2 */ |
79 | { USB_DEVICE(0x05ac, 0x821a) }, | 79 | { USB_DEVICE(0x05ac, 0x821a) }, |
80 | 80 | ||
81 | /* Apple MacMini5,1 */ | ||
82 | { USB_DEVICE(0x05ac, 0x8281) }, | ||
83 | |||
81 | /* AVM BlueFRITZ! USB v2.0 */ | 84 | /* AVM BlueFRITZ! USB v2.0 */ |
82 | { USB_DEVICE(0x057c, 0x3800) }, | 85 | { USB_DEVICE(0x057c, 0x3800) }, |
83 | 86 | ||