diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2005-02-19 01:26:25 +0100 |
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2005-02-19 01:26:25 +0100 |
| commit | c143c545459e5901db262dad13adcaeff80938da (patch) | |
| tree | 147a3cb9edf5a64768702f08aa9a9f6b52639d0e /drivers/bluetooth | |
| parent | ed343ca9dc099d16b5cb435d1c9ac54ee6cf4f42 (diff) | |
[Bluetooth] The new Microsoft dongle needs HCI_Reset
For the new Microsoft Wireless Transceiver for Bluetooth 2.0 it is
necessary to send the HCI_Reset on every device initialization.
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'drivers/bluetooth')
| -rw-r--r-- | drivers/bluetooth/hci_usb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/bluetooth/hci_usb.c b/drivers/bluetooth/hci_usb.c index 46a8fea50811..4c8e968651f0 100644 --- a/drivers/bluetooth/hci_usb.c +++ b/drivers/bluetooth/hci_usb.c @@ -108,7 +108,7 @@ static struct usb_device_id blacklist_ids[] = { { USB_DEVICE(0x0a5c, 0x2009), .driver_info = HCI_BCM92035 }, /* Microsoft Wireless Transceiver for Bluetooth 2.0 */ - { USB_DEVICE(0x045e, 0x009c), .driver_info = HCI_BCM92035 }, + { USB_DEVICE(0x045e, 0x009c), .driver_info = HCI_RESET }, /* ISSC Bluetooth Adapter v3.1 */ { USB_DEVICE(0x1131, 0x1001), .driver_info = HCI_RESET }, |
