[PATCH] acpiinfo: update ACPI 6.4 vs. ACPICA versions
Alex Hung
alex.hung at canonical.com
Sat May 15 05:59:15 UTC 2021
Signed-off-by: Alex Hung <alex.hung at canonical.com>
---
src/acpi/acpiinfo/acpiinfo.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/src/acpi/acpiinfo/acpiinfo.c b/src/acpi/acpiinfo/acpiinfo.c
index 67553840..2b42624b 100644
--- a/src/acpi/acpiinfo/acpiinfo.c
+++ b/src/acpi/acpiinfo/acpiinfo.c
@@ -79,7 +79,9 @@ static int acpiinfo_test1(fwts_framework *fw)
sscanf(str, "%6d", &yearmonth);
- if (yearmonth > 201902) {
+ if (yearmonth > 202103) {
+ version = 6.4;
+ } else if (yearmonth > 201902) {
version = 6.3;
} else if (yearmonth > 201609) {
version = 6.2;
--
2.31.1
More information about the fwts-devel
mailing list