summaryrefslogtreecommitdiff
path: root/src/ec/starlabs/merlin/variants/cml/events.asl
diff options
context:
space:
mode:
authorSean Rhodes <sean@starlabs.systems>2022-01-02 12:16:27 +0000
committerFelix Held <felix-coreboot@felixheld.de>2022-01-07 14:54:10 +0000
commitc2c9618607cf0ac2e6a0ec19f5f510c7a36aa1b3 (patch)
tree08cebee4197b1c13e02eb72e526ed42c19d14d49 /src/ec/starlabs/merlin/variants/cml/events.asl
parent2b1afef1eaaf2012b5b70eb6407350e9265c6410 (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/cml/events.asl')
-rw-r--r--src/ec/starlabs/merlin/variants/cml/events.asl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ec/starlabs/merlin/variants/cml/events.asl b/src/ec/starlabs/merlin/variants/cml/events.asl
index bf7b9677c6..2eedb8e6cc 100644
--- a/src/ec/starlabs/merlin/variants/cml/events.asl
+++ b/src/ec/starlabs/merlin/variants/cml/events.asl
@@ -36,12 +36,12 @@ Method (_Q07, 0, NotSerialized) // Event: Backlight Brightness Up
Method (_Q08, 0, NotSerialized) // Event: Function Lock
{
- FLKS = FLKA
+ FLKC = FLKE
}
Method (_Q04, 0, NotSerialized) // Event: Trackpad Lock
{
- TPLS = TPLA
+ TPLC = TPLE
}
//
// TODO: