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