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.Dd June 11, 2015 19.Dt UGOLD 4 20.Os 21.Sh NAME 22.Nm ugold 23.Nd TEMPer gold HID thermometer 24.Sh SYNOPSIS 25To compile this driver into the kernel, place the following lines into 26your kernel configuration file: 27.Bd -ragged -offset indent 28.Cd "device usb" 29.Cd "device hid" 30.Cd "device ugold" 31.Ed 32.Pp 33Alternatively, to load the driver as a module at boot time, 34place the following line in 35.Xr loader.conf 5 : 36.Bd -literal -offset indent 37ugold_load="YES" 38.Ed 39.Sh DESCRIPTION 40The 41.Nm 42driver provides support for pcsensors TEMPer gold devices. 43.Pp 44The driver possesses a collection of sensor values which are 45made available through the 46.Xr sysctl 8 47interface. 48.Sh HARDWARE 49The following devices are supported by the 50.Nm 51driver: 52.Pp 53.Bl -bullet -compact 54.It 55RDing TEMPer1V1.2 56.El 57.Sh SEE ALSO 58.Xr usb 4 , 59.Xr sysctl 8 60