Wednesday, 28 December 2011

Samsung 300E4A5A7A with PS0/PS3

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

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