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 ugold" 32.Ed 33.Pp 34Alternatively, to load the driver as a module at boot time, 35place the following line in 36.Xr loader.conf 5 : 37.Bd -literal -offset indent 38ugold_load="YES" 39.Ed 40.Sh DESCRIPTION 41The 42.Nm 43driver provides support for pcsensors TEMPer gold devices. 44.Pp 45The driver possesses a collection of sensor values which are 46made available through the 47.Xr sysctl 8 48interface. 49.Sh HARDWARE 50The following devices are supported by the 51.Nm 52driver: 53.Pp 54.Bl -bullet -compact 55.It 56RDing TEMPer1V1.2 57.El 58.Sh SEE ALSO 59.Xr usb 4 , 60.Xr sysctl 8 61