cvs commit: src/sys/netgraph/bluetooth/drivers/ubt ng_ubt.c
Maksim Yevmenkin
emax at FreeBSD.org
Mon Jul 25 16:24:45 GMT 2005
emax 2005-07-25 16:24:44 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_5)
sys/netgraph/bluetooth/drivers/ubt ng_ubt.c
Log:
MFC to RELENG_5 ng_ubt.c v1.25
Add support for AVM BlueFRITZ! USB Bluetooth Adapter v2.0. It appears that
there are at least two versions of the adapter. Version 1 (product ID 0x2200)
of the adapter does not work with ng_ubt(4) and require special driver and
firmware. Version 2 (product ID 0x3800) seems to work just fine, except it
does not have bDeviceClass, bDeviceSubClass and bDeviceProtocol set to required
(by specification) values. This change forces ng_ubt(4) to attach to the
version 2 adapter.
Ignore AVM BlueFRITZ! USB Bluetooth Adapter v1.0 (product ID 0x2200).
It does not work with ng_ubt(4) and require special driver and firmware.
Submitted by: Rainer Goellner < rainer at jabbe dot de >
Approved by: re (kensmith)
Obtained from: Marcel Holtmann < marcel at holtmann dot org >
Revision Changes Path
1.19.2.5 +2 -1 src/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c
More information about the cvs-src
mailing list