aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Include/myFunctions.php
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2011-02-07 09:51:31 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2011-02-07 09:51:31 +0000
commit12e4365d14e7622a310154dabf3735d3dae6a515 (patch)
treeb20f0ed9384d540c78743e7962f6dcd5a52d32b4 /h-source/Application/Include/myFunctions.php
parent2371c5526f72d031844cd4cd0c1b9c7610296f88 (diff)
added wifi vendors
Diffstat (limited to 'h-source/Application/Include/myFunctions.php')
-rw-r--r--h-source/Application/Include/myFunctions.php14
1 files changed, 14 insertions, 0 deletions
diff --git a/h-source/Application/Include/myFunctions.php b/h-source/Application/Include/myFunctions.php
index b7fe7e4..fefc376 100644
--- a/h-source/Application/Include/myFunctions.php
+++ b/h-source/Application/Include/myFunctions.php
@@ -380,6 +380,20 @@ function betterVendor($string)
"Z-Star-Microelectronics-Corporation" => "Z-Star Microelectronics Corporation",
"Micro-Star-International" => "Micro Star International",
"VIA-Technologies-Inc" => "VIA Technologies, Inc",
+ "ALFA-NETWORK-Inc" => "ALFA NETWORK Inc",
+ "Amigo-Technology-Inc" => "Amigo Technology Inc",
+ "amit-Inc" => "amit Inc",
+ "Atlantis_S-p-A" => "Atlantis S.p.A.",
+ "Buffalo-Technology-Ltd" => "Buffalo Technology, Ltd",
+ "Compex-Systems-Pte-Ltd" => "Compex Systems Pte Ltd",
+ "Encore-Electronics-Inc" => "Encore Electronics Inc",
+ "JAHT-Technologies-Corp" => "JAHT Technologies Corp",
+ "Micronet-Communications-Inc" => "Micronet Communications, Inc",
+ "Minitar-Corporation" => "Minitar Corporation",
+ "OvisLink-Technologies-Corp" => "OvisLink Technologies Corp",
+ "PRO-NETS_Technology_Corp" => "PRO-NETS Technology Corp",
+ "Sparklan-comunications-Inc" => "Sparklan comunications, Inc",
+ "Unex-Technology-Corp" => "Unex Technology Corp",
);
return (array_key_exists($string,$names)) ? $names[$string] : $string;