summaryrefslogtreecommitdiffstats
path: root/src/mainboard/compulab/intense_pc/acpi/ec.asl
blob: 7ee0e29439dba99f2d64b267eafd88b5fa5cec3d (plain)
1
2
3
4
5
6
7
8
9
/* SPDX-License-Identifier: GPL-2.0-only */

Device(EC)
{
	Name (_HID, EISAID("PNP0C09"))
	Name (_UID, 0)
	Name (_GPE, 23)
/* FIXME: EC support */
}