diff options
-rw-r--r-- | src/ec/starlabs/merlin/acpi/cmos.asl | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/ec/starlabs/merlin/acpi/cmos.asl b/src/ec/starlabs/merlin/acpi/cmos.asl index f4468f75e4..7ff0102b37 100644 --- a/src/ec/starlabs/merlin/acpi/cmos.asl +++ b/src/ec/starlabs/merlin/acpi/cmos.asl @@ -1,21 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -OperationRegion (CMOS, SystemIO, 0x70, 0x2) -Field (CMOS, ByteAcc, NoLock, Preserve) -{ - IND1, 8, - DAT1, 8, -} - -IndexField (IND1, DAT1, ByteAcc, NoLock, Preserve) -{ - Offset (0x4b), - KLTC, 8, // Keyboard Backlight Timeout - FCLS, 8, // Ctrl Fn Reverse (make keyboard Apple-like) - MXCH, 8, // Max Charge Level - FNMD, 8, // Fan Mode -} - OperationRegion (CMS2, SystemIO, 0x72, 0x2) Field (CMS2, ByteAcc, NoLock, Preserve) { |