aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/lenovo/t520/acpi/gpe.asl
blob: 80bee71109182dcdca1f785a14d79ffb23cbf2c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
	Method (_L01, 0, NotSerialized)
	{
		If (\_SB.PCI0.RP04.HPCS)
		{
			Sleep (100)
			Store (0x01, \_SB.PCI0.RP04.HPCS)
			If (\_SB.PCI0.RP04.PDC)
			{
				Store (0x01, \_SB.PCI0.RP04.PDC)
				Notify (\_SB.PCI0.RP04, 0x00)
			}
		}
	}