From 67e3365eb040fbd52d857103381623a77d384ea8 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Sat, 16 Jan 2021 18:14:55 +0100 Subject: ec/purism/librem/acpi/ec.asl: Convert to ASL 2.0 syntax MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ic773f8404c24fc886e8420a5f4b3e00b2d752ba2 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/coreboot/+/49572 Tested-by: build bot (Jenkins) Reviewed-by: Michael Niewöhner --- src/ec/purism/librem/acpi/ec.asl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ec/purism/librem/acpi') diff --git a/src/ec/purism/librem/acpi/ec.asl b/src/ec/purism/librem/acpi/ec.asl index 143dd04494..abdd8be919 100644 --- a/src/ec/purism/librem/acpi/ec.asl +++ b/src/ec/purism/librem/acpi/ec.asl @@ -180,14 +180,14 @@ Device (EC) Method (_Q34) { TPSN (0x87) - XOr (^TPAD, One, ^TPAD) + ^TPAD ^= 1 } /* KEY_WLAN */ Method (_Q35) { TPSN (0x88) - XOr (^WIFI, One, ^WIFI) + ^WIFI ^= 1 } /* KEY_BLUETOOTH */ -- cgit v1.2.3