Deleted Added
full compact
bthidd.8 (163214) bthidd.8 (208027)
1.\" Copyright (c) 2006 Maksim Yevmenkin <m_evmenkin@yahoo.com>
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 9 unchanged lines hidden (view full) ---

18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
25.\" $Id: bthidd.8,v 1.1 2006/09/07 21:36:55 max Exp $
1.\" Copyright (c) 2006 Maksim Yevmenkin <m_evmenkin@yahoo.com>
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 9 unchanged lines hidden (view full) ---

18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
25.\" $Id: bthidd.8,v 1.1 2006/09/07 21:36:55 max Exp $
26.\" $FreeBSD: head/usr.sbin/bluetooth/bthidd/bthidd.8 163214 2006-10-10 22:38:31Z markus $
26.\" $FreeBSD: head/usr.sbin/bluetooth/bthidd/bthidd.8 208027 2010-05-13 12:07:55Z uqs $
27.\"
28.Dd September 7, 2006
29.Dt BTHIDD 8
30.Os
31.Sh NAME
32.Nm bthidd
33.Nd Bluetooth HID daemon
34.Sh SYNOPSIS

--- 43 unchanged lines hidden (view full) ---

78The
79.Nm
80daemon will periodically scan for newly configured Bluetooth HID devices or
81disconnected
82.Dq passive
83Bluetooth HID devices and will attempt to establish an outgoing connection.
84The default rescan interval is 10 seconds.
85.El
27.\"
28.Dd September 7, 2006
29.Dt BTHIDD 8
30.Os
31.Sh NAME
32.Nm bthidd
33.Nd Bluetooth HID daemon
34.Sh SYNOPSIS

--- 43 unchanged lines hidden (view full) ---

78The
79.Nm
80daemon will periodically scan for newly configured Bluetooth HID devices or
81disconnected
82.Dq passive
83Bluetooth HID devices and will attempt to establish an outgoing connection.
84The default rescan interval is 10 seconds.
85.El
86.Sh CAVEATS
87Any Bluetooth HID device that has
88.Dv HUP_KEYBOARD
89or
90.Dv HUP_CONSUMER
91entries in its descriptor is considered as
92.Dq keyboard .
93For each
94.Dq keyboard
95Bluetooth HID device,
96the
97.Nm
98daemon will use a separate instance of the virtual keyboard interface
99.Xr vkbd 4 .
100Therefore the
101.Xr kbdmux 4
102driver must be used to properly multiplex input from multiple keyboards.
103.Sh KNOWN LIMITATIONS
104The
105.Nm
106daemon currently does not handle key auto repeat and double click mouse events.
107Those events work under
108.Xr X 7
109just fine,
110but not in text console.

--- 9 unchanged lines hidden (view full) ---

120.It Pa /var/run/bthidd.pid
121.El
122.Sh SEE ALSO
123.Xr kbdmux 4 ,
124.Xr vkbd 4 ,
125.Xr bthidcontrol 8
126.Sh AUTHORS
127.An Maksim Yevmenkin Aq m_evmenkin@yahoo.com
86.Sh KNOWN LIMITATIONS
87The
88.Nm
89daemon currently does not handle key auto repeat and double click mouse events.
90Those events work under
91.Xr X 7
92just fine,
93but not in text console.

--- 9 unchanged lines hidden (view full) ---

103.It Pa /var/run/bthidd.pid
104.El
105.Sh SEE ALSO
106.Xr kbdmux 4 ,
107.Xr vkbd 4 ,
108.Xr bthidcontrol 8
109.Sh AUTHORS
110.An Maksim Yevmenkin Aq m_evmenkin@yahoo.com
111.Sh CAVEATS
112Any Bluetooth HID device that has
113.Dv HUP_KEYBOARD
114or
115.Dv HUP_CONSUMER
116entries in its descriptor is considered as
117.Dq keyboard .
118For each
119.Dq keyboard
120Bluetooth HID device,
121the
122.Nm
123daemon will use a separate instance of the virtual keyboard interface
124.Xr vkbd 4 .
125Therefore the
126.Xr kbdmux 4
127driver must be used to properly multiplex input from multiple keyboards.