diff options
Diffstat (limited to 'hardinfo/vendor.c')
-rw-r--r-- | hardinfo/vendor.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hardinfo/vendor.c b/hardinfo/vendor.c index f73781c3..5b9238ff 100644 --- a/hardinfo/vendor.c +++ b/hardinfo/vendor.c @@ -30,6 +30,9 @@ static Vendor vendors[] = { { "ASUS", 0, "ASUS", "www.asus.com" }, /* "ASUSTek" is common */ { "ATI", 1, "ATI Technologies", "www.ati.com" }, + { "Advanced Micro Devices", 0, "Advanced Micro Devices", "www.amd.com" }, + { "AMD", 1, "Advanced Micro Devices", "www.amd.com" }, + { "AMD/ATI", 1, "Advanced Micro Devices (formerly ATI)", "www.amd.com" }, { "nVidia", 0, "nVidia", "www.nvidia.com" }, { "3Com", 0, "3Com", "www.3com.com" }, { "Intel", 0, "Intel", "www.intel.com" }, |