aboutsummaryrefslogtreecommitdiff
path: root/modules/devices/usb.c
AgeCommit message (Collapse)Author
2016-07-30Fix multiple problems in USB device listingLeandro Pereira
2015-10-25ARM fixes.jamesbond
2015-10-25quote lsusb -v output so it is safe for hardinfo.jamesbond
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).
2013-03-05Fix parsing of usb devicesGeorge Schneeloch
This creates a temporary file with the lsusb information, which allows fseek to work properly.
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
2010-08-15Fix potential problems found by clang static analyzer.Leandro Pereira
2010-05-03Move files from hardinfo2 to root.Leandro A. F. Pereira