xref: /openbsd/share/man/man4/uhidev.4 (revision 097a140d)
1.\" $OpenBSD: uhidev.4,v 1.14 2021/02/04 16:25:38 anton 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: February 4 2021 $
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 "fido*    at uhidev?"
40.Cd "ucycom*  at uhidev?"
41.Cd "ugold*   at uhidev?"
42.Cd "uhid*    at uhidev?"
43.Cd "uhidpp*  at uhidev?"
44.Cd "ujoy*    at uhidev?"
45.Cd "ukbd*    at uhidev?"
46.Cd "ums*     at uhidev?"
47.Cd "umstc*   at uhidev?"
48.Cd "umt*     at uhidev?"
49.Cd "uoaklux* at uhidev?"
50.Cd "uoakrh*  at uhidev?"
51.Cd "uoakv*   at uhidev?"
52.Cd "upd*     at uhidev?"
53.Cd "uslhcom* at uhidev?"
54.Cd "uthum*   at uhidev?"
55.Cd "utpms*   at uhidev?"
56.Cd "utrh*    at uhidev?"
57.Cd "utwitch* at uhidev?"
58.Cd "uwacom*  at uhidev?"
59.Sh DESCRIPTION
60The
61.Nm
62driver handles all Human Interface Devices.
63Each HID device can have several components, e.g., a keyboard and a mouse.
64These components use different report identifiers (a byte) to
65distinguish which one data is coming from.
66The
67.Nm
68driver has other drivers attached that handle particular
69kinds of devices and
70.Nm
71only dispatches data to them based on the report id.
72.Sh SEE ALSO
73.Xr fido 4 ,
74.Xr intro 4 ,
75.Xr ucycom 4 ,
76.Xr ugold 4 ,
77.Xr uhid 4 ,
78.Xr uhidpp 4 ,
79.Xr ujoy 4 ,
80.Xr ukbd 4 ,
81.Xr ums 4 ,
82.Xr umstc 4 ,
83.Xr umt 4 ,
84.Xr uoaklux 4 ,
85.Xr uoakrh 4 ,
86.Xr uoakv 4 ,
87.Xr upd 4 ,
88.Xr usb 4 ,
89.Xr uslhcom 4 ,
90.Xr uthum 4 ,
91.Xr utpms 4 ,
92.Xr utrh 4 ,
93.Xr utwitch 4 ,
94.Xr uwacom 4
95.Sh HISTORY
96The
97.Nm
98driver
99appeared in
100.Ox 3.2 .
101