From 876904323e12786a65ac14fc2c67e22fe587fa96 Mon Sep 17 00:00:00 2001 From: Burt P Date: Sun, 3 Jun 2018 11:29:13 -0500 Subject: gpu_util: use vendor_match() in make_nice_name() Signed-off-by: Burt P --- data/vendor.ids | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'data') diff --git a/data/vendor.ids b/data/vendor.ids index 736547c1..b59d07ce 100644 --- a/data/vendor.ids +++ b/data/vendor.ids @@ -3,7 +3,9 @@ # # Syntax: # name +# name_short # url +# url_support # [match_string|match_string_case] # ... # [match_string|match_string_case] @@ -20,18 +22,24 @@ name ASUS match_string ASUSTek match_string ASUS +# PCI Vendor 1022 name Advanced Micro Devices + name_short AMD url www.amd.com match_string Advanced Micro Devices match_string_case AMD +# PCI Vendor 1002 name Advanced Micro Devices (formerly ATI) + name_short AMD/ATI url www.amd.com match_string ATI Technologies + match_string Advanced Micro Devices, Inc. [AMD/ATI] match_string_case AMD/ATI match_string_case ATI -name nVidia +name nVidia Corporation + name_short nVidia url www.nvidia.com match_string nVidia @@ -39,7 +47,8 @@ name 3Com url www.3com.com match_string 3Com -name Intel +name Intel Corporation + name_short Intel url www.intel.com match_string Intel -- cgit v1.2.3