aboutsummaryrefslogtreecommitdiff
path: root/modules/devices
AgeCommit message (Collapse)Author
2024-02-08FIX GCC Compatibilitybigbear
2024-02-08FIX CodeQL warningsbigbear
2024-02-08FIX Cleanup about credit boxbigbear
2024-02-08PR681 - implicit function declarationbigbear
2024-02-08ADD Package building for hardinfo2bigbear
2024-02-08LICENSE Changed to GPL2+ for project and source code According to approval ↵bigbear
from copyright holders - see: https://github.com/lpereira/hardinfo/issues/530 https://github.com/lpereira/hardinfo/issues/707
2023-05-15Plug memory leaks in e2k processor codeL. Pereira
Untested.
2023-05-15fix memory leaksboris
2023-05-15add full processor model namesboris
2023-05-15Fix e2k display databoris
2023-03-01Devices/SPD: Fixed part number decoding for DDR2 and olderOndrej Čerman
2023-03-01Devices/SPD: added support for DDR2 date decodingOndrej Čerman
2023-02-16Update loongarch architecture processor informationzhuyaliang
The previous LoongArch support added in commit 56e590d was based on the kernel behavior before the official upstream merge. Stable cpuinfo: https://git.kernel.org/torvalds/c/7153c3c
2022-07-24Improved e2k support, added vendor databoris
2022-07-24update display e2k processors: always in tableboris
2021-11-21Show temperature for all hard drives when using hddtempZmicek123
Close #15.
2021-11-21Show correct temperature units in hddtempZmicek123
2021-11-17Update copyright informationL Pereira
2021-11-15Add loongarch support.liuxiang88
2021-11-07Update copyright informationL Pereira
2021-11-01devices/storage: Added more SMART Attributes keysOndrej Čerman
2021-11-01devices/dmi_memory: added placeholder strings to the ignore listOndrej Čerman
2021-11-01devices/spd-decode: Added additional information for DDR2Ondrej Čerman
2021-11-01modules/spd-decode: Fixed DDR2 module sizeOndrej Čerman
2021-10-24devices/dmi_memory: fixed detection of DDR3 RAM with wrong driverOndrej Čerman
2021-10-24devices/spd-decode: added support for at24 moduleOndrej Čerman
2021-10-19devices/storage - added WWN/EUI Identifier and IEEE OUIOndrej Čerman
2021-10-17devices/storage - refactoring - all code that is extending udisks2 ↵Ondrej Čerman
information has been moved to separate file.
2021-10-10devices/sensors - Added sensors from Windfarm driverOndrej Čerman
2021-09-15devices/dmi: Added no value state for chassis-type.Ondrej Čerman
2021-09-15ppc64 - fixed smart info and resolved compilation warningsOndrej Čerman
2021-06-02Added value check for HAS_LIBSENSORS so it can compile when variable is ↵Daniel Betsche
defined as 0 and sensors.h is not available
2021-04-25Make CPU flags database updatableLeandro Pereira
2020-12-29If we could find sensors with libsensors, don't bother with other methodsLeandro Pereira
2020-12-29Add libsensors supportLeandro Pereira
Fixes #590
2020-12-22docs: fix simple typo, insensitve -> insensitiveTim Gates
There is a small typo in modules/devices/riscv/riscv_data.c. Should read `insensitive` rather than `insensitve`.
2020-12-12devices/storage: added more S.M.A.R.T. attrib. labelsOndrej Čerman
2020-12-12devices/storage: S.M.A.R.T.: Used monotype font and changed printf format so ↵Ondrej Čerman
the values are aligned to the cols
2020-12-12devices/storage: added intepreted s.m.a.r.t. valueOndrej Čerman
2020-12-12devices/input: Added BUS type labelsOndrej Čerman
2020-06-14FIxed buffer size, changed copyright headersentityfx
2020-06-14E2K: added initial support of MCST Elbrus 2000 CPU architectureentityfx
E2K (Elbrus 2000) - this is VLIW/EPIC architecture, like Intel Itanium (IA-64) architecture. Ref: https://en.wikipedia.org/wiki/Elbrus_2000
2020-06-07Add Raspberry Pi 4 with 8GBLeandro Pereira
Information gathered by @bp0. Closes #555.
2020-05-17Fix more formatting errorsLeandro Pereira
2020-05-15Fix crash when selecting Devices->MonitorsLeandro Pereira
Spotted while running on Debian 8/PowerPC. Closes #549. Fix by @bp0.
2020-05-04Try to find ROM devices and don't count them as RAMBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2020-02-08Sensors: groups inside add_sensor; group by type or by dev sourceOndrej Čerman
2020-02-08Sensors: Updated labelsOndrej Čerman
2020-02-08Sensors: Added item iconsOndrej Čerman
2020-02-08Sensors: Added device sectionsOndrej Čerman