* btusb reset quirk for MacBook Pro
@ 2008-09-18 20:30 David Woodhouse
2008-09-27 4:33 ` Marcel Holtmann
0 siblings, 1 reply; 2+ messages in thread
From: David Woodhouse @ 2008-09-18 20:30 UTC (permalink / raw)
To: linux-bluetooth
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: btusb reset quirk for MacBook Pro
2008-09-18 20:30 btusb reset quirk for MacBook Pro David Woodhouse
@ 2008-09-27 4:33 ` Marcel Holtmann
0 siblings, 0 replies; 2+ messages in thread
From: Marcel Holtmann @ 2008-09-27 4:33 UTC (permalink / raw)
To: David Woodhouse; +Cc: linux-bluetooth
Hi David,
> 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.
a similar patch been merged into Linus tree. Thanks.
Regards
Marcel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-09-27 4:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-18 20:30 btusb reset quirk for MacBook Pro David Woodhouse
2008-09-27 4:33 ` Marcel Holtmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox