summaryrefslogtreecommitdiff
path: root/lib/sensors.h
Commit message (Expand)AuthorAgeFilesLines
* 3.5.0 releaseV3-5-0Ondřej Lysoněk2018-11-231-1/+1
* Clarify how to update SENSORS_API_VERSIONOndřej Lysoněk2018-11-231-1/+1
* libsensors: Add support for SENSORS_BUS_TYPE_SCSIGuenter Roeck2018-08-111-0/+1
* sensors: Add support for power min, lcrit, min_alarm, lcrit_alarmAndrew Lunn2018-06-291-0/+4
* Add support for MDIO bussesAndrew Lunn2017-07-081-0/+1
* Make include guards consistent in libsensorsDavid Frey2017-04-141-1/+1
* libsensors: Add support for temp[1-*]_min_hyst and temp[1-*]_lcrit_hystJean Delvare2014-04-221-0/+2
* Update my e-mail address and copyright yearsJean Delvare2014-03-201-1/+1
* Bumb libsensors version, part 2Jean Delvare2014-01-291-1/+1
* libsensors: Get rid of arbitrary limit on per-type sensor countJean Delvare2014-01-291-0/+1
* Prepare for release.Jean Delvare2012-03-141-1/+1
* Add support for fan[1-*]_max, fan[1-*]_min_alarm and fan[1-*]_max_alarmJean Delvare2012-03-061-0/+3
* Add support for additional sysfs attributes to libsensors and to sensors commandGuenter Roeck2012-01-091-0/+8
* Prepare for release.Jean Delvare2011-03-281-1/+1
* Added support for SENSORS_SUBFEATURE_FAN_PULSES to libsensors.Guenter Roeck2011-03-041-0/+1
* Added support for humidity sensors to libsensorsGuenter Roeck2011-02-131-0/+3
* Add support for recently added sysfs ABI attributesGuenter Roeck2011-02-091-0/+12
* Added support for new sysfs attributesGuenter Roeck2010-12-141-0/+9
* Compute MAX_*_SENSOR_TYPES at build time (#2378).Jean Delvare2010-12-141-0/+2
* libsensors: Add support for intrusion detection.Jean Delvare2010-11-031-1/+5
* Prepare for release.Jean Delvare2010-10-101-1/+1
* Change libsensors license from GPL to LGPL.Jean Delvare2010-07-011-6/+6
* Add support for HID devices.Jean Delvare2009-10-181-1/+2
* libsensors: New method to free the memory allocated for the internalJean Delvare2009-06-201-1/+4
* Set library version to 4.1.0.Jean Delvare2009-02-251-1/+1
* Add ACPI busHans de Goede2009-01-131-0/+1
* Add support for current sensors.Jean Delvare2008-10-241-0/+9
* Add support for instantaneous power sensors.Jean Delvare2008-10-241-2/+4
* Subject: [PATCH 1/3 v3] libsensors: Support energy and power metersDarrick J. Wong2008-04-171-0/+10
* Trivial alignment fix.Jean Delvare2008-04-141-10/+10
* Add support for virtual hwmon devices. This closes Red Hat bug #437637Jean Delvare2008-04-141-1/+2
* Patch from Aurelien Jarno:Jean Delvare2008-03-261-1/+2
* make SENSORS_API_VERSION hexadecimalHans de Goede2007-10-221-1/+1
* add SENSORS_API_VERSION define to sensors.hHans de Goede2007-10-221-0/+6
* SENSORS_NO_MAPPING is no longer used, delete it.Jean Delvare2007-09-241-8/+3
* Reserve some room in struct sensors_feature for future extension.Jean Delvare2007-09-231-0/+2
* Renumber feature and subfeature types to leave more room if we laterJean Delvare2007-09-231-14/+11
* New public library function: sensors_get_subfeature(). Applications canJean Delvare2007-09-231-0/+9
* Introduce a separate type for main features. Make subfeatures map toJean Delvare2007-09-231-5/+15
* Rename subfeature types from *_FEATURE_* to *_SUBFEATURE_*, to betterJean Delvare2007-09-231-39/+39
* Update the comments and symbols in the whole library code to refer toJean Delvare2007-09-231-8/+8
* Define a separate structure to represent main features. This allowsJean Delvare2007-09-231-3/+14
* Rename struct sensors_feature_data to sensors_subfeature. This is aJean Delvare2007-09-231-12/+12
* Split sensors_get_all_features() into two distinct functions, one toJean Delvare2007-09-231-8/+14
* sensors_feature_data and sensors_chip_feature are now the exactJean Delvare2007-09-231-2/+12
* Add support for beep features.Jean Delvare2007-09-201-0/+3
* Add support for temperature offset files, which are part of theJean Delvare2007-09-051-0/+1
* Renumber SENSORS_FEATURE_VID from 0x300 to 0x1000. If we ever needJean Delvare2007-09-051-1/+1
* Add support for the standard beep_enable attribute (#2248).Jean Delvare2007-09-051-0/+2
* The compute mapping value is either SENSORS_NO_MAPPING or the sameJean Delvare2007-09-051-4/+4