summaryrefslogtreecommitdiff
path: root/src/ec/starlabs/it8987/acpi/cmos.asl
blob: 052094c2ea382d5a1fcf46f44ec75443abc835d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* SPDX-License-Identifier: GPL-2.0-only */

OperationRegion (CMOS, SystemIO, 0x70, 0x02)
Field (CMOS, ByteAcc, NoLock, Preserve)
{
	NVRI, 8,
	NVRD, 8
}

IndexField (NVRI, NVRD, ByteAcc, NoLock, Preserve)
{
	Offset (0x40),
	KBBL, 8,		// Keyboard backlight timeout
	FNSW, 8,		// Ctrl Fn Reverse (make keyboard Apple-like)

	Offset (0x7D),
	FNLC, 8			// Current state of Fn Lock key.
}