opnsense-src/sys/netgraph/bluetooth
Maksim Yevmenkin 384792133f 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.

Obtained from:	Marcel Holtmann <marcel at holtmann dot org>
Submitted by:	Rainer Goellner <rainer at jabbe dot de>
2005-07-18 16:34:49 +00:00
..
common Change the embedded module name from "bluetooth" to "ng_bluetooth" to match 2005-04-08 05:13:53 +00:00
drivers Add support for AVM BlueFRITZ! USB Bluetooth Adapter v2.0. It appears that 2005-07-18 16:34:49 +00:00
hci /* -> /*- for license, minor formatting changes 2005-01-07 01:45:51 +00:00
include Make default RFCOMM session MTU match default L2CAP MTU. 2005-01-11 01:39:53 +00:00
l2cap /* -> /*- for license, minor formatting changes 2005-01-07 01:45:51 +00:00
socket Remove PR_ATOMIC flag in ng_btsocket_protosw[] for BLUETOOTH_PROTO_RFCOMM 2005-04-06 20:54:05 +00:00