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

Modified Files:
	src/distrib/sets/lists/comp: mi
	src/distrib/sets/lists/man: mi
	src/share/man/man4: Makefile
	src/sys/arch/i386/conf: GENERIC GENERIC_LAPTOP
	src/sys/dev: DEVNAMES
	src/sys/dev/bluetooth: Makefile files.bluetooth
	src/usr.bin/bthset: bthset.1 bthset.c
Added Files:
	src/share/man/man4: btsco.4
	src/sys/dev/bluetooth: btsco.c btsco.h
Removed Files:
	src/share/man/man4: bthset.4
	src/sys/dev/bluetooth: bthset.c bthset.h

Log Message:
Bluetooth fixes by Iain Hibbert:
Remove bthset(4) device and add btsco(4) in its place. This is an
improved version which is not just for headsets, as it can receive
incoming connections (eg for Hands Free Profile). Update bthset(1)
control utlitiy to relate to new device.


To generate a diff of this commit:
cvs rdiff -r1.903 -r1.904 src/distrib/sets/lists/comp/mi
cvs rdiff -r1.912 -r1.913 src/distrib/sets/lists/man/mi
cvs rdiff -r1.395 -r1.396 src/share/man/man4/Makefile
cvs rdiff -r1.1 -r0 src/share/man/man4/bthset.4
cvs rdiff -r0 -r1.1 src/share/man/man4/btsco.4
cvs rdiff -r1.764 -r1.765 src/sys/arch/i386/conf/GENERIC
cvs rdiff -r1.192 -r1.193 src/sys/arch/i386/conf/GENERIC_LAPTOP
cvs rdiff -r1.205 -r1.206 src/sys/dev/DEVNAMES
cvs rdiff -r1.1 -r1.2 src/sys/dev/bluetooth/Makefile
cvs rdiff -r1.1 -r0 src/sys/dev/bluetooth/bthset.c \
    src/sys/dev/bluetooth/bthset.h
cvs rdiff -r0 -r1.1 src/sys/dev/bluetooth/btsco.c \
    src/sys/dev/bluetooth/btsco.h
cvs rdiff -r1.8 -r1.9 src/sys/dev/bluetooth/files.bluetooth
cvs rdiff -r1.1 -r1.2 src/usr.bin/bthset/bthset.1 src/usr.bin/bthset/bthset.c

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