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.Dd June 11, 2015 19471481d4SChristian Brueffer.Dt UGOLD 4 20471481d4SChristian Brueffer.Os 21471481d4SChristian Brueffer.Sh NAME 22471481d4SChristian Brueffer.Nm ugold 23471481d4SChristian Brueffer.Nd TEMPer gold HID thermometer 24471481d4SChristian Brueffer.Sh SYNOPSIS 25471481d4SChristian BruefferTo compile this driver into the kernel, place the following lines into 26471481d4SChristian Bruefferyour kernel configuration file: 27471481d4SChristian Brueffer.Bd -ragged -offset indent 28471481d4SChristian Brueffer.Cd "device usb" 29*67de2db2SVladimir Kondratyev.Cd "device hid" 30471481d4SChristian Brueffer.Cd "device ugold" 31471481d4SChristian Brueffer.Ed 32471481d4SChristian Brueffer.Pp 33471481d4SChristian BruefferAlternatively, to load the driver as a module at boot time, 34471481d4SChristian Bruefferplace the following line in 35471481d4SChristian Brueffer.Xr loader.conf 5 : 36471481d4SChristian Brueffer.Bd -literal -offset indent 37471481d4SChristian Bruefferugold_load="YES" 38471481d4SChristian Brueffer.Ed 39471481d4SChristian Brueffer.Sh DESCRIPTION 40471481d4SChristian BruefferThe 41471481d4SChristian Brueffer.Nm 42471481d4SChristian Bruefferdriver provides support for pcsensors TEMPer gold devices. 43471481d4SChristian Brueffer.Pp 44471481d4SChristian BruefferThe driver possesses a collection of sensor values which are 45471481d4SChristian Brueffermade available through the 46471481d4SChristian Brueffer.Xr sysctl 8 47471481d4SChristian Bruefferinterface. 48471481d4SChristian Brueffer.Sh HARDWARE 49471481d4SChristian BruefferThe following devices are supported by the 50471481d4SChristian Brueffer.Nm 51471481d4SChristian Bruefferdriver: 52471481d4SChristian Brueffer.Pp 53471481d4SChristian Brueffer.Bl -bullet -compact 54471481d4SChristian Brueffer.It 55471481d4SChristian BruefferRDing TEMPer1V1.2 56471481d4SChristian Brueffer.El 57471481d4SChristian Brueffer.Sh SEE ALSO 58471481d4SChristian Brueffer.Xr usb 4 , 59471481d4SChristian Brueffer.Xr sysctl 8 60