diff options
author | Leandro A. F. Pereira <leandro@hardinfo.org> | 2008-06-26 09:21:43 -0300 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2008-06-26 09:21:43 -0300 |
commit | 02a467e332cc1c19975926095d4b938a1851df9c (patch) | |
tree | 3280bede9d63ac52245b30c041f68a0a4dee6492 /hardinfo2/vendor.c | |
parent | 175b28bfaf9b6cd795bf2214c357e1af2c87b3fe (diff) |
Add new vendor (Memorex)
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 1a0d0ded..a0bd3088 100644 --- a/hardinfo2/vendor.c +++ b/hardinfo2/vendor.c @@ -71,6 +71,7 @@ static const Vendor vendors[] = { {"Hewlett-Packard", "Hewlett-Packard", "www.hp.com"}, {"TEAC", "TEAC America Inc.", "www.teac.com"}, {"Microsoft", "Microsoft Corp.", "www.microsoft.com"}, + {"Memorex", "Memorex Products, Inc.", "www.memorex.com"}, {NULL, NULL, NULL}, }; |