aboutsummaryrefslogtreecommitdiff
path: root/modules/devices/sensors.c
AgeCommit message (Collapse)Author
2018-11-30modules/sensors - hwmon: changed hash table key - from "<sensor>" to ↵Ondrej Čerman
"<driver>/<sensor>"
2018-11-06devices/sensors - hwmon: added support for cpu_vidOndrej Čerman
2018-11-04devices/sensors: bug fix - read_sensor_labels never gets calledOndrej Čerman
2018-11-03devices/sensors - hwmon: Added support for sysfs labelsOndrej Čerman
2017-07-04Use load graph (used in memory view) to graph sensor dataLeandro Pereira
Writing this I realized why I stopped working on HardInfo. While there are some good ideas in the architecture, it's API is beyond salvation. It's buggy, quirky, and not intuitive at all.
2017-07-04Ungroup sensor valuesLeandro Pereira
This is a step in adding sensor graphing support.
2017-07-04Reindent sensors.c using clang-formatLeandro Pereira
2016-12-30Fix compile warnings in sensors.cLeandro Pereira
2015-10-25hwmon: make sure we find sensors even if it does not start with 1 ↵jamesbond
[http://murga-linux.com/puppy/viewtopic.php?p=841760#841760]
2015-10-25correct temperature interpretation in sysfs thermal zone.jamesbond
2015-10-25sensors.c: read sensors from sys/thermal, also fix read_sensors_hwmon to ↵jamesbond
read both from /sys/class/hwmon and /sys/class/hwmon/device.
2015-10-25update sensors.c to work with kernel 3.18.xjamesbond
2012-01-15Do not list empty sensor categoriesLeandro Pereira
2012-01-15Allocate/deallocate sensor labels/compute hash table only onceLeandro Pereira
2012-01-08Simplify hwmon reading codeLeandro Pereira
2012-01-08Support both old- and new-style interfaces for hwmon sensorsLeandro Pereira
2011-12-30Make hwmon sensors work with recent kernel versionsLeandro Pereira
2011-12-04Remove all usages of if (ptr) free(ptr) since free() already performs ↵Leandro Pereira
null-checks.
2010-05-03Move files from hardinfo2 to root.Leandro A. F. Pereira