Source-Changes-HG archive

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

[src/trunk]: src Add a manual for uipad(4)



details:   https://anonhg.NetBSD.org/src/rev/2b71a42917e1
branches:  trunk
changeset: 826808:2b71a42917e1
user:      sevan <sevan%NetBSD.org@localhost>
date:      Sat Sep 30 12:27:26 2017 +0000

description:
Add a manual for uipad(4)

diffstat:

 distrib/sets/lists/man/mi |   5 ++-
 share/man/man4/Makefile   |   8 ++--
 share/man/man4/uipad.4    |  64 +++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 72 insertions(+), 5 deletions(-)

diffs (123 lines):

diff -r c920350698b0 -r 2b71a42917e1 distrib/sets/lists/man/mi
--- a/distrib/sets/lists/man/mi Sat Sep 30 12:12:29 2017 +0000
+++ b/distrib/sets/lists/man/mi Sat Sep 30 12:27:26 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.1560 2017/09/12 14:52:02 wiz Exp $
+# $NetBSD: mi,v 1.1561 2017/09/30 12:27:26 sevan Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 #
@@ -1840,6 +1840,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/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
 ./usr/share/man/cat4/uk.0                      man-sys-catman          .cat
@@ -4881,6 +4882,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/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
 ./usr/share/man/html4/uk.html                  man-sys-htmlman         html
@@ -7846,6 +7848,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/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
 ./usr/share/man/man4/uk.4                      man-sys-man             .man
diff -r c920350698b0 -r 2b71a42917e1 share/man/man4/Makefile
--- a/share/man/man4/Makefile   Sat Sep 30 12:12:29 2017 +0000
+++ b/share/man/man4/Makefile   Sat Sep 30 12:27:26 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.642 2017/09/12 14:52:02 wiz Exp $
+#      $NetBSD: Makefile,v 1.643 2017/09/30 12:27:26 sevan Exp $
 #      @(#)Makefile    8.1 (Berkeley) 6/18/93
 
 MAN=   aac.4 ac97.4 acardide.4 aceride.4 acphy.4 \
@@ -80,9 +80,9 @@
        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 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 \
-       urio.4 url.4 urndis.4 urtw.4 urtwn.4 \
+       uhidev.4 uhmodem.4 uhso.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 urio.4 url.4 urndis.4 urtw.4 urtwn.4 \
        usb.4 uscanner.4 uslsa.4 usmsc.4 usscanner.4 \
        ustir.4 uthum.4 utoppy.4 uts.4 uvideo.4 uvisor.4 uvscom.4 uyap.4 \
        uyurex.4 \
diff -r c920350698b0 -r 2b71a42917e1 share/man/man4/uipad.4
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/share/man/man4/uipad.4    Sat Sep 30 12:27:26 2017 +0000
@@ -0,0 +1,64 @@
+.\" $NetBSD: uipad.4,v 1.1 2017/09/30 12:27:26 sevan Exp $
+.\"
+.\" Copyright (c) 2017 The NetBSD Foundation, Inc.
+.\" All rights reserved.
+.\"
+.\" This code is derived from software contributed to The NetBSD Foundation
+.\" by Sevan Janiyan.
+.\"
+.\" 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 September 30, 2017
+.Dt UIPAD 4
+.Os
+.Sh NAME
+.Nm uipad
+.Nd USB support for charging iOS devices
+.Sh SYNOPSIS
+.Cd "uipad* at uhub?"
+.Sh HARDWARE
+The
+.Nm
+driver supports the following iOS based devices:
+.Pp
+.Bl -tag -width Ds -offset indent -compact
+.It Apple iPad
+.It Apple iPad 2
+.It Apple iPad 3
+.It Apple iPad Mini
+.El
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for charging iOS based devices
+by sending the magic command to a connected device, instructing it to start
+charging.
+.Sh SEE ALSO
+.Xr uhub 4 ,
+.Xr usb 4
+.Sh HISTORY
+The
+.Nx
+driver first appeared in
+.Nx 6.0
+.Sh AUTHORS
+.An Christos Zoulas Aq Mt christos%NetBSD.org@localhost



Home | Main Index | Thread Index | Old Index