summaryrefslogtreecommitdiff
path: root/lib/access.c
Commit message (Expand)AuthorAgeFilesLines
* libsensors: Add support for SENSORS_BUS_TYPE_SCSIGuenter Roeck2018-08-111-0/+2
* Add support for MDIO bussesAndrew Lunn2017-07-081-0/+2
* libsensors: Fix sparse warningsJean Delvare2015-05-151-3/+3
* Update my e-mail address and copyright yearsJean Delvare2014-03-201-1/+1
* Change libsensors license from GPL to LGPL.Jean Delvare2010-07-011-6/+6
* Add support for HID devices.Jean Delvare2009-10-181-0/+4
* sensors_get_label: Merge pathname and label buffers (patch fromJean Delvare2009-06-301-4/+4
* Consolidate strdup calls in sensors_get_label (patch from George Spelvin).Jean Delvare2009-06-301-3/+4
* Use __func__ in sensors_fatal_error() to get function name.Andre Prendel2009-03-021-2/+1
* Include the configuration file name when reporting parse errors.Jean Delvare2009-02-151-4/+7
* Keep track of configuration file names so that we can later generateJean Delvare2009-02-151-3/+3
* Fix inclusion of general.h.Jean Delvare2009-02-111-1/+0
* Add ACPI busHans de Goede2009-01-131-0/+2
* Detect excessive recursion depth during expression evaluation.Jean Delvare2009-01-111-12/+26
* Fix error propagation during expression evaluation.Jean Delvare2009-01-111-4/+2
* Add support for virtual hwmon devices. This closes Red Hat bug #437637Jean Delvare2008-04-141-0/+2
* We start at the end of the chip list, going backwards, and we want theJean Delvare2008-04-111-2/+4
* Patch from Aurelien Jarno:Jean Delvare2008-03-261-1/+2
* Returned error values are supposed to be negative.Jean Delvare2007-12-181-2/+2
* Preserve error values returned by sensors_read_sysfs_attr() andJean Delvare2007-09-231-5/+4
* New public library function: sensors_get_subfeature(). Applications canJean Delvare2007-09-231-0/+19
* Use sensors_lookup_chip() wherever possible, it makes the codeJean Delvare2007-09-231-24/+20
* Use sensors_lookup_chip() to speed up sensors_lookup_subfeature_name()Jean Delvare2007-09-231-23/+25
* New internal library function: sensors_lookup_chip(). It looks up aJean Delvare2007-09-231-27/+38
* sensors_lookup_subfeature_nr() can now be made static.Jean Delvare2007-09-231-1/+1
* Pass a subfeature structure to sensors_read_sysfs_attr() andJean Delvare2007-09-231-2/+2
* There's no rationale for preventing against setting the sameJean Delvare2007-09-231-18/+3
* We can plain skip the feature lookup and compute statement search forJean Delvare2007-09-231-28/+33
* Introduce a separate type for main features. Make subfeatures map toJean Delvare2007-09-231-20/+30
* Update the comments and symbols in the whole library code to refer toJean Delvare2007-09-231-41/+44
* sensors_get_all_features has a single caller now, so foldJean Delvare2007-09-231-23/+12
* Define a separate structure to represent main features. This allowsJean Delvare2007-09-231-36/+28
* Rename struct sensors_feature_data to sensors_subfeature. This is aJean Delvare2007-09-231-28/+28
* Split sensors_get_all_features() into two distinct functions, one toJean Delvare2007-09-231-3/+32
* sensors_feature_data and sensors_chip_feature are now the exactJean Delvare2007-09-231-32/+32
* Make sensors.conf entirely case-sensitive.Mark M. Hoffman2007-09-161-9/+9
* Move sensors_feature_get_type() from access.c to sysfs.c, it's only calledJean Delvare2007-09-051-90/+0
* Add support for temperature offset files, which are part of theJean Delvare2007-09-051-0/+1
* Add support for the standard beep_enable attribute (#2248).Jean Delvare2007-09-051-0/+6
* Store the feature list length separately instead of null-terminatingJean Delvare2007-09-051-3/+6
* Renumber the features linearly, so that feature number N is atJean Delvare2007-09-051-6/+2
* The compute mapping value is either SENSORS_NO_MAPPING or the sameJean Delvare2007-09-051-9/+9
* Rename sensors_feature_data.mode to flags, as we plan to use it toJean Delvare2007-09-051-2/+2
* Mass reindent, coding style and whitespace cleanups.Jean Delvare2007-08-311-3/+3
* Rename SENSORS_FEATURE_TEMP_SENS to SENSORS_FEATURE_TEMP_TYPE. ThisJean Delvare2007-08-291-1/+1
* Looking up a mapping can't fail if looking up the feature itselfJean Delvare2007-08-291-6/+10
* Make sensors_match_chip internal to libsensors. It is no longer used byJean Delvare2007-08-261-1/+1
* Add a parameter to sensors_get_detected_chips(), to optionally let theJean Delvare2007-08-261-11/+14
* sensors_get_value() and sensors_set_value(), respectively.Jean Delvare2007-08-221-6/+6
* Change the prototype of sensors_get_label(). Errors can be reportedJean Delvare2007-08-221-11/+11