linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Pieter-Augustijn Van Malleghem <p-a@scarlet.be>
To: linux-bluetooth@vger.kernel.org
Subject: [PATCH] Add MacBookAir4,1 support
Date: Wed, 7 Sep 2011 02:28:10 -0400	[thread overview]
Message-ID: <20110907062810.GA4755@Caligula> (raw)

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) },
 

             reply	other threads:[~2011-09-07  6:28 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-07  6:28 Pieter-Augustijn Van Malleghem [this message]
2011-09-13 23:43 ` [PATCH] Add MacBookAir4,1 support Gustavo Padovan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110907062810.GA4755@Caligula \
    --to=p-a@scarlet.be \
    --cc=linux-bluetooth@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).