All of lore.kernel.org
 help / color / mirror / Atom feed
* bluetooth: Another blacklisted device (based on BCM2035)
@ 2007-03-01 15:45 Chuck Ebbert
  0 siblings, 0 replies; only message in thread
From: Chuck Ebbert @ 2007-03-01 15:45 UTC (permalink / raw)
  To: Marcel Holtmann; +Cc: bluez-devel

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



[-- Attachment #2: linux-2.6-20_bluetooth_broadcom_quirk.patch --]
[-- Type: text/plain, Size: 604 bytes --]

From: Andy Shevchenko <andy@smile.org.ua>
Yet another blacklisted Bluetooth device (based on BCM2035)

Signed-off-by: Andy Shevchenko <andy@smile.org.ua>

--- a/drivers/bluetooth/hci_usb.c
+++ b/drivers/bluetooth/hci_usb.c
@@ -111,6 +111,7 @@ static struct usb_device_id blacklist_ids[] = {
 	{ USB_DEVICE(0x0a5c, 0x2033), .driver_info = HCI_IGNORE },
 
 	/* Broadcom BCM2035 */
+	{ USB_DEVICE(0x0a5c, 0x2035), .driver_info = HCI_RESET | HCI_WRONG_SCO_MTU },
 	{ USB_DEVICE(0x0a5c, 0x200a), .driver_info = HCI_RESET | HCI_WRONG_SCO_MTU },
 	{ USB_DEVICE(0x0a5c, 0x2009), .driver_info = HCI_BCM92035 },
 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-03-01 15:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-01 15:45 bluetooth: Another blacklisted device (based on BCM2035) Chuck Ebbert

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.