[coreboot] [commit] r6457 - trunk/src/mainboard/lenovo/x60/acpi

repository service svn at coreboot.org
Mon Mar 21 15:43:09 CET 2011


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 <svens at stackframe.org>
Acked-by: Sven Schnelle <svens at stackframe.org>

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)
 	}
 
 




More information about the coreboot mailing list