aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/ec/lenovo/h8/acpi/ec.asl2
-rw-r--r--src/mainboard/lenovo/x60/acpi/ec.asl23
2 files changed, 0 insertions, 25 deletions
diff --git a/src/ec/lenovo/h8/acpi/ec.asl b/src/ec/lenovo/h8/acpi/ec.asl
index 4b3fb12154..b8c1625dc4 100644
--- a/src/ec/lenovo/h8/acpi/ec.asl
+++ b/src/ec/lenovo/h8/acpi/ec.asl
@@ -227,7 +227,6 @@ Device(EC)
^HKEY.RHK (0x18)
}
-#if CONFIG_BOARD_LENOVO_X201
Method (_Q1C, 0, NotSerialized)
{
^HKEY.RHK (0x19)
@@ -237,7 +236,6 @@ Device(EC)
{
^HKEY.RHK (0x1A)
}
-#endif
Device (HKEY)
{
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)
- }
-
-
-}