netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] hci_usb: Blacklist Bluetooth Dell Wireless 370 for SCO MTU
@ 2008-06-13 11:47 maximilian attems
  0 siblings, 0 replies; only message in thread
From: maximilian attems @ 2008-06-13 11:47 UTC (permalink / raw)
  To: David S. Miller
  Cc: Marcel Holtmann, linux-bluetooth-u79uwXL29TY76Z2rM5mHXA,
	netdev-u79uwXL29TY76Z2rM5mHXA, Mario Limonciello,
	Mario Limonciello, Tim Gardner, maximilian attems

From: Mario Limonciello <Mario_Limonciello-8PEkshWhKlo@public.gmane.org>

Add Dell Wireless 370 device to blacklist to enable SCO MTU workaround.

fixes report
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/209715

Signed-off-by: Mario Limonciello <Mario_Limonciello-DYMqY+WieiM@public.gmane.org>
Signed-off-by: Tim Gardner <tim.gardner-Z7WLFzj8eWMS+FvcfC7Uqw@public.gmane.org>
Signed-off-by: maximilian attems <max-U9r9yeDMy7A@public.gmane.org>
---
 drivers/bluetooth/hci_usb.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/drivers/bluetooth/hci_usb.c b/drivers/bluetooth/hci_usb.c
index d73e513..e9eef9a 100644
--- a/drivers/bluetooth/hci_usb.c
+++ b/drivers/bluetooth/hci_usb.c
@@ -134,6 +134,8 @@ static struct usb_device_id blacklist_ids[] = {
 
 	/* Dell laptop with Broadcom chip */
 	{ USB_DEVICE(0x413c, 0x8126), .driver_info = HCI_RESET | HCI_WRONG_SCO_MTU },
+	/* Dell Wireless 370 */
+	{ USB_DEVICE(0x413c, 0x8156), .driver_info = HCI_RESET | HCI_WRONG_SCO_MTU },
 
 	/* Microsoft Wireless Transceiver for Bluetooth 2.0 */
 	{ USB_DEVICE(0x045e, 0x009c), .driver_info = HCI_RESET },
-- 
1.5.5.3

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

only message in thread, other threads:[~2008-06-13 11:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-13 11:47 [PATCH] hci_usb: Blacklist Bluetooth Dell Wireless 370 for SCO MTU maximilian attems

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).