public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* Missing support in btusb for broadcom dongle 0a5c:2009
@ 2008-10-27 16:03 Guillaume Bedot
  2008-10-27 18:04 ` Marcel Holtmann
  0 siblings, 1 reply; 4+ messages in thread
From: Guillaume Bedot @ 2008-10-27 16:03 UTC (permalink / raw)
  To: linux-bluetooth@vger.kernel.org

Hello,

It seems this particular dongle needs a quirk that existed in hci_usb,
but doesn't in btusb.

Is it possible to send some command to use this dongle (as hciconfig
reset can replace the reset quirk) ?

Or should the quirk be introduced in btusb too ?

Regards,

Guillaume B.


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

* Re: Missing support in btusb for broadcom dongle 0a5c:2009
  2008-10-27 16:03 Missing support in btusb for broadcom dongle 0a5c:2009 Guillaume Bedot
@ 2008-10-27 18:04 ` Marcel Holtmann
  2008-10-27 18:33   ` [PATCH] " Guillaume Bedot
  0 siblings, 1 reply; 4+ messages in thread
From: Marcel Holtmann @ 2008-10-27 18:04 UTC (permalink / raw)
  To: Guillaume Bedot; +Cc: linux-bluetooth@vger.kernel.org

Hi Guillaume,

> It seems this particular dongle needs a quirk that existed in hci_usb,
> but doesn't in btusb.
> 
> Is it possible to send some command to use this dongle (as hciconfig
> reset can replace the reset quirk) ?
> 
> Or should the quirk be introduced in btusb too ?

you can load btusb with reset=1 and that does the same trick, but the
quirk should be added to btusb directly. Send in the lsusb output and
content of /proc/bus/usb/devices for your dongle.

Regards

Marcel



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

* [PATCH] Missing support in btusb for broadcom dongle 0a5c:2009
  2008-10-27 18:04 ` Marcel Holtmann
@ 2008-10-27 18:33   ` Guillaume Bedot
  2008-10-27 19:35     ` Marcel Holtmann
  0 siblings, 1 reply; 4+ messages in thread
From: Guillaume Bedot @ 2008-10-27 18:33 UTC (permalink / raw)
  To: linux-bluetooth@vger.kernel.org

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

Le lundi 27 octobre 2008 à 19:04 +0100, Marcel Holtmann a écrit :
> Hi Guillaume,
> 
> > It seems this particular dongle needs a quirk that existed in hci_usb,
> > but doesn't in btusb.
> > 
> > Is it possible to send some command to use this dongle (as hciconfig
> > reset can replace the reset quirk) ?
> > 
> > Or should the quirk be introduced in btusb too ?
> 
> you can load btusb with reset=1 and that does the same trick, but the
> quirk should be added to btusb directly. Send in the lsusb output and
> content of /proc/bus/usb/devices for your dongle.

Sorry I was not clear enough...

It's a different init quirk that concern only that dongle at the moment.
With this patch it should be clearer.

Regards,

Guillaume B.

[-- Attachment #2: btusb-bcm92035.patch --]
[-- Type: text/x-patch, Size: 856 bytes --]

This patch should allow the 0a5c:2009 broadcom dongle to work with btusb.

See this Mandriva bug for more information:
http://qa.mandriva.com/show_bug.cgi?id=44886

(and soon, for results of Jan tests especially)

Signed-off-by: Guillaume Bedot <littletux@zarb.org>
--- kernel-linus-2.6.28-0.rc1.1.1mdv.orig/drivers/bluetooth/btusb.c	2008-10-27 17:36:17.000000000 +0100
+++ kernel-linus-2.6.28-0.rc1.1.1mdv/drivers/bluetooth/btusb.c	2008-10-27 17:37:11.000000000 +0100
@@ -96,6 +96,7 @@
 	/* Broadcom BCM2035 */
 	{ USB_DEVICE(0x0a5c, 0x2035), .driver_info = BTUSB_RESET | BTUSB_WRONG_SCO_MTU },
 	{ USB_DEVICE(0x0a5c, 0x200a), .driver_info = BTUSB_RESET | BTUSB_WRONG_SCO_MTU },
+	{ USB_DEVICE(0x0a5c, 0x2009), .driver_info = BTUSB_BCM92035 },
 
 	/* Broadcom BCM2045 */
 	{ USB_DEVICE(0x0a5c, 0x2039), .driver_info = BTUSB_RESET | BTUSB_WRONG_SCO_MTU },

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

* Re: [PATCH] Missing support in btusb for broadcom dongle 0a5c:2009
  2008-10-27 18:33   ` [PATCH] " Guillaume Bedot
@ 2008-10-27 19:35     ` Marcel Holtmann
  0 siblings, 0 replies; 4+ messages in thread
From: Marcel Holtmann @ 2008-10-27 19:35 UTC (permalink / raw)
  To: Guillaume Bedot; +Cc: linux-bluetooth@vger.kernel.org

Hi Guillaume,

> > > It seems this particular dongle needs a quirk that existed in hci_usb,
> > > but doesn't in btusb.
> > > 
> > > Is it possible to send some command to use this dongle (as hciconfig
> > > reset can replace the reset quirk) ?
> > > 
> > > Or should the quirk be introduced in btusb too ?
> > 
> > you can load btusb with reset=1 and that does the same trick, but the
> > quirk should be added to btusb directly. Send in the lsusb output and
> > content of /proc/bus/usb/devices for your dongle.
> 
> Sorry I was not clear enough...
> 
> It's a different init quirk that concern only that dongle at the moment.
> With this patch it should be clearer.

hah. We forgot to port this one over from hci_usb :(

Regards

Marcel



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

end of thread, other threads:[~2008-10-27 19:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-27 16:03 Missing support in btusb for broadcom dongle 0a5c:2009 Guillaume Bedot
2008-10-27 18:04 ` Marcel Holtmann
2008-10-27 18:33   ` [PATCH] " Guillaume Bedot
2008-10-27 19:35     ` Marcel Holtmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox