linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jurgen Kramer <gtmkramer@xs4all.nl>
To: Gustavo Padovan <padovan@profusion.mobi>
Cc: linux-bluetooth@vger.kernel.org
Subject: Re: [PATCH] btusb.c: add support for 2011 mac mini
Date: Wed, 14 Sep 2011 16:05:52 +0200	[thread overview]
Message-ID: <1316009157.1992.5.camel@paragon.slim> (raw)
In-Reply-To: <20110913235205.GI16856@joana>

On Tue, 2011-09-13 at 20:52 -0300, Gustavo Padovan wrote:
> Hi Jurgen,
> 
> * Jurgen Kramer <gtmkramer@xs4all.nl> [2011-09-04 18:01:42 +0200]:
> 
> > 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.
> 
> I need your Signed-off-by: line to apply the patch.
> 
> 	Gustavo
> --
OK, thanks. Here it goes:

Patch for btusb.c to enable the usb bluetooth adapter (BCM2046B1) on the
2011 mac mini (MacMini5,1).

diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c
index 3ef4760..cbecc6e 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) },

Signed-off-by: Jurgen Kramer <gtmkramer@xs4all.nl>



Jurgen


  reply	other threads:[~2011-09-14 14:05 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
2011-09-14 14:35     ` Marcel Holtmann

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=1316009157.1992.5.camel@paragon.slim \
    --to=gtmkramer@xs4all.nl \
    --cc=linux-bluetooth@vger.kernel.org \
    --cc=padovan@profusion.mobi \
    /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).