Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-12 | Show links for vendors | Leandro Pereira | |
2019-05-25 | Allow DMI on non-x86 | Burt P | |
There's nothing preventing this from running on non-x86. If it is not available it will just say so, like PCI. Signed-off-by: Burt P <pburt0@gmail.com> | |||
2018-12-03 | dmi: add system-serial-number, sku; ignore a few more placeholders | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2018-11-04 | Fix biuld after f6299d9 | Leandro Pereira | |
2018-11-04 | dmi: show ignored values with strikethrough | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2017-08-27 | devices/dmi: keys only need to be unique in the same group | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2017-08-27 | DMI: allow specifying type for dmi_chassis_type_str() | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2017-08-27 | Create dmi_util.c and move *_util.c to hardinfo/ | Burt P | |
These stand alone interfaces and are used across modules, so just make them available to any module by default. Signed-off-by: Burt P <pburt0@gmail.com> | |||
2017-08-27 | DMI: Add more string names, display more information | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
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 | |