ec/purism/librem/acpi/ec.asl: Convert to ASL 2.0 syntax

Change-Id: Ic773f8404c24fc886e8420a5f4b3e00b2d752ba2
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/49572
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
This commit is contained in:
Elyes HAOUAS 2021-01-16 18:14:55 +01:00 committed by Michael Niewöhner
parent 944cf91fd9
commit 67e3365eb0
1 changed files with 2 additions and 2 deletions

View File

@ -180,14 +180,14 @@ Device (EC)
Method (_Q34) Method (_Q34)
{ {
TPSN (0x87) TPSN (0x87)
XOr (^TPAD, One, ^TPAD) ^TPAD ^= 1
} }
/* KEY_WLAN */ /* KEY_WLAN */
Method (_Q35) Method (_Q35)
{ {
TPSN (0x88) TPSN (0x88)
XOr (^WIFI, One, ^WIFI) ^WIFI ^= 1
} }
/* KEY_BLUETOOTH */ /* KEY_BLUETOOTH */