Dell Wireless 365 requires reset quirk

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Tim Gardner
Date: Tuesday, November 4, 2008 - 9:24 am

From 931ccb629d739aa563347a4e866bc26107e6b545 Mon Sep 17 00:00:00 2001
From: Tim Gardner <tim.gardner@canonical.com>
Date: Tue, 4 Nov 2008 09:18:06 -0700
Subject: [PATCH] Dell Wireless 365 needs BTUSB_RESET quirk.
 OriginalAuthor: Mario Limonciello <mario_limonciello@dell.com>

Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
Cc: stable@kernel.org
---
 drivers/bluetooth/btusb.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c
index af472e0..051b758 100644
--- a/drivers/bluetooth/btusb.c
+++ b/drivers/bluetooth/btusb.c
@@ -125,6 +125,9 @@ static struct usb_device_id blacklist_table[] = {
 	/* Dell laptop with Broadcom chip */
 	{ USB_DEVICE(0x413c, 0x8126), .driver_info = BTUSB_RESET | BTUSB_WRONG_SCO_MTU },
 
+	/* Dell Wireless 365 */
+	{ USB_DEVICE(0x413c, 0x8160), .driver_info = BTUSB_RESET },
+
 	/* Dell Wireless 370 */
 	{ USB_DEVICE(0x413c, 0x8156), .driver_info = BTUSB_RESET | BTUSB_WRONG_SCO_MTU },
 
-- 
1.5.6.3

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Dell Wireless 365 requires reset quirk, Tim Gardner, (Tue Nov 4, 9:24 am)
Re: Dell Wireless 365 requires reset quirk, Andrew Morton, (Tue Nov 11, 3:57 pm)
Re: Dell Wireless 365 requires reset quirk, Mario Limonciello, (Tue Nov 11, 4:41 pm)
Re: Dell Wireless 365 requires reset quirk, Tim Gardner, (Thu Nov 13, 5:59 pm)
Re: Dell Wireless 365 requires reset quirk, Marcel Holtmann, (Sun Nov 30, 3:33 am)