xref: /freebsd/share/man/man4/ugold.4 (revision 67de2db2623a10dc4edec1642b2f8685d5587d7f)
1471481d4SChristian Brueffer.\"	$OpenBSD: ugold.4,v 1.1 2013/09/06 08:39:39 mpi Exp $
2471481d4SChristian Brueffer.\"
3471481d4SChristian Brueffer.\" Copyright (c) 2013 Takayoshi SASANO <sasano@openbsd.org>
4471481d4SChristian Brueffer.\" Copyright (c) 2013 Martin Pieuchot <mpi@openbsd.org>
5471481d4SChristian Brueffer.\"
6471481d4SChristian Brueffer.\" Permission to use, copy, modify, and distribute this software for any
7471481d4SChristian Brueffer.\" purpose with or without fee is hereby granted, provided that the above
8471481d4SChristian Brueffer.\" copyright notice and this permission notice appear in all copies.
9471481d4SChristian Brueffer.\"
10471481d4SChristian Brueffer.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
11471481d4SChristian Brueffer.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
12471481d4SChristian Brueffer.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
13471481d4SChristian Brueffer.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
14471481d4SChristian Brueffer.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
15471481d4SChristian Brueffer.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
16471481d4SChristian Brueffer.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17471481d4SChristian Brueffer.\"
18471481d4SChristian Brueffer.\" $FreeBSD$
19471481d4SChristian Brueffer.\"
20471481d4SChristian Brueffer.Dd June 11, 2015
21471481d4SChristian Brueffer.Dt UGOLD 4
22471481d4SChristian Brueffer.Os
23471481d4SChristian Brueffer.Sh NAME
24471481d4SChristian Brueffer.Nm ugold
25471481d4SChristian Brueffer.Nd TEMPer gold HID thermometer
26471481d4SChristian Brueffer.Sh SYNOPSIS
27471481d4SChristian BruefferTo compile this driver into the kernel, place the following lines into
28471481d4SChristian Bruefferyour kernel configuration file:
29471481d4SChristian Brueffer.Bd -ragged -offset indent
30471481d4SChristian Brueffer.Cd "device usb"
31*67de2db2SVladimir Kondratyev.Cd "device hid"
32471481d4SChristian Brueffer.Cd "device ugold"
33471481d4SChristian Brueffer.Ed
34471481d4SChristian Brueffer.Pp
35471481d4SChristian BruefferAlternatively, to load the driver as a module at boot time,
36471481d4SChristian Bruefferplace the following line in
37471481d4SChristian Brueffer.Xr loader.conf 5 :
38471481d4SChristian Brueffer.Bd -literal -offset indent
39471481d4SChristian Bruefferugold_load="YES"
40471481d4SChristian Brueffer.Ed
41471481d4SChristian Brueffer.Sh DESCRIPTION
42471481d4SChristian BruefferThe
43471481d4SChristian Brueffer.Nm
44471481d4SChristian Bruefferdriver provides support for pcsensors TEMPer gold devices.
45471481d4SChristian Brueffer.Pp
46471481d4SChristian BruefferThe driver possesses a collection of sensor values which are
47471481d4SChristian Brueffermade available through the
48471481d4SChristian Brueffer.Xr sysctl 8
49471481d4SChristian Bruefferinterface.
50471481d4SChristian Brueffer.Sh HARDWARE
51471481d4SChristian BruefferThe following devices are supported by the
52471481d4SChristian Brueffer.Nm
53471481d4SChristian Bruefferdriver:
54471481d4SChristian Brueffer.Pp
55471481d4SChristian Brueffer.Bl -bullet -compact
56471481d4SChristian Brueffer.It
57471481d4SChristian BruefferRDing TEMPer1V1.2
58471481d4SChristian Brueffer.El
59471481d4SChristian Brueffer.Sh SEE ALSO
60471481d4SChristian Brueffer.Xr usb 4 ,
61471481d4SChristian Brueffer.Xr sysctl 8
62