From e10699905e793e33bb2f18aa98a301358b524901 Mon Sep 17 00:00:00 2001 From: Sven Schnelle Date: Mon, 21 Mar 2011 14:43:09 +0000 Subject: 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 Acked-by: Sven Schnelle git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6457 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/lenovo/x60/acpi/ec.asl | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/mainboard/lenovo/x60/acpi/ec.asl') diff --git a/src/mainboard/lenovo/x60/acpi/ec.asl b/src/mainboard/lenovo/x60/acpi/ec.asl index 7e2b94d064..c805e5aef3 100644 --- a/src/mainboard/lenovo/x60/acpi/ec.asl +++ b/src/mainboard/lenovo/x60/acpi/ec.asl @@ -87,14 +87,12 @@ Device(EC) Method(_Q26, 0, NotSerialized) { Notify (AC, 0x80) - Beep(6) } /* AC status change: not present */ Method(_Q27, 0, NotSerialized) { Notify (AC, 0x80) - Beep(6) } -- cgit v1.2.3