linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] btusb.c: add support for 2011 mac mini
@ 2011-09-04 16:01 Jurgen Kramer
  2011-09-05 17:21 ` John Frankish
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Jurgen Kramer @ 2011-09-04 16:01 UTC (permalink / raw)
  To: linux-bluetooth

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.

diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c
index 3ef4760..8d807c5 100644
--- a/drivers/bluetooth/btusb.c
+++ b/drivers/bluetooth/btusb.c
@@ -75,6 +75,9 @@ static struct usb_device_id btusb_table[] = {
 	/* Apple MacBookPro8,2 */
 	{ USB_DEVICE(0x05ac, 0x821a) },
 
+	/* Apple MacMini5,1 */
+	{ USB_DEVICE(0x05ac, 0x8281) },
+
 	/* AVM BlueFRITZ! USB v2.0 */
 	{ USB_DEVICE(0x057c, 0x3800) },

Patch is against current kernel git.

Jurgen


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2011-09-14 14:35 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-04 16:01 [PATCH] btusb.c: add support for 2011 mac mini Jurgen Kramer
2011-09-05 17:21 ` John Frankish
2011-09-05 17:25   ` Gustavo Padovan
2011-09-06  3:45     ` John Frankish
2011-09-06 17:03 ` Jurgen Kramer
2011-09-13 23:52 ` Gustavo Padovan
2011-09-14 14:05   ` Jurgen Kramer
2011-09-14 14:35     ` Marcel Holtmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).