diff options
author | Leandro Augusto Fogolin Pereira <leandro@zorg.(none)> | 2008-12-28 15:01:52 -0200 |
---|---|---|
committer | Leandro Augusto Fogolin Pereira <leandro@zorg.(none)> | 2008-12-28 15:01:52 -0200 |
commit | 253a7ce560dd8ba6566c781747273d9c7e6923fb (patch) | |
tree | fad4416e2f32c113f17a5b0627c20cdff5ff58c9 /hardinfo2/vendor.c | |
parent | 6047a6efde91acd82a7415f780edbfd253c33479 (diff) |
Add new vendor (patch by Andrey Esin)
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 772896f0..f75e4e38 100644 --- a/hardinfo2/vendor.c +++ b/hardinfo2/vendor.c @@ -74,6 +74,7 @@ static const Vendor vendors[] = { {"Memorex", "Memorex Products, Inc.", "www.memorex.com"}, {"eMPIA", "eMPIA Technology, Inc.", "www.empiatech.com.tw"}, {"Canon", "Canon Inc.", "www.canon.com"}, + {"A4Tech", "A4tech Co., Ltd.", "www.a4tech.com"}, {NULL, NULL, NULL}, }; |