aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Include/hardware.php
diff options
context:
space:
mode:
authorIan Gilfillan <ian@greenman.co.za>2016-07-10 19:02:56 +0000
committerIan Gilfillan <ian@greenman.co.za>2016-07-10 19:02:56 +0000
commit1afb439387c6439aff4d37aec65a3606c23fd4a4 (patch)
treebe46fd649b422e3c870514e8121e19aecf51c7d9 /h-source/Application/Include/hardware.php
parente19ffb7b3ef896a1544a01c370de04b22944f3b5 (diff)
Add Hasee, Intel, Positivo, Purism, ThinkPenguin, strip passwords from Config
Diffstat (limited to 'h-source/Application/Include/hardware.php')
-rw-r--r--h-source/Application/Include/hardware.php9
1 files changed, 7 insertions, 2 deletions
diff --git a/h-source/Application/Include/hardware.php b/h-source/Application/Include/hardware.php
index 9ec9766..ba47395 100644
--- a/h-source/Application/Include/hardware.php
+++ b/h-source/Application/Include/hardware.php
@@ -323,8 +323,10 @@ class Notebooks extends Hardware
"Garlach44" => "Garlach44",
"Gateway" => "Gateway",
"Google" => "Google",
+ "Hasee" => "Hasee",
"Hewlett Packard" => "Hewlett-Packard",
"IBM" => "IBM",
+ "Intel" => "Intel",
"Lanix" => "Lanix",
"Lemote" => "Lemote",
"Lenovo" => "Lenovo",
@@ -335,12 +337,15 @@ class Notebooks extends Hardware
"Openpandora Ltd." => "Openpandora-Ltd",
"Oracle" => "Oracle",
"Packard Bell" => "Packard-Bell",
+ "Panasonic" => "Panasonic",
"Philco" => "Philco",
"Philips" => "Philips",
- "Panasonic" => "Panasonic",
+ "Positivo" => "Positivo",
+ "Purism" => "Purism",
"SAMSUNG" => "SAMSUNG",
"Sony" => "Sony",
"System76" => "System76",
+ "ThinkPenguin" => "ThinkPenguin",
"Thomson" => "Thomson",
"TOSHIBA" => "TOSHIBA",
"ZaReason, Inc" => "ZaReason-Inc",
@@ -564,4 +569,4 @@ class Hostcontrollers extends Acquisitioncards
return implode(',',array_values(self::$subtype));
}
-} \ No newline at end of file
+}