summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Moore <Robert.Moore@intel.com>2021-12-16 09:00:12 -0800
committerRobert Moore <Robert.Moore@intel.com>2021-12-16 09:00:12 -0800
commit7cbe9a680f59e39d7aaccbe6e2e75de9a877d523 (patch)
tree05bb0b0d9d34fa0e187a0d79b15b561e3c835236
parentdd4acd9614d133f2639b928acc0cdbcd6aaa0d35 (diff)
downloadacpica-7cbe9a680f59e39d7aaccbe6e2e75de9a877d523.tar.gz
iASL/NHLT table: Add "Capabilities Size" to one of the info structs
Added to AcpiDmTableInfoNhlt5b.
-rw-r--r--source/common/dmtbinfo2.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/common/dmtbinfo2.c b/source/common/dmtbinfo2.c
index 552882dd1..779a56412 100644
--- a/source/common/dmtbinfo2.c
+++ b/source/common/dmtbinfo2.c
@@ -1331,6 +1331,7 @@ ACPI_DMTABLE_INFO AcpiDmTableInfoNhlt5a[] =
ACPI_DMTABLE_INFO AcpiDmTableInfoNhlt5b[] =
{
+ {ACPI_DMT_UINT32, ACPI_NHLT5B_OFFSET (CapabilitiesSize), "Capabilities Size", 0},
ACPI_DMT_TERMINATOR
};