login
Header Space

 
 

[PATCH] [BLUETOOTH] Add another Broadcom device

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Linus Torvalds <torvalds@...>
Cc: <marcel@...>, Andrew Morton <akpm@...>, <linux-kernel@...>
Date: Friday, March 7, 2008 - 4:10 pm

This patch adds another Broadcom BCM2045 based device to the
blacklist, with these settings the micro dongle works on my system.

Signed-off-by: Karsten Keil <kkeil@suse.de>
---
 drivers/bluetooth/hci_usb.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/bluetooth/hci_usb.c b/drivers/bluetooth/hci_usb.c
index 372c7ef..f16c94c 100644
--- a/drivers/bluetooth/hci_usb.c
+++ b/drivers/bluetooth/hci_usb.c
@@ -116,6 +116,7 @@ static struct usb_device_id blacklist_ids[] = {
 	{ USB_DEVICE(0x0a5c, 0x2009), .driver_info = HCI_BCM92035 },
 
 	/* Broadcom BCM2045 */
+	{ USB_DEVICE(0x0a5c, 0x2039), .driver_info = HCI_RESET | HCI_WRONG_SCO_MTU },
 	{ USB_DEVICE(0x0a5c, 0x2101), .driver_info = HCI_RESET | HCI_WRONG_SCO_MTU },
 
 	/* IBM/Lenovo ThinkPad with Broadcom chip */

-- 
Karsten Keil
SuSE Labs
ISDN and VOIP development
SUSE LINUX Products GmbH, Maxfeldstr.5 90409 Nuernberg, GF: Markus Rex, HRB 16746 (AG Nuernberg)
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] [BLUETOOTH] Add another Broadcom device, Karsten Keil, (Fri Mar 7, 4:10 pm)
Re: [PATCH] [BLUETOOTH] Add another Broadcom device, Marcel Holtmann, (Fri Mar 7, 4:43 pm)
Re: [PATCH] [BLUETOOTH] Add another Broadcom device, Karsten Keil, (Fri Mar 7, 5:08 pm)
Re: [PATCH] [BLUETOOTH] Add another Broadcom device, Marcel Holtmann, (Fri Mar 7, 6:57 pm)
speck-geostationary