diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2021-11-27 13:00:30 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2021-11-27 13:00:30 +0100 |
commit | 7c754e216a2df08124ae573e7d487e8b3b9636e1 (patch) | |
tree | cdbcef5ecb77cf6005f413e6eda01c9488091cab /util/subs.c | |
parent | df923f0dc3d7183fbce8e2b58fc51a5fe206a4e3 (diff) | |
parent | 19b878add9337a1328f974d685c1b236e126e91a (diff) |
Update upstream source from tag 'upstream/3.1.8'
Update to upstream version '3.1.8'
with Debian dir 7665cd56aa5aa0e0cf7aeff378af6d6e68e56d79
Diffstat (limited to 'util/subs.c')
-rw-r--r-- | util/subs.c | 3 |
1 files changed, 2 insertions, 1 deletions
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. */ |