diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2020-10-17 09:29:59 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2020-10-17 09:29:59 +0200 |
commit | ebef811fce038c382fb66ecd728c9d885460263b (patch) | |
tree | a8630403c5091a3e4f3a86c682262337613fae2c /dmiopt.c | |
parent | 7c994b7f6bda56308e5f1d50651d5951de92198f (diff) |
New upstream version 3.3upstream/3.3
Diffstat (limited to 'dmiopt.c')
-rw-r--r-- | dmiopt.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -151,11 +151,14 @@ static const struct string_keyword opt_string_keyword[] = { { "bios-vendor", 0, 0x04 }, { "bios-version", 0, 0x05 }, { "bios-release-date", 0, 0x08 }, + { "bios-revision", 0, 0x15 }, /* 0x14 and 0x15 */ + { "firmware-revision", 0, 0x17 }, /* 0x16 and 0x17 */ { "system-manufacturer", 1, 0x04 }, { "system-product-name", 1, 0x05 }, { "system-version", 1, 0x06 }, { "system-serial-number", 1, 0x07 }, { "system-uuid", 1, 0x08 }, /* dmi_system_uuid() */ + { "system-sku-number", 1, 0x19 }, { "system-family", 1, 0x1a }, { "baseboard-manufacturer", 2, 0x04 }, { "baseboard-product-name", 2, 0x05 }, |