X60: Add notification for LID objects
Signed-off-by: Sven Schnelle <svens@stackframe.org> Acked-by: Sven Schnelle <svens@stackframe.org> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6458 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
e10699905e
commit
0446f9630b
|
@ -95,6 +95,16 @@ Device(EC)
|
|||
Notify (AC, 0x80)
|
||||
}
|
||||
|
||||
Method(_Q2A, 0, NotSerialized)
|
||||
{
|
||||
Notify(\_SB.PCI0.LPCB.EC.LID, 0x80)
|
||||
}
|
||||
|
||||
Method(_Q2B, 0, NotSerialized)
|
||||
{
|
||||
Notify(\_SB.PCI0.LPCB.EC.LID, 0x80)
|
||||
}
|
||||
|
||||
|
||||
#include "ac.asl"
|
||||
#include "battery.asl"
|
||||
|
|
Loading…
Reference in New Issue