summaryrefslogtreecommitdiffstats
path: root/src/mainboard/gigabyte/ga-945gcm-s2l/acpi/mainboard.asl
blob: 1e31c06ec94b0f1da23117fd89cfdf7bd6abb2b6 (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 (SLPB)
{
	Name(_HID, EisaId("PNP0C0E"))

	// Wake
	Name(_PRW, Package(){0x1d, 0x04})
}

Device (PWRB)
{
	Name(_HID, EisaId("PNP0C0C"))

	// Wake
	Name(_PRW, Package(){0x1d, 0x04})
}