diff options
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/lenovo/x60/acpi/ec.asl | 23 |
1 files changed, 0 insertions, 23 deletions
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 <ec/lenovo/h8/acpi/ec.asl> - -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) - } - - -} |