summaryrefslogtreecommitdiff
path: root/dmiopt.c
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2020-11-08 12:53:15 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2020-11-08 12:53:15 +0100
commit434575706930a762d7cb26e26cc26b140b453f65 (patch)
treebfbdccfb11bc3ac6e99377fc042cc91c4ae49a54 /dmiopt.c
parent6630673da74616ddac305aa5d38165fc05aadeaa (diff)
parent6b9dcbb04abee53b6561d690c077c048795c3874 (diff)
Merge branch 'release/debian/3.3-1' into masterdebian/3.3-1
Diffstat (limited to 'dmiopt.c')
-rw-r--r--dmiopt.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/dmiopt.c b/dmiopt.c
index 2f285f3..d08288f 100644
--- a/dmiopt.c
+++ b/dmiopt.c
@@ -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 },