aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/lenovo/t530/acpi/gpe.asl
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/lenovo/t530/acpi/gpe.asl')
-rw-r--r--src/mainboard/lenovo/t530/acpi/gpe.asl13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/mainboard/lenovo/t530/acpi/gpe.asl b/src/mainboard/lenovo/t530/acpi/gpe.asl
new file mode 100644
index 0000000000..eb489d5c4e
--- /dev/null
+++ b/src/mainboard/lenovo/t530/acpi/gpe.asl
@@ -0,0 +1,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)
+ }
+ }
+ }