diff --git a/src/mainboard/hp/elitebook_820_g2/acpi/platform.asl b/src/mainboard/hp/elitebook_820_g2/acpi/platform.asl index 8023ae826c..d17f575c40 100644 --- a/src/mainboard/hp/elitebook_820_g2/acpi/platform.asl +++ b/src/mainboard/hp/elitebook_820_g2/acpi/platform.asl @@ -10,5 +10,8 @@ Method(_WAK,1) Method(_PTS,1) { - \_SB.PCI0.LPCB.EC0.SLPT = Arg0 + If (Arg0 != 5) + { + \_SB.PCI0.LPCB.EC0.SLPT = Arg0 + } }