From: Guillaume Bedot <littletux@zarb.org>
To: "linux-bluetooth@vger.kernel.org" <linux-bluetooth@vger.kernel.org>
Subject: [PATCH] Missing support in btusb for broadcom dongle 0a5c:2009
Date: Mon, 27 Oct 2008 19:33:38 +0100 [thread overview]
Message-ID: <1225132418.29183.7.camel@localhost> (raw)
In-Reply-To: <1225130694.7157.12.camel@californication>
[-- 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 },
next prev parent reply other threads:[~2008-10-27 18:33 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
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 ` Guillaume Bedot [this message]
2008-10-27 19:35 ` [PATCH] " Marcel Holtmann
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=1225132418.29183.7.camel@localhost \
--to=littletux@zarb.org \
--cc=linux-bluetooth@vger.kernel.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.