Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-04 | Use load graph (used in memory view) to graph sensor data | Leandro 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-04 | Ungroup sensor values | Leandro Pereira | |
This is a step in adding sensor graphing support. | |||
2017-07-04 | Reindent sensors.c using clang-format | Leandro Pereira | |
2016-12-30 | Fix compile warnings in sensors.c | Leandro Pereira | |
2015-10-25 | hwmon: 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-25 | correct temperature interpretation in sysfs thermal zone. | jamesbond | |
2015-10-25 | sensors.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-25 | update sensors.c to work with kernel 3.18.x | jamesbond | |
2012-01-15 | Do not list empty sensor categories | Leandro Pereira | |
2012-01-15 | Allocate/deallocate sensor labels/compute hash table only once | Leandro Pereira | |
2012-01-08 | Simplify hwmon reading code | Leandro Pereira | |
2012-01-08 | Support both old- and new-style interfaces for hwmon sensors | Leandro Pereira | |
2011-12-30 | Make hwmon sensors work with recent kernel versions | Leandro Pereira | |
2011-12-04 | Remove all usages of if (ptr) free(ptr) since free() already performs ↵ | Leandro Pereira | |
null-checks. | |||
2010-05-03 | Move files from hardinfo2 to root. | Leandro A. F. Pereira | |