| Commit message (Expand) | Author | Age | Files | Lines |
* | libsensors: Add support for SENSORS_BUS_TYPE_SCSI | Guenter Roeck | 2018-08-11 | 1 | -0/+2 |
* | Add support for MDIO busses | Andrew Lunn | 2017-07-08 | 1 | -0/+2 |
* | libsensors: Fix sparse warnings | Jean Delvare | 2015-05-15 | 1 | -3/+3 |
* | Update my e-mail address and copyright years | Jean Delvare | 2014-03-20 | 1 | -1/+1 |
* | Change libsensors license from GPL to LGPL. | Jean Delvare | 2010-07-01 | 1 | -6/+6 |
* | Add support for HID devices. | Jean Delvare | 2009-10-18 | 1 | -0/+4 |
* | sensors_get_label: Merge pathname and label buffers (patch from | Jean Delvare | 2009-06-30 | 1 | -4/+4 |
* | Consolidate strdup calls in sensors_get_label (patch from George Spelvin). | Jean Delvare | 2009-06-30 | 1 | -3/+4 |
* | Use __func__ in sensors_fatal_error() to get function name. | Andre Prendel | 2009-03-02 | 1 | -2/+1 |
* | Include the configuration file name when reporting parse errors. | Jean Delvare | 2009-02-15 | 1 | -4/+7 |
* | Keep track of configuration file names so that we can later generate | Jean Delvare | 2009-02-15 | 1 | -3/+3 |
* | Fix inclusion of general.h. | Jean Delvare | 2009-02-11 | 1 | -1/+0 |
* | Add ACPI bus | Hans de Goede | 2009-01-13 | 1 | -0/+2 |
* | Detect excessive recursion depth during expression evaluation. | Jean Delvare | 2009-01-11 | 1 | -12/+26 |
* | Fix error propagation during expression evaluation. | Jean Delvare | 2009-01-11 | 1 | -4/+2 |
* | Add support for virtual hwmon devices. This closes Red Hat bug #437637 | Jean Delvare | 2008-04-14 | 1 | -0/+2 |
* | We start at the end of the chip list, going backwards, and we want the | Jean Delvare | 2008-04-11 | 1 | -2/+4 |
* | Patch from Aurelien Jarno: | Jean Delvare | 2008-03-26 | 1 | -1/+2 |
* | Returned error values are supposed to be negative. | Jean Delvare | 2007-12-18 | 1 | -2/+2 |
* | Preserve error values returned by sensors_read_sysfs_attr() and | Jean Delvare | 2007-09-23 | 1 | -5/+4 |
* | New public library function: sensors_get_subfeature(). Applications can | Jean Delvare | 2007-09-23 | 1 | -0/+19 |
* | Use sensors_lookup_chip() wherever possible, it makes the code | Jean Delvare | 2007-09-23 | 1 | -24/+20 |
* | Use sensors_lookup_chip() to speed up sensors_lookup_subfeature_name() | Jean Delvare | 2007-09-23 | 1 | -23/+25 |
* | New internal library function: sensors_lookup_chip(). It looks up a | Jean Delvare | 2007-09-23 | 1 | -27/+38 |
* | sensors_lookup_subfeature_nr() can now be made static. | Jean Delvare | 2007-09-23 | 1 | -1/+1 |
* | Pass a subfeature structure to sensors_read_sysfs_attr() and | Jean Delvare | 2007-09-23 | 1 | -2/+2 |
* | There's no rationale for preventing against setting the same | Jean Delvare | 2007-09-23 | 1 | -18/+3 |
* | We can plain skip the feature lookup and compute statement search for | Jean Delvare | 2007-09-23 | 1 | -28/+33 |
* | Introduce a separate type for main features. Make subfeatures map to | Jean Delvare | 2007-09-23 | 1 | -20/+30 |
* | Update the comments and symbols in the whole library code to refer to | Jean Delvare | 2007-09-23 | 1 | -41/+44 |
* | sensors_get_all_features has a single caller now, so fold | Jean Delvare | 2007-09-23 | 1 | -23/+12 |
* | Define a separate structure to represent main features. This allows | Jean Delvare | 2007-09-23 | 1 | -36/+28 |
* | Rename struct sensors_feature_data to sensors_subfeature. This is a | Jean Delvare | 2007-09-23 | 1 | -28/+28 |
* | Split sensors_get_all_features() into two distinct functions, one to | Jean Delvare | 2007-09-23 | 1 | -3/+32 |
* | sensors_feature_data and sensors_chip_feature are now the exact | Jean Delvare | 2007-09-23 | 1 | -32/+32 |
* | Make sensors.conf entirely case-sensitive. | Mark M. Hoffman | 2007-09-16 | 1 | -9/+9 |
* | Move sensors_feature_get_type() from access.c to sysfs.c, it's only called | Jean Delvare | 2007-09-05 | 1 | -90/+0 |
* | Add support for temperature offset files, which are part of the | Jean Delvare | 2007-09-05 | 1 | -0/+1 |
* | Add support for the standard beep_enable attribute (#2248). | Jean Delvare | 2007-09-05 | 1 | -0/+6 |
* | Store the feature list length separately instead of null-terminating | Jean Delvare | 2007-09-05 | 1 | -3/+6 |
* | Renumber the features linearly, so that feature number N is at | Jean Delvare | 2007-09-05 | 1 | -6/+2 |
* | The compute mapping value is either SENSORS_NO_MAPPING or the same | Jean Delvare | 2007-09-05 | 1 | -9/+9 |
* | Rename sensors_feature_data.mode to flags, as we plan to use it to | Jean Delvare | 2007-09-05 | 1 | -2/+2 |
* | Mass reindent, coding style and whitespace cleanups. | Jean Delvare | 2007-08-31 | 1 | -3/+3 |
* | Rename SENSORS_FEATURE_TEMP_SENS to SENSORS_FEATURE_TEMP_TYPE. This | Jean Delvare | 2007-08-29 | 1 | -1/+1 |
* | Looking up a mapping can't fail if looking up the feature itself | Jean Delvare | 2007-08-29 | 1 | -6/+10 |
* | Make sensors_match_chip internal to libsensors. It is no longer used by | Jean Delvare | 2007-08-26 | 1 | -1/+1 |
* | Add a parameter to sensors_get_detected_chips(), to optionally let the | Jean Delvare | 2007-08-26 | 1 | -11/+14 |
* | sensors_get_value() and sensors_set_value(), respectively. | Jean Delvare | 2007-08-22 | 1 | -6/+6 |
* | Change the prototype of sensors_get_label(). Errors can be reported | Jean Delvare | 2007-08-22 | 1 | -11/+11 |