hybrid-graphics-linux team mailing list archive
-
hybrid-graphics-linux team
-
Mailing list archive
-
Message #01454
help with DSDT for Dell Inspiron N7110
Can someone have a look at this DSDT info and tell if the code below
would be amenable for acpi_call?
Cheers
https://bugs.launchpad.net/lpbugreporter/+bug/752542/+attachment/2167292/+files/Dell%20System%20Inspiron%20N7110.tar.gz
Method (_INI, 0, NotSerialized)
{
Store (Zero, \_SB.PCI0.PEG0.PEGP._ADR)
}
Method (_PS0, 0, NotSerialized)
{
P8XH (Zero, 0xF0)
Store (Zero, _PSC)
Store (0x06, NCMD)
If (DGOS)
{
P8XH (Zero, 0xF1)
OPON ()
PHSR (0xB3)
Store (Zero, DGOS)
}
Store (0x06, NCMD)
If (LEqual (SLPO, One))
{
Store (OPTF, MLTF)
Store (Zero, SLPO)
}
}
Method (_PS3, 0, NotSerialized)
{
P8XH (Zero, 0xF2)
If (LEqual (OMPR, 0x03))
{
P8XH (Zero, 0xF3)
PHSR (0xB4)
OPOF ()
Store (One, DGOS)
Store (0x02, OMPR)
Store (0x03, _PSC)
}
}