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