The patch titled
hci_usb: another device with buggy SCO support
has been added to the -mm tree. Its filename is
hci_usb-another-device-with-buggy-sco-support.patch
Before you just go and hit "reply", please:
a) Consider who else should be cc'ed
b) Prefer to cc a suitable mailing list as well
c) Ideally: find the original patch on the mailing list and do a
reply-to-all to that, adding suitable additional cc's
*** Remember to use Documentation/SubmitChecklist when testing your code ***
See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find
out what to do about this
The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/
------------------------------------------------------
Subject: hci_usb: another device with buggy SCO support
From: Daniel Drake <[EMAIL PROTECTED]>
As reported at:
https://bugs.gentoo.org/show_bug.cgi?id=203196
https://bugs.launchpad.net/ubuntu/+source/linux-source-2.6.22/+bug/152689
This unbranded bluetooth USB dongle causes the following message to
repeatedly appear in the kernel logs:
hci_scodata_packet: hci0 SCO packet for unknown connection handle 92
This patch solves the issue. I'm not sure of its correctness, it is based
on work by Ossi Berg and Tim Gardner on the Ubuntu bug tracker.
Signed-off-by: Daniel Drake <[EMAIL PROTECTED]>
Cc: Greg KH <[EMAIL PROTECTED]>
Cc: Marcel Holtmann <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---
drivers/bluetooth/hci_usb.c | 3 +++
1 file changed, 3 insertions(+)
diff -puN
drivers/bluetooth/hci_usb.c~hci_usb-another-device-with-buggy-sco-support
drivers/bluetooth/hci_usb.c
--- a/drivers/bluetooth/hci_usb.c~hci_usb-another-device-with-buggy-sco-support
+++ a/drivers/bluetooth/hci_usb.c
@@ -162,6 +162,9 @@ static struct usb_device_id blacklist_id
/* Frontline ComProbe Bluetooth Sniffer */
{ USB_DEVICE(0x16d3, 0x0002), .driver_info = HCI_SNIFFER },
+ /* Generic/no-name device with buggy SCO support */
+ { USB_DEVICE(0x0e5e, 0x6622), .driver_info = HCI_BROKEN_ISOC },
+
{ } /* Terminating entry */
};
_
Patches currently in -mm which might be from [EMAIL PROTECTED] are
origin.patch
pci-disable-decoding-during-sizing-of-bars.patch
hci_usb-another-device-with-buggy-sco-support.patch
-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html