From 19b878add9337a1328f974d685c1b236e126e91a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 27 Nov 2021 13:00:21 +0100 Subject: New upstream version 3.1.8 --- 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 2ffcd01..73e5259 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 47 +#define N_MFG 48 static struct { int val; char *pstr; } mfgs[N_MFG] = { {0, " "}, {0x0000BA, "Toshiba"}, @@ -429,6 +429,7 @@ static struct { int val; char *pstr; } mfgs[N_MFG] = { { 20569, "Inventec ESC"}, { 24673, "ServerEngines"}, { 27768, "NAT"}, + {VENDOR_MITAC, "MiTAC"}, /*=6653.*/ {VENDOR_CISCO, "Cisco"}, /*=5771.*/ {VENDOR_IBM, "IBM"}, /*0x000002*/ {VENDOR_NEWISYS, "Newisys"}, /*=9237. */ -- cgit v1.2.3