Author: svens Date: Mon Mar 21 15:43:09 2011 New Revision: 6457 URL: https://tracker.coreboot.org/trac/coreboot/changeset/6457
Log: X60: remove beep call from _Q26/_Q27 no need to trigger sound, the EC takes care of generating the annoying AC state beep if enabled in the sound mask. 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 Sun Mar 20 20:34:05 2011 (r6456) +++ trunk/src/mainboard/lenovo/x60/acpi/ec.asl Mon Mar 21 15:43:09 2011 (r6457) @@ -87,14 +87,12 @@ Method(_Q26, 0, NotSerialized) { Notify (AC, 0x80) - Beep(6) } /* AC status change: not present */ Method(_Q27, 0, NotSerialized) { Notify (AC, 0x80) - Beep(6) } -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

