summaryrefslogtreecommitdiffstats
path: root/src/mainboard/hp/compaq_8200_elite_sff/acpi/platform.asl
blob: 861d3cdf715259b92dbc5791439c4fdecf19d489 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* SPDX-License-Identifier: GPL-2.0-only */

Method(_WAK, 1, NotSerialized)
{
	// Generated by SSDT
	\_SB.PCI0.LPCB.SIO0.SIOW (Arg0)

	Return(Package(){0,0})
}

Method(_PTS, 1, NotSerialized)
{
	// Generated by SSDT
	\_SB.PCI0.LPCB.SIO0.SIOS (Arg0)
}