如下代码第三行怎么修改啊。。DSDT
If ((LIDS () != \_SB.PCI0.LPCB.H_EC.LSTE)){
LIDS = \_SB.PCI0.LPCB.H_EC.LSTE
If (IGDS)
{
If (\_SB.PCI0.GFX0.GLID (LIDS ()))
{
\_SB.PCI0.GFX0.CLID |= 0x80000000 /* External reference */
}
}
Notify (\_SB.LID0, 0x80) // Status Change
}
错误代码DSDT.dsl11672: LIDS () = \_SB.PCI0.LPCB.H_EC.LSTE
Error 6135 - ^ Unsupported feature (Method invocation cannot be a target) 第三行报错。。
页:
[1]