aboutsummaryrefslogtreecommitdiff
path: root/hardinfo
diff options
context:
space:
mode:
authorBurt P <pburt0@gmail.com>2018-05-27 17:54:11 -0500
committerLeandro A. F. Pereira <leandro@hardinfo.org>2018-05-29 07:08:46 -0700
commitadb872ec12aa96ac72fa7f237244d9c8f8f66314 (patch)
treee6cce2c6f3bfd91704536aa0b998bdadc7e83f8f /hardinfo
parent7da8583b97bf871887fd2bc1ee4b935de531ea6b (diff)
vendor.c: add a couple AMD strings
Signed-off-by: Burt P <pburt0@gmail.com>
Diffstat (limited to 'hardinfo')
-rw-r--r--hardinfo/vendor.c3
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" },