Re: Asus WL-BTD202 needs force_scofix
Guillaume Bedot <[email protected]>
| Newsgroups | gmane.linux.bluez.devel |
|---|---|
| Message-ID | <1201509523.7254.1.camel@localhost> |
Hello, Hopefully, this time a working patch :-) Regards, Guillaume B. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Bluez-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/bluez-devel
hci_usb.c-automatically-set-scofix-for-wl-btd202-v2.patch
(text/x-patch, 437 B)
--- drivers/bluetooth/hci_usb.c.orig 2008-01-28 02:43:22.000000000 +0100
+++ drivers/bluetooth/hci_usb.c 2008-01-28 00:34:12.000000000 +0100
@@ -104,6 +104,9 @@
MODULE_DEVICE_TABLE (usb, bluetooth_ids);
static struct usb_device_id blacklist_ids[] = {
+ /* ASUS WL-BTD202 */
+ { USB_DEVICE(0x0b05, 0x1715), .driver_info = HCI_WRONG_SCO_MTU },
+
/* CSR BlueCore devices */
{ USB_DEVICE(0x0a12, 0x0001), .driver_info = HCI_CSR },