aboutsummaryrefslogtreecommitdiff
path: root/hardinfo2/vendor.c
diff options
context:
space:
mode:
authorLeandro A. F. Pereira <leandro@hardinfo.org>2008-05-18 13:38:39 +0000
committerLeandro A. F. Pereira <leandro@hardinfo.org>2008-05-18 13:38:39 +0000
commit7d92a76652127ff0d0d5b73ed63fa65c92722f85 (patch)
tree7ed6c7b7d22fc84659e5df35a5d76f0000aea49b /hardinfo2/vendor.c
parent85f6c8471cfeeb1db5caba84f47f4eaed13001b6 (diff)
Apply Berlios Developer patch #2410 (add one more vendor, fix another), by user esin
Diffstat (limited to 'hardinfo2/vendor.c')
-rw-r--r--hardinfo2/vendor.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/hardinfo2/vendor.c b/hardinfo2/vendor.c
index 0b13201a..aa860c68 100644
--- a/hardinfo2/vendor.c
+++ b/hardinfo2/vendor.c
@@ -49,6 +49,7 @@ static const Vendor vendors[] = {
{"Atheros", "Atheros Communications", "www.atheros.com"},
{"MATSHITA", "Panasonic", "www.panasonic.com"},
{"Silicon Image", "Silicon Image, Inc.", "www.siliconimage.com"},
+ {"Silicon Integrated Image", "Silicon Image, Inc.", "www.siliconimage.com"},
{"KYE", "KYE Systems Corp.", "www.genius-kye.com"},
{"Broadcom", "Broadcom Corp.", "www.broadcom.com"},
{"Apple", "Apple Computer, Inc.", "www.apple.com"},
@@ -68,6 +69,7 @@ static const Vendor vendors[] = {
{"Siemens", "Siemens AG", "www.siemens.com"},
{"HP", "Hewlett-Packard", "www.hp.com"},
{"Hewlett-Packard", "Hewlett-Packard", "www.hp.com"},
+ {"TEAC", "TEAC America Inc.", "www.teac.com"},
{NULL, NULL, NULL},
};