Subject: CVS commit: src/sys/dev/usb
To: None <source-changes@netbsd.org>
From: David Sainty <dsainty@netbsd.org>
List: source-changes
Date: 01/05/2003 07:20:21
Module Name:	src
Committed By:	dsainty
Date:		Sun Jan  5 05:20:21 UTC 2003

Modified Files:
	src/sys/dev/usb: ubt.c
Added Files:
	src/sys/dev/usb: ubtreg.h

Log Message:
Make the ubt driver functional.  This is an experimental, incomplete, but
actually functional driver.  It provides a local HCI interface to the
HCI-over-USB interface on standards-compliant Bluetooth USB devices.

Currently this device can be attached to the bthci driver for direct user-land
access to the device.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/sys/dev/usb/ubt.c
cvs rdiff -r0 -r1.1 src/sys/dev/usb/ubtreg.h

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