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