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:
parent
944cf91fd9
commit
67e3365eb0
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue