aboutsummaryrefslogtreecommitdiff
path: root/hardinfo2/vendor.c
diff options
context:
space:
mode:
authorLeandro A. F. Pereira <leandro@hardinfo.org>2006-06-22 12:44:05 +0000
committerLeandro A. F. Pereira <leandro@hardinfo.org>2006-06-22 12:44:05 +0000
commitc44c0ec8d0bf75bf3ce1925e417d45d18743695c (patch)
tree3300c8c1edfa9c52762ccfb4918dec9734eaaf31 /hardinfo2/vendor.c
parent179894d3dc9511c2a6d9d74e0af812e5378b3a42 (diff)
Update vendor list
Diffstat (limited to 'hardinfo2/vendor.c')
-rw-r--r--hardinfo2/vendor.c18
1 files changed, 8 insertions, 10 deletions
diff --git a/hardinfo2/vendor.c b/hardinfo2/vendor.c
index e6ceff79..82d40b58 100644
--- a/hardinfo2/vendor.c
+++ b/hardinfo2/vendor.c
@@ -22,29 +22,24 @@
#include <gtk/gtk.h>
#include "vendor.h"
-/*
- * List of vendors based on GtkSysInfo1.9beta1 list by Pissens Sebastien, also
- * licensed under the GNU GPL version 2.
- */
-
static const Vendor vendors[] = {
- { "ATI", "ATI", "www.ati.com" },
- { "nVidia", "NVIDIA", "www.nvidia.com" },
+ { "ATI", "ATI Technologies, Inc.","www.ati.com" },
+ { "nVidia", "NVIDIA Corporation", "www.nvidia.com" },
{ "3Com", "3Com", "www.3com.com" },
- { "Intel" , "INTEL", "www.intel.com" },
+ { "Intel" , "Intel Corp.", "www.intel.com" },
{ "Cirrus Logic", "Cirrus Logic", "www.cirrus.com" },
{ "VIA Technologies", "VIA Technologies", "www.via.com.tw" },
{ "hp", "Hewlett-Packard", "www.hp.com" },
{ "NEC Corporation", "NEC Coporation", "www.nec.com" },
{ "MAXTOR", "MAXTOR", "www.maxtor.com" },
- { "SAMSUNG", "SANSUNG", "www.samsung.com" },
+ { "SAMSUNG", "SAMSUNG", "www.samsung.com" },
{ "PIONEER", "PIONEER", "www.pioneer-eur.com" },
{ "PLEXTOR", "PLEXTOR", "www.plextor.be" },
{ "Realtek Semiconductor", "Realtek", "www.realtek.com.tw" },
{ "TOSHIBA", "TOSHIBA", "www.toshiba.com" },
{ "LITE-ON", "LITE-ON", "www.liteonit.com" },
{ "WDC", "Western Digital", "www.wdc.com" },
- { "HL-DT-ST", "LG", "www.lge.com" },
+ { "GSA", "LG Electronics", "www.lge.com" },
{ "ST", "SEAGATE", "www.seagate.com" },
{ "Lexmark", "Lexmark", "www.lexmark.com" },
{ "_NEC", "NEC Corporation", "www.nec.com" },
@@ -54,6 +49,9 @@ static const Vendor vendors[] = {
{ "MATSHITA", "Panasonic", "www.panasonic.com" },
{ "Silicon 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" },
+ { "IBM", "IBM Corp.", "www.ibm.com" },
{ NULL, NULL, NULL },
};