Author: svens Date: Mon Mar 21 15:43:21 2011 New Revision: 6458 URL: https://tracker.coreboot.org/trac/coreboot/changeset/6458
Log: X60: Add notification for LID objects Signed-off-by: Sven Schnelle <[email protected]> Acked-by: Sven Schnelle <[email protected]> Modified: trunk/src/mainboard/lenovo/x60/acpi/ec.asl Modified: trunk/src/mainboard/lenovo/x60/acpi/ec.asl ============================================================================== --- trunk/src/mainboard/lenovo/x60/acpi/ec.asl Mon Mar 21 15:43:09 2011 (r6457) +++ trunk/src/mainboard/lenovo/x60/acpi/ec.asl Mon Mar 21 15:43:21 2011 (r6458) @@ -95,6 +95,16 @@ 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" -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

