cvs commit: src/sys/netgraph/bluetooth/drivers/ubt ng_ubt.c
ng_ubt_var.h
Maksim Yevmenkin
emax at FreeBSD.org
Tue Oct 12 16:33:46 PDT 2004
emax 2004-10-12 23:33:46 UTC
FreeBSD src repository
Modified files:
sys/netgraph/bluetooth/drivers/ubt ng_ubt.c ng_ubt_var.h
Log:
Get rid of device nodes interface. It is useless and confusing.
The original idea was to use it for firmware upgrading and similar
operations. In real life almost all Bluetooth USB devices do not
need firmware download. If device does require firmware download
then ugen(4) (or specialized driver like ubtbcmfw(8)) should be
used instead.
MFC after: 3 days
Revision Changes Path
1.20 +1 -524 src/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c
1.4 +0 -8 src/sys/netgraph/bluetooth/drivers/ubt/ng_ubt_var.h
More information about the cvs-src
mailing list