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