Hi,
This series allows the default values for specific fields on acpi and smbios tables to be set at build time, by editing config.h.
The current defaults are not changed, but it will allow build-time setting of specific strings on config.h if necessary.
Eduardo Habkost (2): acpi: allow header strings be configured on config.h smbios: allow vendor/manufacturer/version/product names be set on config.h
src/acpi.c | 8 ++++---- src/config.h | 13 +++++++++++++ src/smbios.c | 16 ++++++++-------- 3 files changed, 25 insertions(+), 12 deletions(-)