public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 3/6] MacBookAir3,1(3,2) btusb support
@ 2010-11-02  7:19 gimli
  2010-11-02 15:24 ` Dmitry Torokhov
  0 siblings, 1 reply; 8+ messages in thread
From: gimli @ 2010-11-02  7:19 UTC (permalink / raw)
  To: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 143 bytes --]

This patch add support for the MacBookAir3,1 and MacBookAir3,2 to the btusb
driver.

Signed-off-by: Edgar (gimli) Hucek <gimli@dark-green.com>

[-- Attachment #2: btusb_macbookair.patch --]
[-- Type: text/plain, Size: 360 bytes --]

--- a/drivers/bluetooth/btusb.c	2010-10-30 21:08:45.170492002 +0200
+++ b/drivers/bluetooth/btusb.c	2010-10-30 21:18:11.820492000 +0200
@@ -62,6 +62,9 @@
 	/* Apple iMac11,1 */
 	{ USB_DEVICE(0x05ac, 0x8215) },
 
+	/* Apple MacBookAir3,1, MacBookAir3,2 */
+	{ USB_DEVICE(0x05ac, 0x821b) },
+
 	/* AVM BlueFRITZ! USB v2.0 */
 	{ USB_DEVICE(0x057c, 0x3800) },
 

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

end of thread, other threads:[~2010-11-03 21:50 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-02  7:19 [PATCH 3/6] MacBookAir3,1(3,2) btusb support gimli
2010-11-02 15:24 ` Dmitry Torokhov
2010-11-02 15:38   ` Marcel Holtmann
2010-11-03 18:21     ` Gustavo F. Padovan
2010-11-03 19:07       ` gimli
2010-11-03 19:14         ` Gustavo F. Padovan
2010-11-03 20:19           ` gimli
2010-11-03 21:51             ` Gustavo F. Padovan

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