Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man4 Update for uhidev(4).



details:   https://anonhg.NetBSD.org/src/rev/937ca007c0c9
branches:  trunk
changeset: 519838:937ca007c0c9
user:      augustss <augustss%NetBSD.org@localhost>
date:      Fri Dec 28 17:38:00 2001 +0000

description:
Update for uhidev(4).

diffstat:

 share/man/man4/Makefile |   4 +-
 share/man/man4/uhid.4   |   7 ++--
 share/man/man4/uhidev.4 |  69 +++++++++++++++++++++++++++++++++++++++++++++++++
 share/man/man4/ukbd.4   |   7 ++--
 share/man/man4/ums.4    |   7 ++--
 5 files changed, 83 insertions(+), 11 deletions(-)

diffs (178 lines):

diff -r 5a05134e1d47 -r 937ca007c0c9 share/man/man4/Makefile
--- a/share/man/man4/Makefile   Fri Dec 28 17:37:01 2001 +0000
+++ b/share/man/man4/Makefile   Fri Dec 28 17:38:00 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.239 2001/12/12 15:29:23 augustss Exp $
+#      $NetBSD: Makefile,v 1.240 2001/12/28 17:38:00 augustss Exp $
 #      @(#)Makefile    8.1 (Berkeley) 6/18/93
 
 MAN=   acphy.4 adv.4 adw.4 agp.4 ahb.4 ahc.4 amhphy.4 an.4 aria.4 \
@@ -31,7 +31,7 @@
        wsmux.4 yds.4 ym.4 zero.4 zstty.4
 
 # USB devices
-MAN+=  uaudio.4 ucom.4 uftdi.4 ugen.4 uhid.4 uirda.4 ukbd.4 ulpt.4 \
+MAN+=  uaudio.4 ucom.4 uftdi.4 ugen.4 uhid.4 uhidev.4 uirda.4 ukbd.4 ulpt.4 \
        umass.4 umct.4 umidi.4 umodem.4 ums.4 uplcom.4 urio.4 usb.4 \
        uscanner.4 usscanner.4 uvisor.4 uyap.4 \
        aue.4 cue.4 kue.4 upl.4 \
diff -r 5a05134e1d47 -r 937ca007c0c9 share/man/man4/uhid.4
--- a/share/man/man4/uhid.4     Fri Dec 28 17:37:01 2001 +0000
+++ b/share/man/man4/uhid.4     Fri Dec 28 17:38:00 2001 +0000
@@ -1,6 +1,6 @@
-.\" $NetBSD: uhid.4,v 1.11 2001/11/29 19:21:40 augustss Exp $
+.\" $NetBSD: uhid.4,v 1.12 2001/12/28 17:38:00 augustss Exp $
 .\"
-.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
+.\" Copyright (c) 1999, 2001 The NetBSD Foundation, Inc.
 .\" All rights reserved.
 .\"
 .\" This code is derived from software contributed to The NetBSD Foundation
@@ -41,7 +41,7 @@
 .Nm uhid
 .Nd USB generic HID support
 .Sh SYNOPSIS
-.Cd "uhid* at uhub?"
+.Cd "uhid* at uhidev? reportid ?"
 .Sh DESCRIPTION
 The
 .Nm
@@ -117,6 +117,7 @@
 .Xr usbhidaction 1 ,
 .Xr usbhidctl 1 ,
 .Xr usb 3 ,
+.Xr uhidev 4 ,
 .Xr usb 4
 .Sh HISTORY
 The
diff -r 5a05134e1d47 -r 937ca007c0c9 share/man/man4/uhidev.4
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/share/man/man4/uhidev.4   Fri Dec 28 17:38:00 2001 +0000
@@ -0,0 +1,69 @@
+.\" $NetBSD: uhidev.4,v 1.1 2001/12/28 17:38:00 augustss Exp $
+.\"
+.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
+.\" All rights reserved.
+.\"
+.\" This code is derived from software contributed to The NetBSD Foundation
+.\" by Lennart Augustsson.
+.\"
+.\" Redistribution and use in source and binary forms, with or without
+.\" modification, are permitted provided that the following conditions
+.\" are met:
+.\" 1. Redistributions of source code must retain the above copyright
+.\"    notice, this list of conditions and the following disclaimer.
+.\" 2. Redistributions in binary form must reproduce the above copyright
+.\"    notice, this list of conditions and the following disclaimer in the
+.\"    documentation and/or other materials provided with the distribution.
+.\" 3. All advertising materials mentioning features or use of this software
+.\"    must display the following acknowledgement:
+.\"        This product includes software developed by the NetBSD
+.\"        Foundation, Inc. and its contributors.
+.\" 4. Neither the name of The NetBSD Foundation nor the names of its
+.\"    contributors may be used to endorse or promote products derived
+.\"    from this software without specific prior written permission.
+.\"
+.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
+.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
+.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+.\" PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
+.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+.\" POSSIBILITY OF SUCH DAMAGE.
+.\"
+.Dd December 27, 2001
+.Dt UHIDEV 4
+.Os
+.Sh NAME
+.Nm uhidev
+.Nd USB Human Interface Device support
+.Sh SYNOPSIS
+.Cd "uhidev* at uhub?"
+.Cd "uhid*   at uhidev? reportid ?"
+.Cd "ukbd*   at uhidev? reportid ?"
+.Cd "ums*    at uhidev? reportid ?"
+.Sh DESCRIPTION
+The
+.Nm
+driver handles all Human Interface Devices.  Each HID device
+can have several parts, e.g., a keyboard and a mouse.
+These part use different report identifiers (a byte) to
+distinguish which one data is coming from.  The
+.Nm
+driver has other drivers attached that handles particular
+kinds of devices and only dispatches data based in the
+report id.
+.Sh SEE ALSO
+.Xr uhid 4 ,
+.Xr ukbd 4 ,
+.Xr ums 4 ,
+.Xr usb 4
+.Sh HISTORY
+The
+.Nm
+driver
+appeared in
+.Nx 1.6 .
diff -r 5a05134e1d47 -r 937ca007c0c9 share/man/man4/ukbd.4
--- a/share/man/man4/ukbd.4     Fri Dec 28 17:37:01 2001 +0000
+++ b/share/man/man4/ukbd.4     Fri Dec 28 17:38:00 2001 +0000
@@ -1,6 +1,6 @@
-.\" $NetBSD: ukbd.4,v 1.8 2001/10/24 22:37:07 augustss Exp $
+.\" $NetBSD: ukbd.4,v 1.9 2001/12/28 17:38:00 augustss Exp $
 .\"
-.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
+.\" Copyright (c) 1999, 2001 The NetBSD Foundation, Inc.
 .\" All rights reserved.
 .\"
 .\" This code is derived from software contributed to The NetBSD Foundation
@@ -41,7 +41,7 @@
 .Nm ukbd
 .Nd USB keyboard support
 .Sh SYNOPSIS
-.Cd "ukbd*     at uhub?"
+.Cd "ukbd*     at uhidev? reportid ?"
 .Cd "wskbd*    at ukbd? console ?"
 .Sh DESCRIPTION
 The
@@ -52,6 +52,7 @@
 .Xr wscons 4
 driver.
 .Sh SEE ALSO
+.Xr uhidev 4 ,
 .Xr usb 4 ,
 .Xr wskbd 4
 .Sh HISTORY
diff -r 5a05134e1d47 -r 937ca007c0c9 share/man/man4/ums.4
--- a/share/man/man4/ums.4      Fri Dec 28 17:37:01 2001 +0000
+++ b/share/man/man4/ums.4      Fri Dec 28 17:38:00 2001 +0000
@@ -1,6 +1,6 @@
-.\" $NetBSD: ums.4,v 1.6 2001/09/11 23:18:55 wiz Exp $
+.\" $NetBSD: ums.4,v 1.7 2001/12/28 17:38:00 augustss Exp $
 .\"
-.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
+.\" Copyright (c) 1999, 2001 The NetBSD Foundation, Inc.
 .\" All rights reserved.
 .\"
 .\" This code is derived from software contributed to The NetBSD Foundation
@@ -41,7 +41,7 @@
 .Nm ums
 .Nd USB mouse support
 .Sh SYNOPSIS
-.Cd "ums*     at uhub?"
+.Cd "ums*     at uhidev? reportid ?"
 .Cd "wsmouse* at ums?"
 .Sh DESCRIPTION
 The
@@ -51,6 +51,7 @@
 .Xr wscons 4
 driver.
 .Sh SEE ALSO
+.Xr uhidev 4 ,
 .Xr usb 4 ,
 .Xr wsmouse 4
 .Sh HISTORY



Home | Main Index | Thread Index | Old Index