summaryrefslogtreecommitdiffstats
path: root/pts-core/functions/pts-functions_system_parsing.php
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-09-15 06:29:18 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-09-15 06:29:18 -0400
commit740933d88a769d56d7c86076df4db8f19b0436c2 (patch)
tree323b992ca498b284670a836f7c22cb07ec3a68b0 /pts-core/functions/pts-functions_system_parsing.php
parent9e22b4e6e9e17394ffc86f67bcf24a16d49815af (diff)
downloadphoronix-test-suite-upstream-740933d88a769d56d7c86076df4db8f19b0436c2.tar.gz
phoronix-test-suite-upstream-740933d88a769d56d7c86076df4db8f19b0436c2.tar.xz
phoronix-test-suite-upstream-740933d88a769d56d7c86076df4db8f19b0436c2.zip
pts-core: Omit OEM in read_hal()
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 fb1cc40..84dcb9c 100644
--- a/pts-core/functions/pts-functions_system_parsing.php
+++ b/pts-core/functions/pts-functions_system_parsing.php
@@ -68,7 +68,7 @@ function read_hal($name, $UDI = NULL)
$info = trim(substr($info, 0, strpos($info, "'")));
}
- $remove_words = array("empty", "unknow", "system manufacturer", "system version", "system name", "system product name", "to be filled by o.e.m.", "not applicable");
+ $remove_words = array("empty", "unknow", "system manufacturer", "system version", "system name", "system product name", "to be filled by o.e.m.", "not applicable", "oem");
if(empty($info) || in_array(strtolower($info), $remove_words))
$info = "Unknown";
}