summaryrefslogtreecommitdiffstats
path: root/sys/sys/sensors.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add a velocity sensor type (displayed as m/s)landry2018-12-101-1/+3
* Sensors are run as callbacks inside tasks. During suspend a sensorderaadt2017-04-081-1/+3
* document power capacity units. from david higgstedu2014-12-181-14/+14
* dlg missed the header change in the sensor task commitjsg2013-11-041-2/+3
* add more sensor types to sensor framework.yuo2012-09-201-1/+7
* apply following changes to sensor framework:yuo2011-09-161-2/+2
* scale angle by 1000000 to permit min.sec accuracyderaadt2010-04-211-2/+2
* Add the "angle" sensor, measured in degrees; from Luis Pintoderaadt2010-04-211-1/+3
* Get rid of MAXSENSORDEVICES. Gaps in sensordev lists are now handledderaadt2010-04-201-5/+3
* Add "frequency" type for sensors. (and teach userland how to print thatoga2010-04-201-1/+3
* add SENSOR_HUMIDITY to sensor framework to handle humidity valuesyuo2010-04-151-1/+3
* Since SENSORS_WATTS now is in muW, say so in the comment.kettenis2009-08-121-2/+2
* rework sensor tasks to use the kernels generic workq rather than a specialdlg2007-06-241-3/+4
* split userland & kernel struct sensor/sensordev so that the additionderaadt2007-03-221-16/+38
* add missing copyright; Constantinederaadt2007-02-231-1/+2
* consistent naming of units, percentage -> percent.mbalmer2006-12-271-2/+2
* new sensor api is two level, such that a device (ie. ipmi or lm0) hasderaadt2006-12-231-9/+51
* Reflect reality in a comment.mbalmer2006-11-291-2/+2
* Get rid of rfact member of 'struct sensor'; pack the struct while we're there.kettenis2006-07-031-6/+5
* add a struct timeval to struct sensor. any sensor which wishes the userderaadt2006-04-251-1/+2
* add SENSOR_TIMEDELTA sensor; ok dlgderaadt2006-04-201-2/+3
* sensors_head is only used in kern_sensors.c, so its unnecessay to declaredlg2006-03-121-3/+1
* get rid of the sensors globals. theyre were only used by sysctl fordlg2006-01-281-7/+6
* Replace SENSOR_ADD() macro with a pair of functionsgrange2006-01-191-5/+3
* add a sensor type for drive status and hook esm up with it.dlg2005-11-301-2/+14
* rename the sensor globals to names that are not obvious to avoiddlg2005-11-211-5/+5
* Add support for light sensors.kettenis2005-11-151-2/+3
* first go at a generic kthread for sensors to be run out of. its a bitdlg2005-11-101-1/+5
* Document units.kettenis2005-10-231-5/+5
* add a sensor type that can report percentagedlg2005-08-051-2/+3
* extend the sensors framework to allow it to report the state of thedlg2005-08-031-1/+12
* interger->integerjolan2005-04-081-2/+2
* Add flags field to the sensor structure and an only flag SENSOR_FINVALIDgrange2004-02-101-1/+3
* Add a few more sensors types like in NetBSD. Not used for now.grange2004-02-071-3/+11
* Move sensors externs to sys/sensors.h and introduce a macrogrange2004-01-121-1/+11
* sysctl front-end for the hardware monitoring sensors. This addsgrange2003-04-251-0/+51