diff options
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 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*/ }; |