Package: linux-2.6 Version: 2.6.24-4 Severity: normal Tags: patch --- Please enter the report below this line. ---
syslog gets flooded after plugging a Conwise Tech. based USB bluetooth dongle (USB id 0x0e5e, 0x6622) - please see Ubuntu bugreport #152689 for further information. The attached patch seems to fix the issue (working both with 2.6.23 and 2.6.24 kernels). Thanks Mau --- System information. --- Architecture: i386 Kernel: Linux 2.6.24-1-p4 Debian Release: lenny/sid 990 unstable ftp.de.debian.org 990 testing security.debian.org 990 testing ftp.de.debian.org 900 unstable packages.kirya.net 900 unstable mi.mirror.garr.it 900 unstable download.tuxfamily.org 900 unstable deb.opera.com 900 testing mi.mirror.garr.it 90 experimental ftp.de.debian.org 500 voip-snapshots-debian-sid snapshots.ekiga.net 500 etch-wx apt.wxwidgets.org 400 unstable ftp.debian-unofficial.org 400 testing ftp.debian-unofficial.org 200 unstable sidux.com 200 stable security.debian.org 200 stable mi.mirror.garr.it 200 stable ftp.de.debian.org 150 stable ftp.debian-unofficial.org --- Package information. --- Depends (Version) | Installed =======================-+-=========== |
diff -urpN -X linux-source-2.6.23/Documentation/dontdiff linux-source-2.6.23.orig/drivers/bluetooth/hci_usb.c linux-source-2.6.23/drivers/bluetooth/hci_usb.c --- linux-source-2.6.23.orig/drivers/bluetooth/hci_usb.c 2007-10-09 22:31:38.000000000 +0200 +++ linux-source-2.6.23/drivers/bluetooth/hci_usb.c 2008-01-07 17:32:25.000000000 +0100 @@ -147,6 +147,9 @@ static struct usb_device_id blacklist_id { USB_DEVICE(0x0400, 0x0807), .driver_info = HCI_BROKEN_ISOC }, { USB_DEVICE(0x0400, 0x080a), .driver_info = HCI_BROKEN_ISOC }, + /* CONWISE Technology Corp. CW6622 based adapters */ + { USB_DEVICE(0x0e5e, 0x6622), .driver_info = HCI_BROKEN_ISOC }, + /* Belkin F8T012 and F8T013 devices */ { USB_DEVICE(0x050d, 0x0012), .driver_info = HCI_RESET | HCI_WRONG_SCO_MTU }, { USB_DEVICE(0x050d, 0x0013), .driver_info = HCI_RESET | HCI_WRONG_SCO_MTU },