From acafe73d9374f724d0cc2f208f2d70be6958bbe0 Mon Sep 17 00:00:00 2001 From: Burt P Date: Sat, 13 Oct 2018 21:43:16 -0500 Subject: dmi: ignore some zotac nonsense values Signed-off-by: Burt P --- hardinfo/dmi_util.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hardinfo') diff --git a/hardinfo/dmi_util.c b/hardinfo/dmi_util.c index 7535f48e..ee32d348 100644 --- a/hardinfo/dmi_util.c +++ b/hardinfo/dmi_util.c @@ -34,6 +34,8 @@ static int ignore_placeholder_strings(char **pstr) { DMI_IGNORE("Default String"); DMI_IGNORE("Rev X.0x"); /* ASUS board version nonsense */ DMI_IGNORE("x.x"); /* Gigabyte board version nonsense */ + DMI_IGNORE("XX"); /* Zotac version nonsense */ + DMI_IGNORE("NA"); /*... more, I'm sure. */ return 0; } -- cgit v1.2.3