[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1213357639-1602-1-git-send-email-max@stro.at>
Date: Fri, 13 Jun 2008 13:47:19 +0200
From: maximilian attems <max@...o.at>
To: "David S. Miller" <davem@...emloft.net>
Cc: Marcel Holtmann <marcel@...tmann.org>,
linux-bluetooth@...r.kernel.org, netdev@...r.kernel.org,
Mario Limonciello <Mario_Limonciello@...l.com>,
Mario Limonciello <Mario_Limonciello@...l.com>,
Tim Gardner <tim.gardner@...onical.com>,
maximilian attems <max@...o.at>
Subject: [PATCH] hci_usb: Blacklist Bluetooth Dell Wireless 370 for SCO MTU
From: Mario Limonciello <Mario_Limonciello@...l.com>
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@...l.com>
Signed-off-by: Tim Gardner <tim.gardner@...onical.com>
Signed-off-by: maximilian attems <max@...o.at>
---
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
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists