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 udl(4)



details:   https://anonhg.NetBSD.org/src/rev/7fdb9b50581c
branches:  trunk
changeset: 368424:7fdb9b50581c
user:      nia <nia%NetBSD.org@localhost>
date:      Sun Jul 10 19:49:24 2022 +0000

description:
Add a manual page for udl(4)

diffstat:

 distrib/sets/lists/man/mi |    5 +-
 share/man/man4/Makefile   |   10 ++--
 share/man/man4/udl.4      |  108 ++++++++++++++++++++++++++++++++++++++++++++++
 share/man/man4/usb.4      |    6 +-
 4 files changed, 121 insertions(+), 8 deletions(-)

diffs (196 lines):

diff -r 6c22bd72d53b -r 7fdb9b50581c distrib/sets/lists/man/mi
--- a/distrib/sets/lists/man/mi Sun Jul 10 19:28:00 2022 +0000
+++ b/distrib/sets/lists/man/mi Sun Jul 10 19:49:24 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.1751 2022/07/08 16:50:10 nia Exp $
+# $NetBSD: mi,v 1.1752 2022/07/10 19:49:24 nia Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 #
@@ -1915,6 +1915,7 @@
 ./usr/share/man/cat4/ucom.0                    man-sys-catman          .cat
 ./usr/share/man/cat4/ucycom.0                  man-sys-catman          .cat
 ./usr/share/man/cat4/udav.0                    man-sys-catman          .cat
+./usr/share/man/cat4/udl.0                     man-sys-catman          .cat
 ./usr/share/man/cat4/udp.0                     man-sys-catman          .cat
 ./usr/share/man/cat4/udsbr.0                   man-sys-catman          .cat
 ./usr/share/man/cat4/uep.0                     man-sys-catman          .cat
@@ -5104,6 +5105,7 @@
 ./usr/share/man/html4/ucom.html                        man-sys-htmlman         html
 ./usr/share/man/html4/ucycom.html              man-sys-htmlman         html
 ./usr/share/man/html4/udav.html                        man-sys-htmlman         html
+./usr/share/man/html4/udl.html                 man-sys-htmlman         html
 ./usr/share/man/html4/udp.html                 man-sys-htmlman         html
 ./usr/share/man/html4/udsbr.html               man-sys-htmlman         html
 ./usr/share/man/html4/uep.html                 man-sys-htmlman         html
@@ -8217,6 +8219,7 @@
 ./usr/share/man/man4/ucom.4                    man-sys-man             .man
 ./usr/share/man/man4/ucycom.4                  man-sys-man             .man
 ./usr/share/man/man4/udav.4                    man-sys-man             .man
+./usr/share/man/man4/udl.4                     man-sys-man             .man
 ./usr/share/man/man4/udp.4                     man-sys-man             .man
 ./usr/share/man/man4/udsbr.4                   man-sys-man             .man
 ./usr/share/man/man4/uep.4                     man-sys-man             .man
diff -r 6c22bd72d53b -r 7fdb9b50581c share/man/man4/Makefile
--- a/share/man/man4/Makefile   Sun Jul 10 19:28:00 2022 +0000
+++ b/share/man/man4/Makefile   Sun Jul 10 19:49:24 2022 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.726 2022/07/08 16:50:10 nia Exp $
+#      $NetBSD: Makefile,v 1.727 2022/07/10 19:49:24 nia Exp $
 #      @(#)Makefile    8.1 (Berkeley) 6/18/93
 
 MAN=   aac.4 ac97.4 acardide.4 aceride.4 acphy.4 \
@@ -84,10 +84,10 @@
        ohci.4 \
        slhci.4 slurm.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 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 \
+       ucom.4 ucycom.4 udav.4 udl.4 udsbr.4 uftdi.4 ugen.4 ugensa.4 uhci.4 \
+       uhid.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 \
        ustir.4 uthum.4 utoppy.4 uts.4 uvideo.4 uvisor.4 uvscom.4 uxrcom.4 \
        xhci.4
diff -r 6c22bd72d53b -r 7fdb9b50581c share/man/man4/udl.4
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/share/man/man4/udl.4      Sun Jul 10 19:49:24 2022 +0000
@@ -0,0 +1,108 @@
+.\" $NetBSD: udl.4,v 1.1 2022/07/10 19:49:24 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 10, 2022
+.Dt UDL 4
+.Os
+.Sh NAME
+.Nm udl
+.Nd DisplayLink DL-1x0/1x5 USB display device driver
+.Sh SYNOPSIS
+.Cd "udl* at uhub?"
+.Cd "wsdisplay* at udl?"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for DisplayLink DL-1x0/1x5 based USB LCD screens,
+docks, and display adapters.
+.Pp
+The following devices are supported:
+.Pp
+.Bl -bullet -offset indent -compact
+.It
+Buffalo GX-DVI/U2B
+.It
+Century Japan Plus One LCD-8000U
+.It
+Century Japan Plus One LCD-4300U
+.It
+DisplayLink DVI adapter
+.It
+HP Docking Station
+.It
+HP USB DVI (NL571)
+.It
+IOGEAR DVI GUC2020
+.It
+IO-DATA USB-RGB
+.It
+IO-DATA LCD-USB7X
+.It
+IO-DATA LCD-USB10XB-T
+.It
+Lenovo ThinkVision LT1421
+.It
+Lilliput UM-70
+.It
+Logitec LDE-WX015U
+.It
+Nanovision MiMo
+.It
+Polaris2 USB dock
+.It
+Rextron DVI adapter
+.It
+Samsung LD220
+.It
+Samsung LD190
+.It
+Samsung U70
+.It
+StarTech CONV-USB2DVI
+.It
+Sunweit USB to DVI adapter
+.It
+VideoHome NBdock1920
+.El
+.Sh HISTORY
+The
+.Nm
+device driver appeared in
+.Ox 4.6
+and
+.Nx 6.0 .
+.Sh AUTHORS
+.An -nosplit
+The
+.Nm
+driver was written by
+.An Marcus Glocker
+for
+.Ox ,
+and ported to
+.Nx
+with many modifications by
+.An Naoki Fukaumi .
diff -r 6c22bd72d53b -r 7fdb9b50581c share/man/man4/usb.4
--- a/share/man/man4/usb.4      Sun Jul 10 19:28:00 2022 +0000
+++ b/share/man/man4/usb.4      Sun Jul 10 19:49:24 2022 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: usb.4,v 1.121 2022/07/08 16:50:10 nia Exp $
+.\" $NetBSD: usb.4,v 1.122 2022/07/10 19:49:24 nia Exp $
 .\"
 .\" Copyright (c) 1999-2014 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -27,7 +27,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd July 8, 2022
+.Dd July 10, 2022
 .Dt USB 4
 .Os
 .Sh NAME
@@ -228,6 +228,8 @@
 USB Araneus Alea I/II random number generators
 .It Xr uberry 4
 Battery charging RIM BlackBerry phones via USB
+.It Xr udl 4
+DisplayLink DL-1x0/1x5 USB display devices
 .\" .It Xr udsir 4
 .\" KingSun/DonShine USB IrDA bridge
 .It Xr ugen 4



Home | Main Index | Thread Index | Old Index