diff options
Diffstat (limited to 'usr/src/man/man7d/hid.7d')
-rw-r--r-- | usr/src/man/man7d/hid.7d | 29 |
1 files changed, 2 insertions, 27 deletions
diff --git a/usr/src/man/man7d/hid.7d b/usr/src/man/man7d/hid.7d index e6538e34a0..6601f7997b 100644 --- a/usr/src/man/man7d/hid.7d +++ b/usr/src/man/man7d/hid.7d @@ -3,21 +3,19 @@ .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License. You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. .\" See the License for the specific language governing permissions and limitations under the License. When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the .\" fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner] -.TH HID 7D "May 13, 2017" +.TH HID 7D "June 19, 2021" .SH NAME hid \- Human interface device (HID) class driver .SH SYNOPSIS -.LP .nf \fBkeyboard@unit-address\fR \fBmouse@unit-address\fR \fBinput@unit-address:consumer_control\fR -\fB#include <sys/hid.h>\fR +\fB#include <sys/usb/clients/hid/hid.h>\fR \fBint ioctl(int fildes, int command, ... /*arg*/);\fR .fi .SH DESCRIPTION -.LP The \fBhid\fR driver is a USBA (Solaris USB Architecture) compliant client driver that supports the \fIHuman Interface Device Class (HID) 1.0\fR specification. The Human Interface Device (HID) class encompasses devices @@ -79,16 +77,6 @@ gets the input. .SH FILES .ne 2 .na -\fB\fB/kernel/drv/hid\fR\fR -.ad -.sp .6 -.RS 4n -32-bit x86 ELF kernel hid module -.RE - -.sp -.ne 2 -.na \fB\fB/kernel/drv/amd64/hid\fR\fR .ad .sp .6 @@ -109,16 +97,6 @@ gets the input. .sp .ne 2 .na -\fB\fB/kernel/misc/hidparser\fR\fR -.ad -.sp .6 -.RS 4n -32-bit x86 ELF kernel hidparser module -.RE - -.sp -.ne 2 -.na \fB\fB/kernel/misc/amd64/hidparser\fR\fR .ad .sp .6 @@ -137,7 +115,6 @@ gets the input. .RE .SH ATTRIBUTES -.LP See \fBattributes\fR(5) for descriptions of the following attributes: .sp @@ -152,7 +129,6 @@ Architecture SPARC, x86, PCI-based systems .TE .SH SEE ALSO -.LP \fBcfgadm_usb\fR(1M), \fBattributes\fR(5), \fBusba\fR(7D), \fBvirtualkm\fR(7D) .sp .LP @@ -244,7 +220,6 @@ The device cannot be supported by this version of the HID driver. .RE .SH NOTES -.LP The hid driver currently supports only keyboard, mouse and audio HID control devices. .sp |