summaryrefslogtreecommitdiffstats
path: root/pts-core/functions/pts-functions_system_parsing.php
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-08-24 13:35:15 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-08-24 13:35:15 -0400
commitd277c45a4d384456492f373738980092fd99ec3f (patch)
tree42087ca392331a8cee18136c809a9af3d1fe76cf /pts-core/functions/pts-functions_system_parsing.php
parente3cacf83fc82abd898c9bdc0d6a44158644b2e7b (diff)
downloadphoronix-test-suite-upstream-d277c45a4d384456492f373738980092fd99ec3f.tar.gz
phoronix-test-suite-upstream-d277c45a4d384456492f373738980092fd99ec3f.tar.xz
phoronix-test-suite-upstream-d277c45a4d384456492f373738980092fd99ec3f.zip
pts-core: More improvements to motherboard detection
Diffstat (limited to 'pts-core/functions/pts-functions_system_parsing.php')
-rw-r--r--pts-core/functions/pts-functions_system_parsing.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pts-core/functions/pts-functions_system_parsing.php b/pts-core/functions/pts-functions_system_parsing.php
index 25a10a2..30425af 100644
--- a/pts-core/functions/pts-functions_system_parsing.php
+++ b/pts-core/functions/pts-functions_system_parsing.php
@@ -65,7 +65,7 @@ function read_hal($name, $UDI = NULL)
$info = trim(substr($info, 0, strpos($info, "'")));
}
- $remove_words = array("empty", "unknow", "system manufacturer", "system version", "to be filled by o.e.m.", "not applicable");
+ $remove_words = array("empty", "unknow", "system manufacturer", "system version", "system name", "to be filled by o.e.m.", "not applicable");
if(empty($info) || in_array(strtolower($info), $remove_words))
$info = "Unknown";