diff options
Diffstat (limited to 'hardinfo/dmi_util.c')
-rw-r--r-- | hardinfo/dmi_util.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hardinfo/dmi_util.c b/hardinfo/dmi_util.c index 98c2ac72..7535f48e 100644 --- a/hardinfo/dmi_util.c +++ b/hardinfo/dmi_util.c @@ -32,6 +32,8 @@ static int ignore_placeholder_strings(char **pstr) { DMI_IGNORE("System Manufacturer"); DMI_IGNORE("System Version"); DMI_IGNORE("Default String"); + DMI_IGNORE("Rev X.0x"); /* ASUS board version nonsense */ + DMI_IGNORE("x.x"); /* Gigabyte board version nonsense */ /*... more, I'm sure. */ return 0; } |