diff options
Diffstat (limited to 'src/ec')
-rw-r--r-- | src/ec/google/chromeec/acpi/ec.asl | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/ec/google/chromeec/acpi/ec.asl b/src/ec/google/chromeec/acpi/ec.asl index 67cee27adf..43520f7545 100644 --- a/src/ec/google/chromeec/acpi/ec.asl +++ b/src/ec/google/chromeec/acpi/ec.asl @@ -26,9 +26,6 @@ External (\_SB.DPTF.TEVT, MethodObj) External (\_SB.DPTF.TCHG, DeviceObj) #endif External (\_SB.DPTF.TPET, MethodObj) -#ifndef EC_ENABLE_LID_SWITCH -External (\_SB.LID0, DeviceObj) -#endif Device (EC0) { @@ -171,10 +168,6 @@ Device (EC0) Store (LIDS, \LIDS) #ifdef EC_ENABLE_LID_SWITCH Notify (LID0, 0x80) -#else - If (CondRefOf (\_SB.LID0)) { - Notify (\_SB.LID0, 0x80) - } #endif } @@ -185,10 +178,6 @@ Device (EC0) Store (LIDS, \LIDS) #ifdef EC_ENABLE_LID_SWITCH Notify (LID0, 0x80) -#else - If (CondRefOf (\_SB.LID0)) { - Notify (\_SB.LID0, 0x80) - } #endif } |