aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/lenovo/x60/acpi/ec.asl
diff options
context:
space:
mode:
authorSven Schnelle <svens@stackframe.org>2011-03-21 14:43:09 +0000
committerSven Schnelle <svens@stackframe.org>2011-03-21 14:43:09 +0000
commite10699905e793e33bb2f18aa98a301358b524901 (patch)
tree7a7b54557e76aba34cb2d55c613de7916702ffe6 /src/mainboard/lenovo/x60/acpi/ec.asl
parente6de7069def0fabe3388d3bd078a3e575d4105bf (diff)
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@stackframe.org> Acked-by: Sven Schnelle <svens@stackframe.org> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6457 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/lenovo/x60/acpi/ec.asl')
-rw-r--r--src/mainboard/lenovo/x60/acpi/ec.asl2
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 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)
}