diff options
| author | lastik <lastik@lastik.(none)> | 2009-04-04 03:31:12 +0800 | 
|---|---|---|
| committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2009-04-05 00:55:00 +0800 | 
| commit | 8efe26e8d80b234c7d1083e6adbb8229a9e4d12d (patch) | |
| tree | ad8fd96d78787a489c766e639242b22ff1ca4845 | |
| parent | b777d2d3c4f54ff0c125898a65ad0446e940f44c (diff) | |
Adding 6 new vendors and correcting 1
Signed-off-by: Leandro A. F. Pereira <leandro@hardinfo.org>
| -rw-r--r-- | hardinfo2/vendor.c | 10 | 
1 files changed, 9 insertions, 1 deletions
diff --git a/hardinfo2/vendor.c b/hardinfo2/vendor.c index 3cc7bf39..1376543a 100644 --- a/hardinfo2/vendor.c +++ b/hardinfo2/vendor.c @@ -61,7 +61,8 @@ static const Vendor vendors[] = {      {"SanDisk", "SanDisk", "www.sandisk.com"},      {"ExcelStor", "ExcelStor Technology", "www.excelstor.com"},      {"D-Link", "D-Link", "www.dlink.com.tw"}, -    {"Giga-byte", "Gigabyte", "www.gigabyte.com.tw"}, +    {"Giga-byte", "Giga-Byte Technology Co., Ltd", "www.gigabyte.com.tw"}, +    {"Gigabyte", "Giga-Byte Technology Co., Ltd", "www.gigabyte.com.tw"},      {"C-Media", "C-Media Electronics", "www.cmedia.com.tw"},      {"Avermedia", "AVerMedia Technologies", "www.aver.com"},      {"Philips", "Philips", "www.philips.com"}, @@ -75,6 +76,13 @@ static const Vendor vendors[] = {      {"eMPIA", "eMPIA Technology, Inc.", "www.empiatech.com.tw"},      {"Canon", "Canon Inc.", "www.canon.com"},      {"A4Tech", "A4tech Co., Ltd.", "www.a4tech.com"}, +    {"ALCOR", "Alcor", "www.alcor.org"}, +    {"Vimicro", "Vimicro Corp.", "www.vimicro.com"}, +    {"OTi", "Ours Technology Inc.", "www.oti.com.tw"}, +    {"BENQ", "BenQ Corp.", "www.benq.com"}, +    // BIOS manufacturers +    {"American Megatrends", "American Megatrends, Inc.", "www.ami.com"}, +    {"Award", "Award Software International, Inc.", "www.award-bios.com"},      {NULL, NULL, NULL},  };  | 
