| #
ed80d442 |
| 10-Aug-2017 |
nat <nat@NetBSD.org> |
Add support for btuart h5 3-wire protocol.
|
| #
486e4624 |
| 15-Apr-2008 |
plunky <plunky@NetBSD.org> |
some changes to serial bluetooth host controller interfaces
btuartd(8) should be named btattach(8) for consistency with other parts of NetBSD
make btattach(8) a single-use tool for less complexity
some changes to serial bluetooth host controller interfaces
btuartd(8) should be named btattach(8) for consistency with other parts of NetBSD
make btattach(8) a single-use tool for less complexity
device specicific initialisation (from btuart(4)) is carried out prior to activating the line discipline (in btattach(8)), which simplifies the API somewhat and means that the user tool and the kernel do not need to be kept in sync.
btuart(4) driver is much reduced; naming is made consistent and all tsleep() and delay() are removed to userland
show more ...
|
| #
09fa5a56 |
| 30-Sep-2007 |
kiyohara <kiyohara@NetBSD.org> |
Add bcsp(4). However, it is debuging state.
|
| #
d2988941 |
| 20-Feb-2007 |
briggs <briggs@NetBSD.org> |
Install sys/dev/bluetooth/btuart.h. Descend into and build/install usr.sbin/btuartd. Install etc/rc.d/btuartd.
|
| #
4f1cbddc |
| 10-Sep-2006 |
plunky <plunky@NetBSD.org> |
update to bluetooth device attachment:
remove pseudo-device btdev(4) and inherent limitations
add bthub(4) which autoconfigures at bluetooth controllers as they are enabled. bluetooth devices now a
update to bluetooth device attachment:
remove pseudo-device btdev(4) and inherent limitations
add bthub(4) which autoconfigures at bluetooth controllers as they are enabled. bluetooth devices now attach here.
btdevctl(8) and its cache is updated to handle new semantics
etc/rc.d/btdevctl is updated to configure devices from a list in /etc/bluetooth/btdevctl.conf
show more ...
|
| #
30d63321 |
| 26-Jul-2006 |
tron <tron@NetBSD.org> |
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 Hand
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.
show more ...
|
| #
a5c89047 |
| 19-Jun-2006 |
gdamore <gdamore@NetBSD.org> |
Initial import of bluetooth stack on behalf of Iain Hibbert. (plunky@, NetBSD Foundation Membership still pending.) This stack was written by Iain under sponsorship from Itronix Inc.
The stack inc
Initial import of bluetooth stack on behalf of Iain Hibbert. (plunky@, NetBSD Foundation Membership still pending.) This stack was written by Iain under sponsorship from Itronix Inc.
The stack includes support for rfcomm networking (networking via your bluetooth enabled cell phone), hid devices (keyboards/mice), and headsets.
Drivers for both PCMCIA and USB bluetooth controllers are included.
show more ...
|