summaryrefslogtreecommitdiff
path: root/net/bluetooth/Config.help
AgeCommit message (Collapse)Author
2002-10-29Delete old-style config files.Linus Torvalds
2002-10-13Consistent naming for Bluetooth function and constants.Maksim Krasnyanskiy
Some of them were named like BT_XXX and bt_xxx others BLUEZ_XXX and bluez_xxx. From now on use BT_XXX and bt_xxx throughout Bluetooth code, including CONFIG_ defines. Clean up small typos and misspelling along the way.
2002-10-13Now that the module name bluetooth.o is not used by USB subsystem anymoreMaksim Krasnyanskiy
we can rename bluez.o to what it should have been from the begging bluetoth.o
2002-10-06[PATCH] Bluetooth kbuild fix and config cleanupMarcel Holtmann
This removes the obsolete O_TARGET and cleans up the Config.* and *.c files to have a unique CONFIG_BLUEZ prefix. Additional two missing help entries are added.
2002-10-04RFCOMM protocol support.Maksim Krasnyanskiy
RFCOMM socket and TTY emulation APIs.
2002-10-04BNEP (Bluetooth Network Encapsulation Protocol) support.Maksim Krasnyanskiy
2002-05-03[PATCH] Bluetooth subsystem sync upMaksim Krasnyanskiy
This updates 2.5.x Bluetooth subsystem and removes the EXPERIMENTAL status of Bluetooth support. BlueZ Core: New generic HCI connection manager. Complete role switch and link policy support. Security mode 1 and 3 support. L2CAP service level security support. HCI filter support. HCI frame time-stamps. SCO (voice links) support. Improved HCI device unregistration (device destructors). Support for L2CAP signalling frame fragmentation. Improved L2CAP timeout handling. New HCI ioctls for changing ACL and SCO MTU. Killed HCI_MAX_DEV limit. Security fixes. HCI USB driver: Performance improvements. Firmware loading support. Stability fixes. URB and disconnect handling rewrite. HCI UART driver: Support for multiple UART protocols. HCI PCMCIA driver: Support for Nokia Bluetooth PC Cards. Support for Anycom Bluetooth PC/CF Cards.
2002-02-05v2.5.2.4 -> v2.5.2.4.1Linus Torvalds
- Patrick Mochel: devicefs locking cleanups, refcount fixes - Brian Gerst: apic timer cleanup - Adam Richter: fix loop over block device bio breakage, ipfwadm compile fix - Peter Anvin: bootproto v2.03 - me: split up Configure.help over the subdirectories where it is used