diff options
author | Leandro A. F. Pereira <leandro@hardinfo.org> | 2007-12-01 00:55:00 +0000 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2007-12-01 00:55:00 +0000 |
commit | 3145dd9198ed2e36352379b7738effcc117951e7 (patch) | |
tree | eb4e2dcfebc1546146a40abadbcc9d15e46a8d8a /hardinfo2/vendor.c | |
parent | d92466ce2e3be1e8760383ccf239cc0be2c804a5 (diff) |
Apply a bunch of patches by berlios user esin (thanks!). Fixes some minor bugs.
Diffstat (limited to 'hardinfo2/vendor.c')
-rw-r--r-- | hardinfo2/vendor.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hardinfo2/vendor.c b/hardinfo2/vendor.c index 451c29f4..5d517acd 100644 --- a/hardinfo2/vendor.c +++ b/hardinfo2/vendor.c @@ -63,6 +63,8 @@ static const Vendor vendors[] = { {"Giga-byte", "Gigabyte", "www.gigabyte.com.tw"}, {"C-Media", "C-Media Electronics", "www.cmedia.com.tw"}, {"Avermedia", "AVerMedia Technologies", "www.aver.com"}, + {"Philips", "Philips", "www.philips.com"}, + {"RaLink", "Ralink Technology", "www.ralinktech.com"}, {NULL, NULL, NULL}, }; |