Submitter | Sven Schnelle |
---|---|
Date | 2011-03-15 14:30:10 |
Message ID | <1300199410-6701-1-git-send-email-svens@stackframe.org> |
Download | mbox | patch |
Permalink | /patch/2786/ |
State | Accepted |
Commit | r6457 |
Headers | show |
Comments
Patch
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) }
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> --- src/mainboard/lenovo/x60/acpi/ec.asl | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-)