netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [patch (for 2.6.25?) 2/2] bluetooth: CONWISE Technology based adapters with buggy SCO support (bugzilla #9027)
@ 2008-03-04 22:58 akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b
       [not found] ` <200803042258.m24Mw8UK001381-AB4EexQrvXRQetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b @ 2008-03-04 22:58 UTC (permalink / raw)
  To: davem-fT/PcQaiUtIeIZ0/mPfg9Q
  Cc: netdev-u79uwXL29TY76Z2rM5mHXA,
	linux-bluetooth-u79uwXL29TY76Z2rM5mHXA,
	marcel-kz+m5ild9QBg9hUCZPvPmw,
	hidave.darkstar-Re5JQEeQqe8AvxtiuMwx3w,
	akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b, sdiz-A7iEm+J7xfE

From: SDiZ <sdiz-A7iEm+J7xfE@public.gmane.org>

Fix the CONWISE Technology based adapters with buggy SCO support issue
(bugzilla #9027)

Cc: Marcel Holtmann <marcel-kz+m5ild9QBg9hUCZPvPmw@public.gmane.org>
Cc: "David S. Miller" <davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org>
Cc: Dave Young <hidave.darkstar-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Signed-off-by: Andrew Morton <akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org>
---

 drivers/bluetooth/hci_usb.c |    3 +++
 1 file changed, 3 insertions(+)

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 },
+
 	/* 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 },
_
--
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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [patch (for 2.6.25?) 2/2] bluetooth: CONWISE Technology based adapters with buggy SCO support (bugzilla #9027)
       [not found] ` <200803042258.m24Mw8UK001381-AB4EexQrvXRQetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org>
@ 2008-03-05  8:46   ` Marcel Holtmann
       [not found]     ` <CAB9A765-5115-4F9F-A867-44E0CDECF86F-kz+m5ild9QBg9hUCZPvPmw@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: Marcel Holtmann @ 2008-03-05  8:46 UTC (permalink / raw)
  To: akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b
  Cc: davem-fT/PcQaiUtIeIZ0/mPfg9Q, netdev-u79uwXL29TY76Z2rM5mHXA,
	linux-bluetooth-u79uwXL29TY76Z2rM5mHXA,
	hidave.darkstar-Re5JQEeQqe8AvxtiuMwx3w, sdiz-A7iEm+J7xfE

Hi Andrew,

> From: SDiZ <sdiz-A7iEm+J7xfE@public.gmane.org>
>
> Fix the CONWISE Technology based adapters with buggy SCO support issue
> (bugzilla #9027)
>
> Cc: Marcel Holtmann <marcel-kz+m5ild9QBg9hUCZPvPmw@public.gmane.org>
> Cc: "David S. Miller" <davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org>
> Cc: Dave Young <hidave.darkstar-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
> Signed-off-by: Andrew Morton <akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org>
> ---
>
> drivers/bluetooth/hci_usb.c |    3 +++
> 1 file changed, 3 insertions(+)
>
> 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.

Regards

Marcel

--
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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [patch (for 2.6.25?) 2/2] bluetooth: CONWISE Technology based adapters with buggy SCO support (bugzilla #9027)
       [not found]     ` <CAB9A765-5115-4F9F-A867-44E0CDECF86F-kz+m5ild9QBg9hUCZPvPmw@public.gmane.org>
@ 2008-03-06  2:44       ` David Miller
  0 siblings, 0 replies; 3+ messages in thread
From: David Miller @ 2008-03-06  2:44 UTC (permalink / raw)
  To: marcel-kz+m5ild9QBg9hUCZPvPmw
  Cc: akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b,
	netdev-u79uwXL29TY76Z2rM5mHXA,
	linux-bluetooth-u79uwXL29TY76Z2rM5mHXA,
	hidave.darkstar-Re5JQEeQqe8AvxtiuMwx3w, sdiz-A7iEm+J7xfE

From: Marcel Holtmann <marcel-kz+m5ild9QBg9hUCZPvPmw@public.gmane.org>
Date: Wed, 5 Mar 2008 09:46:19 +0100

> Hi Andrew,
> 
> > 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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-03-06  2:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-04 22:58 [patch (for 2.6.25?) 2/2] bluetooth: CONWISE Technology based adapters with buggy SCO support (bugzilla #9027) akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b
     [not found] ` <200803042258.m24Mw8UK001381-AB4EexQrvXRQetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org>
2008-03-05  8:46   ` Marcel Holtmann
     [not found]     ` <CAB9A765-5115-4F9F-A867-44E0CDECF86F-kz+m5ild9QBg9hUCZPvPmw@public.gmane.org>
2008-03-06  2:44       ` David Miller

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).