summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorYojiro Uo <yuo@cvs.openbsd.org>2010-04-15 15:22:40 +0000
committerYojiro Uo <yuo@cvs.openbsd.org>2010-04-15 15:22:40 +0000
commit6636107d935621d3aea59eae1cd1da0fa644801b (patch)
tree332734d782b6319a09fd50909c503e3b0cdff7d9 /share
parentc1819b1f795527a74b4694473fc2f99536b19b8e (diff)
update the man page to fit latest uthum(4) driver.
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/uthum.432
1 files changed, 23 insertions, 9 deletions
diff --git a/share/man/man4/uthum.4 b/share/man/man4/uthum.4
index 6af83f1ee2d..1ecedd9165f 100644
--- a/share/man/man4/uthum.4
+++ b/share/man/man4/uthum.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: uthum.4,v 1.3 2009/11/23 20:53:18 jmc Exp $
+.\" $OpenBSD: uthum.4,v 1.4 2010/04/15 15:22:39 yuo Exp $
.\"
.\" Copyright (c) 2009 Yojiro UO <yuo@nui.org>
.\"
@@ -14,24 +14,37 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: November 23 2009 $
+.Dd $Mdocdate: April 15 2010 $
.Dt UTHUM 4
.Os
.Sh NAME
.Nm uthum
-.Nd TEMPerHUM USB temperature and humidity sensor
+.Nd TEMPer seriese USB temperature and humidity sensor
.Sh SYNOPSIS
.Cd "uthum* at uhidev?"
.Sh DESCRIPTION
The
.Nm
-driver provides support for the pcsensors TEMPerHUM HID device.
+driver provides support for the pcsensors TEMPer seriease devices.
+The following devices are supported by the
+.Nm
+driver:
+.Pp
+.Bl -column "Device " "Sensors" -compact -offset 6n
+.It Em "Device Sensors"
+.It Li "TEMPerHUM" Ta 1 Temperature and 1 Humidity
+.It Li "TEMPer" Ta 1 Temerature(internal)
+.It Li "TEMPer1" Ta 1 Temerature(external)
+.It Li "TEMPer2" Ta 2 Temerature(internal/external)
+.It Li "TEMPerNTC" Ta 2 Temerature(internal/external)
+.El
+.Pp
The sensor possesses a collection of sensor values which are
made available through the
.Xr sysctl 8
interface.
-The humidity data unit is "%RH" and the temperature data unit
-is "degC".
+The humidity data unit is "%RH(relative humidity)" and the
+temperature data unit is "degC".
.Sh SEE ALSO
.Xr intro 4 ,
.Xr uhidev 4 ,
@@ -44,6 +57,7 @@ The
driver was written by
.An Yojiro UO Aq yuo@nui.org .
.Sh BUGS
-The TEMperHUM has various versions which have the same VID/PID and
-they need different data processing.
-Currently only one type is supported.
+There is not enough support for tha external temperature sensor
+of the TEMPerNTC. Currently the
+.Nm
+driver supports about 0 degC to 120 degC for the sensor.