[coreboot] [PATCH] X60: remove beep call from _Q26/_Q27

Sven Schnelle svens at stackframe.org
Tue Mar 15 15:30:10 CET 2011


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 <svens at stackframe.org>
---
 src/mainboard/lenovo/x60/acpi/ec.asl |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/mainboard/lenovo/x60/acpi/ec.asl b/src/mainboard/lenovo/x60/acpi/ec.asl
index 7e2b94d..c805e5a 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)
 	}
 
 
-- 
1.7.4.1





More information about the coreboot mailing list