summaryrefslogtreecommitdiff
path: root/lib/sensors.h
Commit message (Expand)AuthorAgeFilesLines
* libsensors: Add support for temp[1-*]_min_hyst and temp[1-*]_lcrit_hystkhali2014-04-221-0/+2
* Update my e-mail address and copyright yearskhali2014-03-201-1/+1
* Bumb libsensors version, part 2khali2014-01-291-1/+1
* libsensors: Get rid of arbitrary limit on per-type sensor countkhali2014-01-291-0/+1
* Prepare for release.khali2012-03-141-1/+1
* Add support for fan[1-*]_max, fan[1-*]_min_alarm and fan[1-*]_max_alarmkhali2012-03-061-0/+3
* Add support for additional sysfs attributes to libsensors and to sensors commandgroeck2012-01-091-0/+8
* Prepare for release.khali2011-03-281-1/+1
* Added support for SENSORS_SUBFEATURE_FAN_PULSES to libsensors.groeck2011-03-041-0/+1
* Added support for humidity sensors to libsensorsgroeck2011-02-131-0/+3
* Add support for recently added sysfs ABI attributesgroeck2011-02-091-0/+12
* Added support for new sysfs attributesgroeck2010-12-141-0/+9
* Compute MAX_*_SENSOR_TYPES at build time (#2378).khali2010-12-141-0/+2
* libsensors: Add support for intrusion detection.khali2010-11-031-1/+5
* Prepare for release.khali2010-10-101-1/+1
* Change libsensors license from GPL to LGPL.khali2010-07-011-6/+6
* Add support for HID devices.khali2009-10-181-1/+2
* libsensors: New method to free the memory allocated for the internalkhali2009-06-201-1/+4
* Set library version to 4.1.0.khali2009-02-251-1/+1
* Add ACPI busjwrdegoede2009-01-131-0/+1
* Add support for current sensors.khali2008-10-241-0/+9
* Add support for instantaneous power sensors.khali2008-10-241-2/+4
* Subject: [PATCH 1/3 v3] libsensors: Support energy and power metersdjwong2008-04-171-0/+10
* Trivial alignment fix.khali2008-04-141-10/+10
* Add support for virtual hwmon devices. This closes Red Hat bug #437637khali2008-04-141-1/+2
* Patch from Aurelien Jarno:khali2008-03-261-1/+2
* make SENSORS_API_VERSION hexadecimaljwrdegoede2007-10-221-1/+1
* add SENSORS_API_VERSION define to sensors.hjwrdegoede2007-10-221-0/+6
* SENSORS_NO_MAPPING is no longer used, delete it.khali2007-09-241-8/+3
* Reserve some room in struct sensors_feature for future extension.khali2007-09-231-0/+2
* Renumber feature and subfeature types to leave more room if we laterkhali2007-09-231-14/+11
* New public library function: sensors_get_subfeature(). Applications cankhali2007-09-231-0/+9
* Introduce a separate type for main features. Make subfeatures map tokhali2007-09-231-5/+15
* Rename subfeature types from *_FEATURE_* to *_SUBFEATURE_*, to betterkhali2007-09-231-39/+39
* Update the comments and symbols in the whole library code to refer tokhali2007-09-231-8/+8
* Define a separate structure to represent main features. This allowskhali2007-09-231-3/+14
* Rename struct sensors_feature_data to sensors_subfeature. This is akhali2007-09-231-12/+12
* Split sensors_get_all_features() into two distinct functions, one tokhali2007-09-231-8/+14
* sensors_feature_data and sensors_chip_feature are now the exactkhali2007-09-231-2/+12
* Add support for beep features.khali2007-09-201-0/+3
* Add support for temperature offset files, which are part of thekhali2007-09-051-0/+1
* Renumber SENSORS_FEATURE_VID from 0x300 to 0x1000. If we ever needkhali2007-09-051-1/+1
* Add support for the standard beep_enable attribute (#2248).khali2007-09-051-0/+2
* The compute mapping value is either SENSORS_NO_MAPPING or the samekhali2007-09-051-4/+4
* Rename sensors_feature_data.mode to flags, as we plan to use it tokhali2007-09-051-2/+2
* Mass reindent, coding style and whitespace cleanups.khali2007-08-311-1/+1
* Reorder the members of the structures sensors_feature_data andkhali2007-08-301-1/+1
* Make SENSORS_FEATURE_MAX_SUB_FEATURES private (and rename it tokhali2007-08-301-4/+0
* Rename SENSORS_FEATURE_TEMP_SENS to SENSORS_FEATURE_TEMP_TYPE. Thiskhali2007-08-291-1/+1
* Make sensors_match_chip internal to libsensors. It is no longer used bykhali2007-08-261-5/+0