summaryrefslogtreecommitdiff
path: root/lib/sysfs.c
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
* libsensors: Avoid insane memory allocationskhali2014-01-301-3/+4
* libsensors: Adjust memory pre-allocation stepskhali2014-01-291-1/+3
* libsensors: Get rid of FEATURE_SIZEkhali2014-01-291-16/+15
* libsensors: Get rid of arbitrary limit on per-type sensor countkhali2014-01-291-77/+76
* libsensors: rename function sensors_compute_maxkhali2014-01-281-2/+2
* libsensors: Increase MAX_SENSORS_PER_TYPE to 33khali2014-01-141-1/+1
* Add support for fan[1-*]_max, fan[1-*]_min_alarm and fan[1-*]_max_alarmkhali2012-03-061-0/+3
* Upcoming change in sysfs will break the way libsensors detects ifkhali2012-01-311-3/+5
* Add support for additional sysfs attributes to libsensors and to sensors commandgroeck2012-01-091-0/+8
* Added support for SENSORS_SUBFEATURE_FAN_PULSES to libsensors.groeck2011-03-041-0/+1
* Added support for humidity sensors to libsensorsgroeck2011-02-131-2/+13
* 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-2/+2
* Compute MAX_SUBFEATURES at run-time (#2378).khali2010-12-141-3/+35
* libsensors: Add support for intrusion detection.khali2010-11-031-4/+12
* Some features are never scaled.khali2010-11-021-1/+2
* Work with the feature type instead of the shifted subfeature type wherekhali2010-11-021-13/+15
* Reorganize the temporary sparse subfeature table. It's a little largerkhali2010-11-021-21/+23
* Change libsensors license from GPL to LGPL.khali2010-07-011-6/+6
* Map individual beep features. We had symbols for them for a long time,khali2010-06-211-0/+4
* Fix a comment.khali2010-02-231-2/+2
* Increase MAX_SENSORS_PER_TYPE to 24. The old value of 20 isn't enoughkhali2010-02-231-1/+1
* Add support for HID devices.khali2009-10-181-1/+8
* Support upcoming sysfs path to i2c adapters.khali2009-07-221-0/+2
* If str(n)dup fails, there is no more memory left. We should exit withkhali2009-02-201-0/+8
* When looking for hwmon device attributes, skip non-file sysfs entries.khali2009-02-061-2/+5
* Add ACPI busjwrdegoede2009-01-131-0/+5
* Add support for current sensors.khali2008-10-241-1/+15
* Add support for instantaneous power sensors.khali2008-10-241-0/+3
* Subject: [PATCH 1/3 v3] libsensors: Support energy and power metersdjwong2008-04-171-13/+44
* Add support for virtual hwmon devices. This closes Red Hat bug #437637khali2008-04-141-10/+24
* Subject: [PATCH 1/4] libsensors: Detect OpenFirmware hwmon devicesdjwong2008-04-101-1/+2
* Patch from Aurelien Jarno:khali2008-03-261-1/+2
* The platform casejwrdegoede2008-03-161-7/+7
* Use __func__ instead of __FUNCTION__. The former is standard, the latterkhali2008-03-051-8/+7
* Add support for drivers that place the hwmon attributes in the hwmonkhali2008-01-051-11/+32
* Get the device type from the subsystem symlink, rather thankhali2008-01-051-9/+40
* libsensors: minor cleanupmmh2007-12-161-9/+9
* libsensors: No longer depend on libsysfs.khali2007-12-101-134/+191
* libsensors: Report I/O errors as such.khali2007-09-291-6/+34
* libsensors: Differentiate between different read error types.khali2007-09-291-3/+2
* libsensors: Notify the caller when writing a value fails.khali2007-09-291-2/+4
* Drop SENSORS_ERR_NO_DEVS: we return success, not error, when no devicekhali2007-09-241-4/+4
* Add support for platform devices with no ID.khali2007-09-241-2/+6
* Renumber feature and subfeature types to leave more room if we laterkhali2007-09-231-4/+4
* Don't arbitrarily write errors to stderr. In production mode,khali2007-09-231-9/+12
* Delete unused SENSORS_ERR_ACCESS.khali2007-09-231-10/+10