From: Marcel Holtmann <redacted>
Date: Wed, 5 Mar 2008 09:46:19 +0100
Hi Andrew,
quoted
diff -puN drivers/bluetooth/hci_usb.c~bluetooth-conwise-technology-
based-adapters-with-buggy-sco-support-bugzilla-9027 drivers/
bluetooth/hci_usb.c
--- a/drivers/bluetooth/hci_usb.c~bluetooth-conwise-technology-based-
adapters-with-buggy-sco-support-bugzilla-9027
+++ a/drivers/bluetooth/hci_usb.c
@@ -148,6 +148,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 based adapters with buggy SCO support */
+ { USB_DEVICE(0x0e5e, 0x6622), .driver_info = HCI_BROKEN_ISOC },
this is the one with the proper description and acked by me. Please
drop the other one.
I've added this to net-2.6
--
To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html