register HID with SDP error
maksim yevmenkin
maksim.yevmenkin at gmail.com
Mon Mar 16 20:41:17 UTC 2015
> Thanks, that helps alot.
>
> I am also working on my other issue, the bluetooth stack not starting. The example in the manual shows the same vendor CSR but product 0x0001, I believe all my bt devices are 0x0002. It seems that the bluetooth stack will fail if it does not identify the device.. so I'm tracking down where to add it.. this device is actually functioning even without the bluetooth stack starting.
>
Device vendor and product id pair should not matter too much. The driver makes the match based on usb interface class and subclass. If device is fully confirms to the spec then it usually just works.
Some devices (Atheros and Broadcom for example) may require some sort of firmware download. I've also seen all sort of weirdness in devices usually requiring special driver or shim.
In most cases, if ng_ubt(4) driver attaches to the device, then it should work. If yo get usb transfer errors then I would suspect usb. I've seen this before. Also what version of FreeBSD are you running this on ?
Thanks
Max
More information about the freebsd-bluetooth
mailing list