diff options
author | Leandro A. F. Pereira <leandro@hardinfo.org> | 2006-10-13 19:10:22 +0000 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2006-10-13 19:10:22 +0000 |
commit | f654729f552739d2198250358667bc782524a793 (patch) | |
tree | 80ff188bbdc0b55a7d53200b4bfc006dcd95421b /hardinfo2/vendor.c | |
parent | 2606eee2d0f280a54208af7f6e2ad9b6d2097eed (diff) |
Misc vendor fixes
Diffstat (limited to 'hardinfo2/vendor.c')
-rw-r--r-- | hardinfo2/vendor.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hardinfo2/vendor.c b/hardinfo2/vendor.c index c534d1ff..610f33d3 100644 --- a/hardinfo2/vendor.c +++ b/hardinfo2/vendor.c @@ -54,6 +54,7 @@ static const Vendor vendors[] = { { "IBM", "IBM Corp.", "www.ibm.com" }, { "Dell", "Dell Computer Corp.", "www.dell.com" }, { "Logitech", "Logitech International SA", "www.logitech.com" }, + { "FUJITSU", "Fujitsu", "www.fujitsu.com" }, { NULL, NULL, NULL }, }; |