[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#471344: marked as done (Conwise Tech. USB bluetooth dongle floods syslog)



Your message dated Thu, 8 May 2008 23:34:24 +0200
with message-id <20080508213424.GT13915@stro.at>
and subject line Re: Conwise Tech. USB bluetooth dongle floods syslog
has caused the Debian Bug report #471344,
regarding Conwise Tech. USB bluetooth dongle floods syslog
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
471344: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=471344
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
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 },

--- End Message ---
--- Begin Message ---
Version: 2.6.25-1

fixed upstream 09a76031f19bc77beb081e8ff7bfde731af93f50
thus closing. 2.6.25 is in sid and installs fine in testing
should soon land in Lenny.

-- 
maks


--- End Message ---

Reply to: