From: Marcel Holtmann <marcel@holtmann.org>
To: Andreas Krause <Andreas.Krause@web.de>
Cc: BlueZ Mailing List <bluez-users@lists.sourceforge.net>
Subject: Re: [Bluez-users] ISSC USB Dongle does not work with current bluez?
Date: Sat, 31 Jul 2004 12:31:44 +0200 [thread overview]
Message-ID: <1091269903.7891.121.camel@pegasus> (raw)
In-Reply-To: <200407231303.45860.Andreas.Krause@web.de>
[-- Attachment #1: Type: text/plain, Size: 459 bytes --]
Hi Andreas,
> > Another buggy Bluetooth chip with a stupid link manager. Is it really so
> > hard to get a correct HCI implementation before manufacturing end-user
> > products?
>
> That means? Wait until you got one yourself and write a little hack for this
> buggy chip? ;-)
it looks like that this device needs the HCI_Reset before it can run an
inquiry. Funny is that every other HCI command work without it. Try the
attached patch.
Regards
Marcel
[-- Attachment #2: patch --]
[-- Type: text/plain, Size: 481 bytes --]
===== drivers/bluetooth/hci_usb.c 1.53 vs edited =====
--- 1.53/drivers/bluetooth/hci_usb.c 2004-07-16 12:55:02 +02:00
+++ edited/drivers/bluetooth/hci_usb.c 2004-07-31 12:13:10 +02:00
@@ -98,6 +98,9 @@
/* Broadcom BCM2035 */
{ USB_DEVICE(0x0a5c, 0x200a), .driver_info = HCI_RESET },
+ /* ISSC Bluetooth Adapter v3.1 */
+ { USB_DEVICE(0x1131, 0x1001), .driver_info = HCI_RESET },
+
/* Digianswer device */
{ USB_DEVICE(0x08fd, 0x0001), .driver_info = HCI_DIGIANSWER },
next prev parent reply other threads:[~2004-07-31 10:31 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-07-22 19:24 [Bluez-users] ISSC USB Dongle does not work with current bluez? Andreas Krause
2004-07-22 20:47 ` Marcel Holtmann
2004-07-23 4:49 ` Andreas Krause
2004-07-23 8:14 ` Marcel Holtmann
2004-07-23 9:45 ` Andreas Gaufer
2004-07-23 9:54 ` Marcel Holtmann
[not found] ` <200407231230.50970.Andreas.Krause@web.de>
2004-07-23 10:41 ` Marcel Holtmann
[not found] ` <200407231251.27478.Andreas.Krause@web.de>
2004-07-23 10:50 ` Marcel Holtmann
2004-07-23 12:22 ` Bc. Michal Semler
[not found] ` <200407231303.45860.Andreas.Krause@web.de>
2004-07-31 10:31 ` Marcel Holtmann [this message]
2004-07-31 13:31 ` Andreas Krause
2004-07-31 17:20 ` 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=1091269903.7891.121.camel@pegasus \
--to=marcel@holtmann.org \
--cc=Andreas.Krause@web.de \
--cc=bluez-users@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 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.