aboutsummaryrefslogtreecommitdiff
path: root/modules/devices
AgeCommit message (Collapse)Author
2016-07-30If reading from /proc/{ioports,iomem,dma} requires root, warnLeandro Pereira
2016-07-24Remove "=" from input device namesLeandro Pereira
2016-01-07Avoid potential crash if there's leading whitespaceLeandro Pereira
2016-01-07Obtain battery information from sysfs as wellLeandro 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-25ARM CPU: detect name from either "Processor" or "model name"jamesbond
2015-10-25ARM fixes.jamesbond
2015-10-25correct temperature interpretation in sysfs thermal zone.jamesbond
2015-10-25quote lsusb -v output so it is safe for hardinfo.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
2015-10-25fix usb information display.jamesbond
2015-10-25revert commit [d5afcb6851]; fix the real cause of missing RAM display (use ↵jamesbond
moreinfo_lookup rather than hi_more_info); fix usb display crashing (util.c now looks for lsusb in /usr/sbin first); fix glibc version not showing (glibc located in /lib64/libc.so.6); initial support for DDR3 spd-decoding (incomplete, the manufacturer is not shown yet).
2014-01-03rodin.s patch to bug #53 (http://bugs.hardinfo.org/showreport.php?bugid=53)Fernando López
2014-01-03Add initial translation support (patch from rodin.s)Julien Lavergne
2013-03-05Fix parsing of usb devicesGeorge Schneeloch
This creates a temporary file with the lsusb information, which allows fseek to work properly.
2012-05-30Split x86 and x86_64 archeshasufell
lib suffix in hardinfo/binreloc.c is already supported and will be respected now
2012-05-27Do not crash if CUPS libraries were not foundLeandro Pereira
Bug reported by hasufell@gentoo.org.
2012-01-26Better manage moreinfo hashesLeandro Pereira
Have only one for the whole program and use per-module namespaces/prefixes so that each module can clear its own information easily.
2012-01-22Fix USB device listing when parsing lsusb outputLeandro Pereira
2012-01-15Do not list empty sensor categoriesLeandro Pereira
2012-01-15Remove more sightings of if (ptr) { free(ptr) }Leandro 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
2012-01-07Show moterboard information in the new summary screenLeandro Pereira
2011-12-30Make hwmon sensors work with recent kernel versionsLeandro Pereira
2011-12-30Fix crash when computer has two or more batteriesLeandro Pereira
2011-12-30Fix "sh: -c: option requires an argument" when no apcaccess binary is availableLeandro Pereira
Closes http://bugs.hardinfo.org/showreport.php?bugid=59
2011-12-04Remove all usages of if (ptr) free(ptr) since free() already performs ↵Leandro Pereira
null-checks.
2010-08-15Fix potential problems found by clang static analyzer.Leandro Pereira
2010-05-09Remove decode_ddr_module_height()Leandro A. F. Pereira
2010-05-09Add support to read memory SPD (memory type, speed, timings, etc).Leandro A. F. Pereira
2010-05-08Remove unneeded processor.c from modules/devicesLeandro A. F. Pereira
2010-05-05Add processor.c implementation for other supported architecturesLeandro A. F. Pereira
2010-05-03Remove outdated arch directoryLeandro A. F. Pereira
2010-05-03Move files from hardinfo2 to root.Leandro A. F. Pereira