From c2c9618607cf0ac2e6a0ec19f5f510c7a36aa1b3 Mon Sep 17 00:00:00 2001 From: Sean Rhodes Date: Sun, 2 Jan 2022 12:16:27 +0000 Subject: 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 Change-Id: Ie0fab6b9dcd805f7b8c9bf8f14b0a799d8f396c8 Reviewed-on: https://review.coreboot.org/c/coreboot/+/60709 Tested-by: build bot (Jenkins) Reviewed-by: Werner Zeh --- src/ec/starlabs/merlin/variants/cml/events.asl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ec/starlabs/merlin/variants/cml/events.asl') 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: -- cgit v1.2.3