From 15ba298b5fb2b10c0bee24813aff7ceceda61fa9 Mon Sep 17 00:00:00 2001 From: raywu Date: Thu, 12 Jul 2018 13:35:57 +0800 Subject: Don't Invert PCH GPIO13 , then System will not be Wake Up Automatically --- ReferenceCode/Chipset/LynxPoint/AcpiTables/Dsdt/Pch.asl | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'ReferenceCode') diff --git a/ReferenceCode/Chipset/LynxPoint/AcpiTables/Dsdt/Pch.asl b/ReferenceCode/Chipset/LynxPoint/AcpiTables/Dsdt/Pch.asl index 1bf7119..fed9b54 100644 --- a/ReferenceCode/Chipset/LynxPoint/AcpiTables/Dsdt/Pch.asl +++ b/ReferenceCode/Chipset/LynxPoint/AcpiTables/Dsdt/Pch.asl @@ -559,7 +559,8 @@ scope (\_SB.PCI0) { // Device(GLAN) { // GbE Controller Name(_ADR, 0x00190000) - Method(_PRW, 0) { Return(GPRW(0x0D, 4)) } // can wakeup from S4 state +// Method(_PRW, 0) { Return(GPRW(0x0D, 4)) } // can wakeup from S4 state + Method(_PRW, 0) { Return(GPRW(0, 0)) } // can wakeup from S4 state Method(_STA,0) { Return(0) // Hide device @@ -572,7 +573,8 @@ scope (\_SB.PCI0) { Device(EHC1) { Name(_ADR, 0x001D0000) include("PchEhci1.asl") - Method(_PRW, 0) { Return(GPRW(0x0D, 4)) } // can wakeup from S4 state +// Method(_PRW, 0) { Return(GPRW(0x0D, 4)) } // can wakeup from S4 state + Method(_PRW, 0) { Return(GPRW(0, 0)) } // can wakeup from S4 state } // end "EHCI Controller #1" // @@ -581,7 +583,8 @@ scope (\_SB.PCI0) { Device(EHC2) { Name(_ADR, 0x001A0000) include("PchEhci2.asl") - Method(_PRW, 0) { Return(GPRW(0x0D, 4)) } // can wakeup from S4 state +// Method(_PRW, 0) { Return(GPRW(0x0D, 4)) } // can wakeup from S4 state + Method(_PRW, 0) { Return(GPRW(0, 0)) } // can wakeup from S4 state } // end "EHCI Controller #2" // @@ -590,7 +593,8 @@ scope (\_SB.PCI0) { Device(XHC) { Name(_ADR, 0x00140000) include("PchXhci.asl") - Method(_PRW, 0) { Return(GPRW(0x0D, 4)) } // can wakeup from S4 state +// Method(_PRW, 0) { Return(GPRW(0x0D, 4)) } // can wakeup from S4 state + Method(_PRW, 0) { Return(GPRW(0, 0)) } // can wakeup from S4 state } // end "xHCI Controller" // @@ -599,7 +603,8 @@ scope (\_SB.PCI0) { Device(HDEF) { Name(_ADR, 0x001B0000) include("PchAudio.asl") - Method(_PRW, 0) { Return(GPRW(0x0D, 4)) } // can wakeup from S4 state +// Method(_PRW, 0) { Return(GPRW(0x0D, 4)) } // can wakeup from S4 state + Method(_PRW, 0) { Return(GPRW(0, 0)) } // can wakeup from S4 state } // end "High Definition Audio Controller" #ifdef SERIAL_IO_FLAG -- cgit v1.2.3