diff options
author | Sean Rhodes <sean@starlabs.systems> | 2022-01-02 12:16:27 +0000 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-01-07 14:54:10 +0000 |
commit | c2c9618607cf0ac2e6a0ec19f5f510c7a36aa1b3 (patch) | |
tree | 08cebee4197b1c13e02eb72e526ed42c19d14d49 /src/ec/starlabs/merlin/variants/kbl/events.asl | |
parent | 2b1afef1eaaf2012b5b70eb6407350e9265c6410 (diff) |
ec/starlabs/merlin: Unify EC and CMOS names
End all CMOS variable with a C and EC variables with an E.
Signed-off-by: Sean Rhodes <sean@starlabs.systems>
Change-Id: Ie0fab6b9dcd805f7b8c9bf8f14b0a799d8f396c8
Reviewed-on: https://review.coreboot.org/c/coreboot/+/60709
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Werner Zeh <werner.zeh@siemens.com>
Diffstat (limited to 'src/ec/starlabs/merlin/variants/kbl/events.asl')
-rw-r--r-- | src/ec/starlabs/merlin/variants/kbl/events.asl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ec/starlabs/merlin/variants/kbl/events.asl b/src/ec/starlabs/merlin/variants/kbl/events.asl index c9eb1f9f47..966365cbc6 100644 --- a/src/ec/starlabs/merlin/variants/kbl/events.asl +++ b/src/ec/starlabs/merlin/variants/kbl/events.asl @@ -36,7 +36,7 @@ Method (_Q07, 0, NotSerialized) // Event: Backlight Brightness Up Method (_Q08, 0, NotSerialized) // Event: Function Lock { - FLKS = FLKA + FLKC = FLKE } // // TODO: @@ -44,7 +44,7 @@ Method (_Q08, 0, NotSerialized) // Event: Function Lock // // Method (_Q04, 0, NotSerialized) // Event: Trackpad Lock // { -// TPLS = TPLA +// TPLC = TPLE // } // // Method (_Q__, 0, NotSerialized) // Event: Keyboard Backlight Brightness |