diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2011-02-13 15:28:58 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2011-02-13 15:28:58 +0000 |
commit | 26fca82d7f500d9771b8876e9a480f8619a2988d (patch) | |
tree | 1e880db6a3050f865b64fc84cfaaae96fe34be1c /h-source/Application/Include/hardware.php | |
parent | 51138d1c41d9be15d64d42bd25a46758d360ae4e (diff) |
added vendors name
Diffstat (limited to 'h-source/Application/Include/hardware.php')
-rw-r--r-- | h-source/Application/Include/hardware.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/h-source/Application/Include/hardware.php b/h-source/Application/Include/hardware.php index e80f15e..42cce0b 100644 --- a/h-source/Application/Include/hardware.php +++ b/h-source/Application/Include/hardware.php @@ -249,6 +249,7 @@ class Videocard extends Hardware "ATI" => "ATI", "NVIDIA" => "NVIDIA", "Intel" => "Intel", + "SiS" => "SiS", ); public static $videoSelect = array( @@ -496,6 +497,7 @@ class Webcams extends Hardware "Microdia Ltd" => "Microdia-Ltd", "Micron" => "Micron", "Microsoft" => "Microsoft", + "mijuki" => "mijuki", "Omega Technology Corp" => "Omega-Technology-Corp", "OmniVision Technologies, Inc" => "OmniVision-Technologies-Inc", "Panasonic" => "Panasonic", |