From 5ca914bc64829f097629661c2f48492c81cfd77e Mon Sep 17 00:00:00 2001 From: Vladimir Serbinenko Date: Sun, 2 Feb 2014 18:44:42 +0100 Subject: lenovo/x60: Unify volume button handling with common code. Change-Id: I45fe44a91f9f83a510b204e01dbaff9e8a9696ca Signed-off-by: Vladimir Serbinenko Reviewed-on: http://review.coreboot.org/5099 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Ronald G. Minnich --- src/mainboard/lenovo/x60/acpi/ec.asl | 23 ----------------------- 1 file changed, 23 deletions(-) (limited to 'src/mainboard/lenovo/x60') diff --git a/src/mainboard/lenovo/x60/acpi/ec.asl b/src/mainboard/lenovo/x60/acpi/ec.asl index fc02199f97..a92bc4ac51 100644 --- a/src/mainboard/lenovo/x60/acpi/ec.asl +++ b/src/mainboard/lenovo/x60/acpi/ec.asl @@ -20,26 +20,3 @@ */ #include - -Scope(\_SB.PCI0.LPCB.EC) -{ - /* Volume down */ - Method(_Q1C, 0, NotSerialized) - { - Trap(SMI_SAVE_CMOS) - } - - /* Volume up */ - Method(_Q1D, 0, NotSerialized) - { - Trap(SMI_SAVE_CMOS) - } - - /* Mute key pressed */ - Method(_Q1E, 0, NotSerialized) - { - Trap(SMI_SAVE_CMOS) - } - - -} -- cgit v1.2.3