linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Add MacBookAir4,1 support
@ 2011-09-07  6:28 Pieter-Augustijn Van Malleghem
  2011-09-13 23:43 ` Gustavo Padovan
  0 siblings, 1 reply; 2+ messages in thread
From: Pieter-Augustijn Van Malleghem @ 2011-09-07  6:28 UTC (permalink / raw)
  To: linux-bluetooth

This patch against current git adds the hardware ID for the Apple 
MacBookAir4,1, released in July 2011. The device features a BCM2046 
USB chip. The patch was inspired by the previous modifications adding 
support for the MacBookAir3,x. 

Signed-off-by: Pieter-Augustijn Van Malleghem <p-a@scarlet.be>
--- linux/drivers/bluetooth/btusb.c	2011-09-06 23:41:57.000000000 -0400
+++ patched/drivers/bluetooth/btusb.c	2011-09-06 23:50:27.000000000 -0400
@@ -72,6 +72,9 @@
 	/* Apple MacBookAir3,1, MacBookAir3,2 */
 	{ USB_DEVICE(0x05ac, 0x821b) },
 
+	/* Apple MacBookAir4,1 */
+	{ USB_DEVICE(0x05ac, 0x821f) },
+
 	/* Apple MacBookPro8,2 */
 	{ USB_DEVICE(0x05ac, 0x821a) },
 

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

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

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-07  6:28 [PATCH] Add MacBookAir4,1 support Pieter-Augustijn Van Malleghem
2011-09-13 23:43 ` Gustavo Padovan

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).