summaryrefslogtreecommitdiff
path: root/src/mainboard/hp/folio_9480m/acpi/platform.asl
blob: 6e6cac04f578ccd5a4ff7cc02ca30b1487b12148 (plain)
1
2
3
4
5
6
7
8
9
10
Method(_WAK, 1)
{
	/* FIXME: EC support  */
	Return(Package() {0, 0})
}

Method(_PTS,1)
{
	/* FIXME: EC support  */
}