Wednesday, 28 December 2011

0855.LenovoIdeaPadY470

Method (_PS0, 0, NotSerialized)
{
If (DGOS)
{
\_SB.PCI0.PEG0.PEGP._ON ()
Store (Zero, DGOS)
Store (Zero, MLTF)
}
}

Method (_PS3, 0, NotSerialized)
{
Store (MLTF, OPTF)
If (LEqual (\_SB.PCI0.PEG0.PEGP.OMPR, 0x03))
{
\_SB.PCI0.PEG0.PEGP._OFF ()
Store (One, DGOS)
Store (0x02, \_SB.PCI0.PEG0.PEGP.OMPR)
}
}