Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-27 | DMI: dmi_chassis_type_str() maps chassis-type to string | Burt P | |
dmi_chassis_type_str() is moved from code in computer.c:detect_machine_type(). It makes sense to keep it with dmi, as it maps a dmi-defined value to a string. This way it can be used in both dmi.c and computer.c. Signed-off-by: Burt P <pburt0@gmail.com> | |||
2017-08-27 | DMI: add dmi_sysfs_root() to find path for dmi in sysfs | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2017-08-27 | DMI: empty result return NULL; don't suggest root if root | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2017-08-27 | DMI: dmi_get_str() add "system-manufacturer" | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2017-08-27 | DMI: make labels translatable | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2017-08-27 | DMI: dmi_get_str() cleanup string before returning | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2017-08-27 | DMI: create single dmi_get_str() that uses sysfs with dmidecode fallback | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2017-08-14 | dmi: fail if only never succeeded in dmi_get_info_sys() | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2017-08-14 | Add more DMI information (product, etc) | Leandro Pereira | |
2016-07-30 | Fix DMI parsing after 096108b | Leandro Pereira | |
2016-07-30 | `group` variable could be uninitialized while parsing DMI | Leandro Pereira | |
2012-01-26 | Better manage moreinfo hashes | Leandro 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-07 | Show moterboard information in the new summary screen | Leandro Pereira | |
2010-05-03 | Move files from hardinfo2 to root. | Leandro A. F. Pereira | |