From: Mario Limonciello <redacted>
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 <redacted>
Signed-off-by: Tim Gardner <redacted>
Signed-off-by: maximilian attems <redacted>
---
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