[PATCH] acpi/fadt: update latest FADT revision to 6.3
Alex Hung
alex.hung at canonical.com
Mon Jun 3 18:18:20 UTC 2019
Signed-off-by: Alex Hung <alex.hung at canonical.com>
---
src/acpi/fadt/fadt.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/acpi/fadt/fadt.c b/src/acpi/fadt/fadt.c
index d7d6e3b8..e0a4fdbf 100644
--- a/src/acpi/fadt/fadt.c
+++ b/src/acpi/fadt/fadt.c
@@ -198,7 +198,7 @@ static int fadt_checksum(fwts_framework *fw)
static int fadt_revision(fwts_framework *fw)
{
const uint8_t LATEST_MAJOR = 6;
- const uint8_t LATEST_MINOR = 2;
+ const uint8_t LATEST_MINOR = 3;
uint8_t major;
uint8_t minor;
--
2.17.1
More information about the fwts-devel
mailing list