ACK: [PATCH] acpiinfo: update ACPI and ACPICA versions

Colin Ian King colin.king at canonical.com
Mon Feb 18 16:11:43 UTC 2019


On 16/02/2019 02:39, Alex Hung wrote:
> 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;
> 

Acked-by: Colin Ian King <colin.king at canonical.com>



More information about the fwts-devel mailing list