diff options
| -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 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;  } | 
