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:
Sven Schnelle 2011-03-21 14:43:21 +00:00
parent e10699905e
commit 0446f9630b
1 changed files with 10 additions and 0 deletions

View File

@ -95,6 +95,16 @@ Device(EC)
Notify (AC, 0x80) 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 "ac.asl"
#include "battery.asl" #include "battery.asl"