[PATCH] acpiinfo: update ACPI and ACPICA versions
Alex Hung
alex.hung at canonical.com
Sat Feb 16 02:39:17 UTC 2019
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 f7e080ec..b80020ef 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 > 201609) {
+ if (yearmonth > 201902) {
+ version = 6.3;
+ } else if (yearmonth > 201609) {
version = 6.2;
} else if (yearmonth > 201509) {
version = 6.1;
--
2.17.1
More information about the fwts-devel
mailing list