BlueFRITZ! USB v2.0 is not recognized
Rainer Goellner
rainer at jabbe.de
Thu Jan 27 04:23:33 PST 2005
Marcel Holtmann wrote:
>
>>I'm failing to get my new AVM BlueFRITZ! v2.0 Bluetooth
>>dongle recognized on a fresh FreeBSD 5.3 installation.
>>This version of the BlueFRITZ! should be H:2 compliant,
>>but all I get is a ugen, no ubt.
>>
> ...
> the BlueFRITZ! USB v2.0 is a H:2 device, but it doesn't present itself
> with the Bluetooth device class. I suggest you add the vendor and
> product id to the driver like it is done for Linux.
>
Could you give me any hint where to look and where
to add the ids?
BTW, I almost forgot that I had changed USB_MATH(ubt) in
sys/netgraph/bluetooth/drivers/utb/ng_ubt.c like this
very early during my awkward attempts:
...
Static struct usb_devno const ubt_ignored_devices[] = {
{ 0x057c, 0x3800,
0, 0 } /* This should be the last item in the list */
};
...
Static struct usb_devno const ubt_broken_devices[] = {
{ 0x057c, 0x3800,
0, 0 } /* This should be the last item in the list */
};
...
AFAIK 0x057c is the vendor id, 0x3800 the device id.
Hope that's not what you meant...
Rainer
More information about the freebsd-bluetooth
mailing list