aboutsummaryrefslogtreecommitdiff
path: root/modules/devices/storage.c
AgeCommit message (Collapse)Author
2019-07-12Show links for vendorsLeandro Pereira
2019-07-10devices/storage: small fixesOndrej Čerman
2019-07-10devices/storage: added partitions infoOndrej Čerman
2019-07-05devices/storage: fixed current mediaOndrej Čerman
2019-07-02devices/storage: fix crash on double freeBurt P
`media_comp` doesn't always get set, so needs to be set to null after free to be re-used. Fixes: https://github.com/lpereira/hardinfo/issues/394 Signed-off-by: Burt P <pburt0@gmail.com>
2019-06-30devices/storage: Better storage media labelsOndrej Čerman
2019-06-26Update S.M.A.R.T.TotalCaesar659
Co-Authored-By: Leandro A. F. Pereira <leandro@hardinfo.org>
2019-06-26Update S.M.A.R.T.TotalCaesar659
Co-Authored-By: Leandro A. F. Pereira <leandro@hardinfo.org>
2019-06-26Change "smart" to "S.M.A.R.T."TotalCaesar659
2019-06-19Fix typoTotalCaesar659
2019-05-13devices/storage - udisks2: added pm, apm, aam, part. table type and ↵Ondrej Čerman
partitions list
2019-01-15devices/storage: Use udisks2 as primary source for storage infoOndrej Čerman
2018-11-30devices/storage: added udisks2 supportOndrej Čerman
2018-04-24devices/storage: remove file testBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2018-04-24devices/storage: try `lsscsi -c` if /proc/scsi/scsi is not foundBurt P
This is a hack to address #240. The storage scanner needs work. Signed-off-by: Burt P <pburt0@gmail.com>
2016-07-30Remove trailing whitespace in storage.cLeandro Pereira
2016-07-30Fix multiple problems in IDE disk informationLeandro Pereira
2014-01-03Add initial translation support (patch from rodin.s)Julien Lavergne
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.
2010-08-15Fix potential problems found by clang static analyzer.Leandro Pereira
2010-05-03Move files from hardinfo2 to root.Leandro A. F. Pereira