diff options
author | Leandro A. F. Pereira <leandro@hardinfo.org> | 2006-12-26 15:18:24 +0000 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2006-12-26 15:18:24 +0000 |
commit | 2ca2315a3b06f17e65aca09e828ad1448eb84689 (patch) | |
tree | e2761378bc11e2c7b0c32a8d5a20295529065bb0 /hardinfo2/vendor.c | |
parent | 8b3968f8511d1e8d51ff9fb78d9288a1e88e4b56 (diff) |
More 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 74f56847..b476f327 100644 --- a/hardinfo2/vendor.c +++ b/hardinfo2/vendor.c @@ -56,6 +56,7 @@ static const Vendor vendors[] = { { "Dell", "Dell Computer Corp.", "www.dell.com" }, { "Logitech", "Logitech International SA", "www.logitech.com" }, { "FUJITSU", "Fujitsu", "www.fujitsu.com" }, + { "CDU", "Sony", "www.sony.com" }, { NULL, NULL, NULL }, }; |