xref: /openbsd-src/share/man/man4/uhidev.4 (revision f2da64fbbbf1b03f09f390ab01267c93dfd77c4c)
1.\" $OpenBSD: uhidev.4,v 1.9 2016/09/12 08:12:06 mpi Exp $
2.\" $NetBSD: uhidev.4,v 1.2 2001/12/29 03:06:41 augustss Exp $
3.\"
4.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
5.\" All rights reserved.
6.\"
7.\" This code is derived from software contributed to The NetBSD Foundation
8.\" by Lennart Augustsson.
9.\"
10.\" Redistribution and use in source and binary forms, with or without
11.\" modification, are permitted provided that the following conditions
12.\" are met:
13.\" 1. Redistributions of source code must retain the above copyright
14.\"    notice, this list of conditions and the following disclaimer.
15.\" 2. Redistributions in binary form must reproduce the above copyright
16.\"    notice, this list of conditions and the following disclaimer in the
17.\"    documentation and/or other materials provided with the distribution.
18.\"
19.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
20.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
21.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
22.\" PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
23.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
24.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
25.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
26.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
27.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
28.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
29.\" POSSIBILITY OF SUCH DAMAGE.
30.\"
31.Dd $Mdocdate: September 12 2016 $
32.Dt UHIDEV 4
33.Os
34.Sh NAME
35.Nm uhidev
36.Nd USB Human Interface Device support
37.Sh SYNOPSIS
38.Cd "uhidev*  at uhub?"
39.Cd "ubcmtp*  at uhidev?"
40.Cd "ucycom*  at uhidev?"
41.Cd "ugold*   at uhidev?"
42.Cd "uhid*    at uhidev?"
43.Cd "ukbd*    at uhidev?"
44.Cd "ums*     at uhidev?"
45.Cd "uoaklux* at uhidev?"
46.Cd "uoakrh*  at uhidev?"
47.Cd "uoakv*   at uhidev?"
48.Cd "upd*     at uhidev?"
49.Cd "uslhcom* at uhidev?"
50.Cd "uthum*   at uhidev?"
51.Cd "utpms*   at uhidev?"
52.Cd "utrh*    at uhidev?"
53.Cd "utwitch* at uhidev?"
54.Cd "uwacom*  at uhidev?"
55.Sh DESCRIPTION
56The
57.Nm
58driver handles all Human Interface Devices.
59Each HID device can have several components, e.g., a keyboard and a mouse.
60These components use different report identifiers (a byte) to
61distinguish which one data is coming from.
62The
63.Nm
64driver has other drivers attached that handle particular
65kinds of devices and
66.Nm
67only dispatches data to them based on the report id.
68.Sh SEE ALSO
69.Xr intro 4 ,
70.Xr ubcmtp 4 ,
71.Xr ucycom 4 ,
72.Xr ugold 4 ,
73.Xr uhid 4 ,
74.Xr ukbd 4 ,
75.Xr ums 4 ,
76.Xr uoaklux 4 ,
77.Xr uoakrh 4 ,
78.Xr uoakv 4 ,
79.Xr upd 4 ,
80.Xr usb 4 ,
81.Xr uslhcom 4 ,
82.Xr uthum 4 ,
83.Xr utpms 4 ,
84.Xr utrh 4 ,
85.Xr utwitch 4 ,
86.Xr uwacom 4
87.Sh HISTORY
88The
89.Nm
90driver
91appeared in
92.Ox 3.2 .
93