public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
From: Herton Ronaldo Krzesinski <herton@mandriva.com.br>
To: bluez-devel@lists.sourceforge.net
Cc: benjamin_britten@yahoo.co.uk
Subject: [Bluez-devel] [PATCH] Disable ISOC transfers for ISSC KY-BT100 Bluetooth Adapter
Date: Fri, 28 Sep 2007 22:58:06 -0300	[thread overview]
Message-ID: <200709282258.06375.herton@mandriva.com.br> (raw)

Benjamin Britten reports that his Integrated System Solution Corp.
KY-BT100 Bluetooth Adapter (ID 1131:1001) floods syslog with
"hci_scodata_packet: hci0 SCO packet for unknown connection handle"
messages. So add a quirk for it to disable ISOC transfers. Reported at
http://qa.mandriva.com/show_bug.cgi?id=30638

Signed-off-by: Herton Ronaldo Krzesinski <herton@mandriva.com>
Cc: Benjamin Britten <benjamin_britten@yahoo.co.uk>

--- linux-2.6.22/drivers/bluetooth/hci_usb.c.orig	2007-09-26 02:50:38.000000000 -0300
+++ linux-2.6.22/drivers/bluetooth/hci_usb.c	2007-09-26 02:56:15.000000000 -0300
@@ -141,7 +141,7 @@ static struct usb_device_id blacklist_id
 	{ USB_DEVICE(0x047d, 0x105e), .driver_info = HCI_RESET | HCI_WRONG_SCO_MTU },
 
 	/* ISSC Bluetooth Adapter v3.1 */
-	{ USB_DEVICE(0x1131, 0x1001), .driver_info = HCI_RESET },
+	{ USB_DEVICE(0x1131, 0x1001), .driver_info = HCI_RESET | HCI_BROKEN_ISOC },
 
 	/* RTX Telecom based adapters with buggy SCO support */
 	{ USB_DEVICE(0x0400, 0x0807), .driver_info = HCI_BROKEN_ISOC },

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel

                 reply	other threads:[~2007-09-29  1:58 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=200709282258.06375.herton@mandriva.com.br \
    --to=herton@mandriva.com.br \
    --cc=benjamin_britten@yahoo.co.uk \
    --cc=bluez-devel@lists.sourceforge.net \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox