linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][BLUETOOTH] CONWISE Technology based adapters with buggy SCO support (bugzilla #9027)
@ 2008-02-20  1:15 SDiZ
  0 siblings, 0 replies; only message in thread
From: SDiZ @ 2008-02-20  1:15 UTC (permalink / raw)
  To: Marcel Holtmann, David Miller; +Cc: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 170 bytes --]

Hi,

The attached patch (against current git head) fix the CONWISE
Technology based adapters with buggy SCO support issue (bugzilla
#9027)


Regrads,
Daniel Cheng (SDiZ)

[-- Attachment #2: conwise-buggy-sco-support.patch --]
[-- Type: application/octet-stream, Size: 1039 bytes --]

From ac637beb710372d9b1ef1c472ea3ad5835c2034a Mon Sep 17 00:00:00 2001
From: Daniel Cheng (SDiZ) <sdiz@sdiz.net>
Date: Wed, 20 Feb 2008 09:10:16 +0800
Subject: [PATCH] CONWISE Technology based adapters with buggy SCO support

---
 drivers/bluetooth/hci_usb.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/drivers/bluetooth/hci_usb.c b/drivers/bluetooth/hci_usb.c
index 372c7ef..4f8a744 100644
--- a/drivers/bluetooth/hci_usb.c
+++ b/drivers/bluetooth/hci_usb.c
@@ -148,6 +148,9 @@ static struct usb_device_id blacklist_ids[] = {
 	{ 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 },
+
 	/* Belkin F8T012 and F8T013 devices */
 	{ USB_DEVICE(0x050d, 0x0012), .driver_info = HCI_RESET | HCI_WRONG_SCO_MTU },
 	{ USB_DEVICE(0x050d, 0x0013), .driver_info = HCI_RESET | HCI_WRONG_SCO_MTU },
-- 
1.5.4.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2008-02-20  1:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-20  1:15 [PATCH][BLUETOOTH] CONWISE Technology based adapters with buggy SCO support (bugzilla #9027) SDiZ

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).