diff options
author | Sven Schnelle <svens@stackframe.org> | 2011-03-21 14:43:09 +0000 |
---|---|---|
committer | Sven Schnelle <svens@stackframe.org> | 2011-03-21 14:43:09 +0000 |
commit | e10699905e793e33bb2f18aa98a301358b524901 (patch) | |
tree | 7a7b54557e76aba34cb2d55c613de7916702ffe6 /src/mainboard/lenovo | |
parent | e6de7069def0fabe3388d3bd078a3e575d4105bf (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')
-rw-r--r-- | 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 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) } |