>From e5cb6d2dbd8a3446a44f4506a8fe1739f4284732 Mon Sep 17 00:00:00 2001 From: Michael Frey (Senior Manager, MID) <michael.frey@xxxxxxxxxxxxx> Date: Tue, 8 Jul 2008 14:01:48 +0100 Subject: [PATCH] Set HCI_RESET for Broadcomm 2046 Signed-off-by: Michael Frey (Senior Manager, MID) <michael.frey@xxxxxxxxxxxxx> Signed-off-by: Tim Gardner <tim.gardner@xxxxxxxxxxxxx> --- drivers/bluetooth/hci_usb.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/drivers/bluetooth/hci_usb.c b/drivers/bluetooth/hci_usb.c index 149ddaf..0254a6b 100644 --- a/drivers/bluetooth/hci_usb.c +++ b/drivers/bluetooth/hci_usb.c @@ -138,6 +138,9 @@ static struct usb_device_id blacklist_ids[] = { { USB_DEVICE(0x413c, 0x8156), .driver_info = HCI_RESET | HCI_WRONG_SCO_MTU }, /* Dell Wireless 410 */ { USB_DEVICE(0x413c, 0x8152), .driver_info = HCI_RESET | HCI_WRONG_SCO_MTU }, + + /* Broadcom 2046 */ + { USB_DEVICE(0x0a5c, 0x2151), .driver_info = HCI_RESET }, /* Microsoft Wireless Transceiver for Bluetooth 2.0 */ { USB_DEVICE(0x045e, 0x009c), .driver_info = HCI_RESET }, -- 1.5.4.3 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html