xref: /freebsd/share/man/man4/ugold.4 (revision c1d255d3)
1.\"	$OpenBSD: ugold.4,v 1.1 2013/09/06 08:39:39 mpi Exp $
2.\"
3.\" Copyright (c) 2013 Takayoshi SASANO <sasano@openbsd.org>
4.\" Copyright (c) 2013 Martin Pieuchot <mpi@openbsd.org>
5.\"
6.\" Permission to use, copy, modify, and distribute this software for any
7.\" purpose with or without fee is hereby granted, provided that the above
8.\" copyright notice and this permission notice appear in all copies.
9.\"
10.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
11.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
12.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
13.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
14.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
15.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
16.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17.\"
18.\" $FreeBSD$
19.\"
20.Dd June 11, 2015
21.Dt UGOLD 4
22.Os
23.Sh NAME
24.Nm ugold
25.Nd TEMPer gold HID thermometer
26.Sh SYNOPSIS
27To compile this driver into the kernel, place the following lines into
28your kernel configuration file:
29.Bd -ragged -offset indent
30.Cd "device usb"
31.Cd "device hid"
32.Cd "device ugold"
33.Ed
34.Pp
35Alternatively, to load the driver as a module at boot time,
36place the following line in
37.Xr loader.conf 5 :
38.Bd -literal -offset indent
39ugold_load="YES"
40.Ed
41.Sh DESCRIPTION
42The
43.Nm
44driver provides support for pcsensors TEMPer gold devices.
45.Pp
46The driver possesses a collection of sensor values which are
47made available through the
48.Xr sysctl 8
49interface.
50.Sh HARDWARE
51The following devices are supported by the
52.Nm
53driver:
54.Pp
55.Bl -bullet -compact
56.It
57RDing TEMPer1V1.2
58.El
59.Sh SEE ALSO
60.Xr usb 4 ,
61.Xr sysctl 8
62