aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Include/myFunctions.php
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2011-02-03 23:44:48 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2011-02-03 23:44:48 +0000
commit190ded0397f9434a1fadd0f06775edb6dcf60272 (patch)
treee3f4ec0f53d26d185e5c0b043e3b3fdbe1643db9 /h-source/Application/Include/myFunctions.php
parent67f94bb059506bf617d69a8af67e96a7f62632e8 (diff)
added webcams - part 1
Diffstat (limited to 'h-source/Application/Include/myFunctions.php')
-rw-r--r--h-source/Application/Include/myFunctions.php29
1 files changed, 29 insertions, 0 deletions
diff --git a/h-source/Application/Include/myFunctions.php b/h-source/Application/Include/myFunctions.php
index a7ccf58..b7fe7e4 100644
--- a/h-source/Application/Include/myFunctions.php
+++ b/h-source/Application/Include/myFunctions.php
@@ -351,6 +351,35 @@ function betterVendor($string)
"VIA-Technologies-Inc" => "VIA Technologies Inc",
"Xilinx-Corporation" => "Xilinx Corporation",
"Yamaha-Corporation" => "Yamaha Corporation",
+ "Aiptek-Inc" => "Aiptek Inc",
+ "Arkmicro-Technologies-Inc" => "Arkmicro Technologies Inc",
+ "Askey-Computer-Corporation" => "Askey Computer Corporation",
+ "Chicony-Electronics-CO" => "Chicony Electronics CO",
+ "Conexant-Systems-Inc" => "Conexant Systems, Inc",
+ "Creative-Technology-Ltd" => "Creative Technology, Ltd",
+ "eMPIA-Technology-Inc" => "eMPIA Technology, Inc",
+ "Genesys-Logic-Inc" => "Genesys Logic, Inc",
+ "Hama-Trading-Co" => "Hama Trading Co",
+ "Hewlett-Packard" => "Hewlett Packard",
+ "IMC-Networks" => "IMC Networks",
+ "iPassion-Technology-Inc" => "iPassion Technology Inc",
+ "KYE-Systems-Corp" => "KYE Systems Corp",
+ "LG-Electronics" => "LG Electronics",
+ "OmniVision-Technologies-Inc" => "OmniVision Technologies, Inc",
+ "PixArt-Imaging-Inc" => "PixArt Imaging Inc",
+ "Primax-Electronics-Ltd" => "Primax Electronics Ltd",
+ "Quanta-Computer-Inc" => "Quanta Computer Inc.",
+ "Ricoh-Company-Ltd" => "Ricoh Company, Ltd",
+ "Sony-Corporation" => "Sony Corporation",
+ "Syntek-Semiconductor-Ltd" => "Syntek Semiconductor Ltd",
+ "Sunplus-Technology-Co" => "Sunplus Technology Co",
+ "Tekom-Technologies-Inc" => "Tekom Technologies, Inc",
+ "Trust-International" => "Trust International",
+ "ViewQuest-Technologies-Inc" => "ViewQuest Technologies, Inc",
+ "Vista-Imaging-Inc" => "Vista Imaging, Inc",
+ "Z-Star-Microelectronics-Corporation" => "Z-Star Microelectronics Corporation",
+ "Micro-Star-International" => "Micro Star International",
+ "VIA-Technologies-Inc" => "VIA Technologies, Inc",
);
return (array_key_exists($string,$names)) ? $names[$string] : $string;