Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/dev/bluetooth
Module Name: src
Committed By: plunky
Date: Fri Mar 28 21:17:37 UTC 2008
Modified Files:
src/sys/dev/bluetooth: btdev.h bthidev.c bthub.c btsco.c
Log Message:
Use deviter API to search for child devices.
As all identifying information is stored in the device
properties, this removes the need for child devices to
have a reserved area (struct btdev) in the softc, and
bthub(4) does no longer need to have a softc at all.
To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 src/sys/dev/bluetooth/btdev.h
cvs rdiff -r1.13 -r1.14 src/sys/dev/bluetooth/bthidev.c
cvs rdiff -r1.12 -r1.13 src/sys/dev/bluetooth/bthub.c
cvs rdiff -r1.18 -r1.19 src/sys/dev/bluetooth/btsco.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index