public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
From: David Woodhouse <dwmw2@infradead.org>
To: linux-bluetooth@vger.kernel.org
Subject: btusb reset quirk for MacBook Pro
Date: Thu, 18 Sep 2008 13:30:58 -0700	[thread overview]
Message-ID: <1221769858.3573.69.camel@macbook.infradead.org> (raw)

Without this, my new shinybook tends to boot up either giving I/O errors
on 'hciconfig -a', or complaining about packets from non-existent ACL
connections.

Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>

diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c
index 6a01068..c46c299 100644
--- a/drivers/bluetooth/btusb.c
+++ b/drivers/bluetooth/btusb.c
@@ -157,6 +157,8 @@ static struct usb_device_id blacklist_table[] = {
 	/* Frontline ComProbe Bluetooth Sniffer */
 	{ USB_DEVICE(0x16d3, 0x0002), .driver_info = BTUSB_SNIFFER },
 
+	/* MacBook Pro 4,1 */
+	{ USB_DEVICE(0x05ac, 0x820f), .driver_info = BTUSB_RESET },
 	{ }	/* Terminating entry */
 };
 
-- 
David Woodhouse                            Open Source Technology Centre
David.Woodhouse@intel.com                              Intel Corporation


             reply	other threads:[~2008-09-18 20:30 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-09-18 20:30 David Woodhouse [this message]
2008-09-27  4:33 ` btusb reset quirk for MacBook Pro 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=1221769858.3573.69.camel@macbook.infradead.org \
    --to=dwmw2@infradead.org \
    --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