summaryrefslogtreecommitdiff
path: root/src/mainboard/dell/latitude_e7240_bdw/acpi/ec.asl
blob: 24915c22ef2757413dbd2a61edfa2c46934d6dd5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* SPDX-License-Identifier: GPL-2.0-only */

/* FIXME: not working yet */
Device(EC)
{
	Name (_HID, EISAID("PNP0C09"))
	Name (_UID, 0)
	Name (_GPE, 39)

	Method (_Q66, 0, NotSerialized)
	{
		Store ("EC: _Q66", Debug)
	}
}