Subject: CVS commit: src
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 07/26/2006 10:38:51
Module Name:	src
Committed By:	tron
Date:		Wed Jul 26 10:38:51 UTC 2006

Added Files:
	src/share/man/man4: btdev.4
	src/sys/dev/bluetooth: btdev.c

Log Message:
Bluetooth fixes by Iain Hibbert:
Change the way in which bluetooth devices attach to system. The
new way is for devices to attach directly to a btdevN device via
its own control file /dev/btdevN.
- bthub(4) is replaced by btdev(4).
- /dev/bthubctl is replaced by /dev/btdevN.
- configuration now uses proplib(3) property lists.
- btcontrol(8) updated to use new API, and now uses private
- XML config file /var/db/btdev.xml.


To generate a diff of this commit:
cvs rdiff -r0 -r1.1 src/share/man/man4/btdev.4
cvs rdiff -r0 -r1.1 src/sys/dev/bluetooth/btdev.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.