Source-Changes-HG archive

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

[src/trunk]: src/share/man/man4 Add a manual page for uintuos(4)



details:   https://anonhg.NetBSD.org/src/rev/78ffee2c26cf
branches:  trunk
changeset: 368380:78ffee2c26cf
user:      nia <nia%NetBSD.org@localhost>
date:      Fri Jul 08 08:59:33 2022 +0000

description:
Add a manual page for uintuos(4)

diffstat:

 distrib/sets/lists/man/mi |   5 ++-
 share/man/man4/Makefile   |   4 +-
 share/man/man4/uintuos.4  |  65 +++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 71 insertions(+), 3 deletions(-)

diffs (120 lines):

diff -r 2569b19be8af -r 78ffee2c26cf distrib/sets/lists/man/mi
--- a/distrib/sets/lists/man/mi Fri Jul 08 07:44:17 2022 +0000
+++ b/distrib/sets/lists/man/mi Fri Jul 08 08:59:33 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.1749 2022/06/12 03:51:13 tsutsui Exp $
+# $NetBSD: mi,v 1.1750 2022/07/08 08:59:33 nia Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 #
@@ -1928,6 +1928,7 @@
 ./usr/share/man/cat4/uhmodem.0                 man-sys-catman          .cat
 ./usr/share/man/cat4/uhso.0                    man-sys-catman          .cat
 ./usr/share/man/cat4/uhub.0                    man-sys-catman          .cat
+./usr/share/man/cat4/uintuos.0                 man-sys-catman          .cat
 ./usr/share/man/cat4/uipad.0                   man-sys-catman          .cat
 ./usr/share/man/cat4/uipaq.0                   man-sys-catman          .cat
 ./usr/share/man/cat4/uirda.0                   man-sys-catman          .cat
@@ -5115,6 +5116,7 @@
 ./usr/share/man/html4/uhmodem.html             man-sys-htmlman         html
 ./usr/share/man/html4/uhso.html                        man-sys-htmlman         html
 ./usr/share/man/html4/uhub.html                        man-sys-htmlman         html
+./usr/share/man/html4/uintuos.html             man-sys-htmlman         html
 ./usr/share/man/html4/uipad.html               man-sys-htmlman         html
 ./usr/share/man/html4/uipaq.html               man-sys-htmlman         html
 ./usr/share/man/html4/uirda.html               man-sys-htmlman         html
@@ -8226,6 +8228,7 @@
 ./usr/share/man/man4/uhmodem.4                 man-sys-man             .man
 ./usr/share/man/man4/uhso.4                    man-sys-man             .man
 ./usr/share/man/man4/uhub.4                    man-sys-man             .man
+./usr/share/man/man4/uintuos.4                 man-sys-man             .man
 ./usr/share/man/man4/uipad.4                   man-sys-man             .man
 ./usr/share/man/man4/uipaq.4                   man-sys-man             .man
 ./usr/share/man/man4/uirda.4                   man-sys-man             .man
diff -r 2569b19be8af -r 78ffee2c26cf share/man/man4/Makefile
--- a/share/man/man4/Makefile   Fri Jul 08 07:44:17 2022 +0000
+++ b/share/man/man4/Makefile   Fri Jul 08 08:59:33 2022 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.724 2022/06/12 03:51:13 tsutsui Exp $
+#      $NetBSD: Makefile,v 1.725 2022/07/08 08:59:33 nia Exp $
 #      @(#)Makefile    8.1 (Berkeley) 6/18/93
 
 MAN=   aac.4 ac97.4 acardide.4 aceride.4 acphy.4 \
@@ -85,7 +85,7 @@
        slhci.4 stuirda.4 u3g.4 ualea.4 uatp.4 uaudio.4 uberry.4 ubsa.4 ubt.4 \
        uchcom.4 \
        ucom.4 ucycom.4 udav.4 udsbr.4 uftdi.4 ugen.4 ugensa.4 uhci.4 uhid.4 \
-       uhidev.4 uhmodem.4 uhso.4 uipad.4 uipaq.4 uirda.4 ukbd.4 ukyopon.4 \
+       uhidev.4 uhmodem.4 uhso.4 uintuos.4 uipad.4 uipaq.4 uirda.4 ukbd.4 ukyopon.4 \
        ulpt.4 umass.4 umcs.4 umct.4 umidi.4 umodem.4 ums.4 upgt.4 upl.4 \
        uplcom.4 ure.4 url.4 urndis.4 urtw.4 urtwn.4 \
        usb.4 usbnet.4 uslsa.4 usmsc.4 usscanner.4 \
diff -r 2569b19be8af -r 78ffee2c26cf share/man/man4/uintuos.4
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/share/man/man4/uintuos.4  Fri Jul 08 08:59:33 2022 +0000
@@ -0,0 +1,65 @@
+.\" $NetBSD: uintuos.4,v 1.1 2022/07/08 08:59:33 nia Exp $
+.\"
+.\" Copyright (c) 2022 The NetBSD Foundation, Inc.
+.\" All rights reserved.
+.\"
+.\" 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.
+.\"
+.\" 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 July 8, 2022
+.Dt UINTUOS 4
+.Os
+.Sh NAME
+.Nm uintuos
+.Nd Wacom Intuos drawing tablet device driver
+.Sh SYNOPSIS
+.Cd "uintuos* at uhidbus?"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for Wacom Intuos PTS Pen devices.
+The device driver returns absolute mouse position events through a
+.Xr wsmouse 4
+device, similar to a touch
+panel.
+.Pp
+The following devices are supported:
+.Bl -bullet -offset indent -compact
+.It
+Wacom Intuos CTH-490
+.It
+Wacom Intuos CTL-6100WL
+.El
+.Sh SEE ALSO
+.Xr uhid 4 ,
+.Xr usb 4 ,
+.Xr wsmouse 4
+.Sh HISTORY
+The
+.Nm
+device driver appeared in
+.Nx 10.0 .
+.Sh AUTHORS
+.An -nosplit
+The
+.Nm
+driver was written by
+.An Yorick Hardy .



Home | Main Index | Thread Index | Old Index