aboutsummaryrefslogtreecommitdiff
path: root/modules/devices/sensors.c
AgeCommit message (Collapse)Author
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