From: SDiZ <sdiz@sdiz.net>
To: marcel@holtmann.org
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH][BLUETOOTH] add HCI_BROKEN_ISOC for 0e5e:6622 (bugzilla #9027)
Date: Wed, 13 Feb 2008 11:40:30 +0800 [thread overview]
Message-ID: <47B266AE.3040908@sdiz.net> (raw)
[-- Attachment #1: Type: text/plain, Size: 192 bytes --]
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
[-- Attachment #2: bugzilla9027.patch --]
[-- Type: text/x-patch, Size: 522 bytes --]
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 */
};
next reply other threads:[~2008-02-13 3:42 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-02-13 3:40 SDiZ [this message]
2008-02-13 6:02 ` [PATCH][BLUETOOTH] add HCI_BROKEN_ISOC for 0e5e:6622 (bugzilla #9027) David Miller
2008-02-13 10:31 ` Marcel Holtmann
2008-02-13 15:34 ` SDiZ
2008-02-13 15:40 ` Marcel Holtmann
2008-02-13 16:07 ` SDiZ
2008-02-19 20:55 ` Marcel Holtmann
2008-02-19 2:14 ` SDiZ
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=47B266AE.3040908@sdiz.net \
--to=sdiz@sdiz.net \
--cc=linux-kernel@vger.kernel.org \
--cc=marcel@holtmann.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.