summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryuo <yuo@openbsd.org>2012-09-20 15:06:43 +0000
committeryuo <yuo@openbsd.org>2012-09-20 15:06:43 +0000
commitb48adce66727e20ea4c095c0e0914763200e84be (patch)
tree4dbcfbf9d95bafd86e14e5c0b93f2b7b819c01c4
parentconstify parameters that are supposed to be const. (diff)
downloadwireguard-openbsd-b48adce66727e20ea4c095c0e0914763200e84be.tar.xz
wireguard-openbsd-b48adce66727e20ea4c095c0e0914763200e84be.zip
add initial version man pages for uoaklux(4), uoakrh(4) and uoakv(4)
-rw-r--r--share/man/man4/Makefile5
-rw-r--r--share/man/man4/uoaklux.460
-rw-r--r--share/man/man4/uoakrh.456
-rw-r--r--share/man/man4/uoakv.461
4 files changed, 180 insertions, 2 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index 4686be35ad6..a6a3596d693 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.538 2012/09/19 19:24:33 sf Exp $
+# $OpenBSD: Makefile,v 1.539 2012/09/20 15:06:43 yuo Exp $
MAN= aac.4 ac97.4 acphy.4 \
acpi.4 acpiac.4 acpiasus.4 acpibat.4 acpibtn.4 acpicpu.4 acpidock.4 \
@@ -60,7 +60,8 @@ MAN= aac.4 ac97.4 acphy.4 \
ueagle.4 uftdi.4 ugen.4 uguru.4 uhci.4 uhid.4 uhidev.4 uhts.4 \
uipaq.4 uk.4 ukbd.4 \
ukphy.4 ulpt.4 umass.4 umbg.4 umct.4 umidi.4 umodem.4 ums.4 umsm.4 \
- unix.4 uow.4 upgt.4 upl.4 uplcom.4 ural.4 urio.4 url.4 urlphy.4 \
+ unix.4 uow.4 uoaklux.4 uoakrh.4 uoakv.4 \
+ upgt.4 upl.4 uplcom.4 ural.4 urio.4 url.4 urlphy.4 \
urndis.4 urtw.4 urtwn.4 usb.4 usbf.4 uscanner.4 uslcom.4 usps.4 \
uthum.4 uticom.4 utwitch.4 utrh.4 uts.4 uvideo.4 uvisor.4 uvscom.4 \
uyap.4 \
diff --git a/share/man/man4/uoaklux.4 b/share/man/man4/uoaklux.4
new file mode 100644
index 00000000000..cf9697f5fab
--- /dev/null
+++ b/share/man/man4/uoaklux.4
@@ -0,0 +1,60 @@
+.\" $OpenBSD: uoaklux.4,v 1.1 2012/09/20 15:06:43 yuo Exp $
+.\"
+.\" Copyright (c) 2012 Yojiro UO <yuo@nui.org>
+.\"
+.\" Permission to use, copy, modify, and distribute this software for any
+.\" purpose with or without fee is hereby granted, provided that the above
+.\" copyright notice and this permission notice appear in all copies.
+.\"
+.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+.\"
+.Dd $Mdocdate: September 20 2012 $
+.Dt UOAKLUX 4
+.Os
+.Sh NAME
+.Nm uoaklux
+.Nd Toradex OAK USB illuminance sensor.
+.Sh SYNOPSIS
+.Cd "uoaklux* at uhidev?"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for Toradex OAK seriese LUX device.
+The sensor possesses a collection of sensor values which are
+made available through the
+.Xr sysctl 8
+interface.
+
+The illuminance date unit is "Lux".
+Because the sensing cycle of illuminance sensor is faster than sensor
+framework update priod.
+the driver keeps maximum/minimum/avelage values as indepent sensors.
+
+The device has unique serial number. The serial number is indicated
+in description part of sensor value.
+.Sh SEE ALSO
+.Xr intro 4 ,
+.Xr uhidev 4 ,
+.Xr sensorsd 8 ,
+.Xr sysctl 8
+.Rs
+.%T "Toradex Web Page"
+.%U http://www.toradex.com/En/Products/USB_Sensors_and_Peripherals/
+.Re
+.Sh History
+The
+.Nm
+deivce driver first appered in
+.Ox 5.2 .
+.Sh AUTHORS
+.An -nosplit
+The
+.Nm
+driver was written by
+.An Yojiro UO Aq yuo@nui.org .
diff --git a/share/man/man4/uoakrh.4 b/share/man/man4/uoakrh.4
new file mode 100644
index 00000000000..8f684ffc113
--- /dev/null
+++ b/share/man/man4/uoakrh.4
@@ -0,0 +1,56 @@
+.\" $OpenBSD: uoakrh.4,v 1.1 2012/09/20 15:06:43 yuo Exp $
+.\"
+.\" Copyright (c) 2012 Yojiro UO <yuo@nui.org>
+.\"
+.\" Permission to use, copy, modify, and distribute this software for any
+.\" purpose with or without fee is hereby granted, provided that the above
+.\" copyright notice and this permission notice appear in all copies.
+.\"
+.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+.\"
+.Dd $Mdocdate: September 20 2012 $
+.Dt UOAKRH 4
+.Os
+.Sh NAME
+.Nm uoakrh
+.Nd Toradex OAK USB temperature and relative humidity sensor
+.Sh SYNOPSIS
+.Cd "uoakrh* at uhidev?"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for Toradex OAK seriese RH device.
+The sensor possesses a collection of sensor values which are
+made available through the
+.Xr sysctl 8
+interface.
+The relative humidity data unit is "%RH" and the temperature data
+unit is "degC".
+The device has unique serial number. The serial number is indicated
+in description part of sensor value.
+.Sh SEE ALSO
+.Xr intro 4 ,
+.Xr uhidev 4 ,
+.Xr sensorsd 8 ,
+.Xr sysctl 8
+.Rs
+.%T "Toradex Web Page"
+.%U http://www.toradex.com/En/Products/USB_Sensors_and_Peripherals/
+.Re
+.Sh History
+The
+.Nm
+deivce driver first appered in
+.Ox 5.2 .
+.Sh AUTHORS
+.An -nosplit
+The
+.Nm
+driver was written by
+.An Yojiro UO Aq yuo@nui.org .
diff --git a/share/man/man4/uoakv.4 b/share/man/man4/uoakv.4
new file mode 100644
index 00000000000..2e71bda9aa6
--- /dev/null
+++ b/share/man/man4/uoakv.4
@@ -0,0 +1,61 @@
+.\" $OpenBSD: uoakv.4,v 1.1 2012/09/20 15:06:43 yuo Exp $
+.\"
+.\" Copyright (c) 2012 Yojiro UO <yuo@nui.org>
+.\"
+.\" Permission to use, copy, modify, and distribute this software for any
+.\" purpose with or without fee is hereby granted, provided that the above
+.\" copyright notice and this permission notice appear in all copies.
+.\"
+.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+.\"
+.Dd $Mdocdate: September 20 2012 $
+.Dt UOAKV 4
+.Os
+.Sh NAME
+.Nm uoakv
+.Nd Toradex OAK USB +/-10V 8channel ADC interface
+.Sh SYNOPSIS
+.Cd "uoakv* at uhidev?"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for Toradex OAK seriese 10V device.
+The sensor possesses a collection of sensor values which are
+made available through the
+.Xr sysctl 8
+interface.
+
+The ADC date unit is "VDC"(DC voltage) and the value is signed.
+Because the Analog-Digital conversion cycle of the device is faster
+than sensor framework update cycle,
+the driver keeps maximum/minimum/avelage values of each cycle as
+indepent sensors.
+
+The device has unique serial number. The serial number is indicated
+in description part of sensor value.
+.Sh SEE ALSO
+.Xr intro 4 ,
+.Xr uhidev 4 ,
+.Xr sensorsd 8 ,
+.Xr sysctl 8
+.Rs
+.%T "Toradex Web Page"
+.%U http://www.toradex.com/En/Products/USB_Sensors_and_Peripherals/
+.Re
+.Sh History
+The
+.Nm
+deivce driver first appered in
+.Ox 5.2 .
+.Sh AUTHORS
+.An -nosplit
+The
+.Nm
+driver was written by
+.An Yojiro UO Aq yuo@nui.org .