Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH v2] btusb.c: add support for 2011 mac mini
@ 2011-09-15 16:04 Jurgen Kramer
  2011-09-15 16:28 ` Gustavo Padovan
  0 siblings, 1 reply; 6+ messages in thread
From: Jurgen Kramer @ 2011-09-15 16:04 UTC (permalink / raw)
  To: linux-bluetooth

Hopefully this patch is now correct.
Patch against current kernel git to add ID for MacMini5,1 to btusb.c

Signed-off-by: Jurgen Kramer <gtmkramer@xs4all.nl>
--- linux/drivers/bluetooth/btusb.c	2011-09-14 17:31:09.411475756 +0200
+++ linux.new/drivers/bluetooth/btusb.c	2011-09-14 17:33:37.727484053
+0200
@@ -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) },
 

Jurgen


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

end of thread, other threads:[~2011-09-17 13:50 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-15 16:04 [PATCH v2] btusb.c: add support for 2011 mac mini Jurgen Kramer
2011-09-15 16:28 ` Gustavo Padovan
2011-09-16  8:58   ` John Frankish
2011-09-16  9:08     ` Jurgen Kramer
2011-09-17 12:58       ` John Frankish
2011-09-17 13:50         ` Jurgen Kramer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox