![]() | ||||||||||
Messages in this thread Patch in this message |
This patch fix bugzilla #9027. ``Syslog flooded with "hci_scodata_packet: hci0 SCO packet for unknown connection handle 92" message" see http://bugzilla.kernel.org/show_bug.cgi?id=9027 diff --git a/drivers/bluetooth/hci_usb.c b/drivers/bluetooth/hci_usb.c index b474185..372c7ef 100644 --- a/drivers/bluetooth/hci_usb.c +++ b/drivers/bluetooth/hci_usb.c @@ -162,9 +162,6 @@ static struct usb_device_id blacklist_ids[] = { /* Frontline ComProbe Bluetooth Sniffer */ { USB_DEVICE(0x16d3, 0x0002), .driver_info = HCI_SNIFFER }, + /* Brandless USB Bluetooth Dongle */ + { USB_DEVICE(0x0e5e, 0x6622), .driver_info = HCI_BROKEN_ISOC }, + { } /* Terminating entry */ }; | |||||||||
| Last update: 2008-02-13 04:45 [from the cache] ©2003-2008 | ||||||||||