canyondust Posted February 7, 2020 Share Posted February 7, 2020 I'm wondering if this is just a decompile error... Case (One) { Store (DerefOf (Index (Arg3, Zero)), PGCE) Store (DerefOf (Index (Arg3, One)), PGCD) Store (\_SB.GGOV (0x02010016), OLDV) \_SB.SGOV (0x02010016, PGCE) //ERROR? If (LGreater (PGCD, Zero)) { Sleep (PGCD) \_SB.GGOV (0x02010016) // ERROR? OLDV //ERROR? } If (LEqual (\_SB.GGOV (0x02010016), One)) { Sleep (0x96) If (LEqual (\_SB.GGOV (0x02010014), One)){} Else { Notify (\_SB.PCI0.I2C0.DFUD, One) } } Return (Zero) } Should it likely be: Case (One) { Store (DerefOf (Index (Arg3, Zero)), PGCE) Store (DerefOf (Index (Arg3, One)), PGCD) Store (\_SB.GGOV (0x02010016), OLDV) Store (\_SB.SGOV (0x02010016), PGCE) If (LGreater (PGCD, Zero)) { Sleep (PGCD) Store (\_SB.GGOV (0x02010016), OLDV) } If (LEqual (\_SB.GGOV (0x02010016), One)) { Sleep (0x96) If (LEqual (\_SB.GGOV (0x02010014), One)){} Else { Notify (\_SB.PCI0.I2C0.DFUD, One) } } Return (Zero) } Thanks! SSDT-5.dsl Link to comment https://www.insanelymac.com/forum/topic/342484-ssdt-decompile-error/ Share on other sites More sharing options...
Recommended Posts