summaryrefslogtreecommitdiffstats
path: root/src/ec/hp/kbc1126/acpi/lid.asl
blob: ba96f7fd67f29ec6b599dc81922096ca542305d7 (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 */
/* This file is part of the coreboot project. */

Device (LID)
{
	Name (_HID, EisaId ("PNP0C0D"))
	Method (_LID, 0, NotSerialized)
	{
		Local0 = CLID
		Return (Local0)
	}
}

Method (_Q0A, 0, NotSerialized)
{
	Store ("EC: LID STATUS", Debug)
	Notify (LID, 0x80)
}