From e6806f1d217e07f52759e4fa1c792d1fe02f0d50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Fri, 24 Feb 2017 21:18:15 +0100 Subject: New upstream version 3.0.2 --- util/subs.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'util/subs.c') diff --git a/util/subs.c b/util/subs.c index f2af5da..8965283 100644 --- a/util/subs.c +++ b/util/subs.c @@ -403,7 +403,7 @@ int get_errno(void) /* For a list of all IANA enterprise mfg vendor numbers, * see http://www.iana.org/assignments/enterprise-numbers * Product numbers are different for each mfg vendor. */ -#define N_MFG 46 +#define N_MFG 47 static struct { int val; char *pstr; } mfgs[N_MFG] = { {0, " "}, {0x0000BA, "Toshiba"}, @@ -450,6 +450,7 @@ static struct { int val; char *pstr; } mfgs[N_MFG] = { {VENDOR_SUN, "Sun"}, /*=0x00002A*/ {VENDOR_LENOVO, "Lenovo"}, /*=0x004A66*/ {VENDOR_LENOVO2, "Lenovo"}, /*=0x004F4D*/ + {VENDOR_ASUS, "ASUS"}, /*=0x000A3F*/ {VENDOR_INTEL, "Intel"} /*=0x000157*/ }; -- cgit v1.2.3