diff options
Diffstat (limited to 'src/ec/lenovo/h8/acpi/thinkpad.asl')
-rw-r--r-- | src/ec/lenovo/h8/acpi/thinkpad.asl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ec/lenovo/h8/acpi/thinkpad.asl b/src/ec/lenovo/h8/acpi/thinkpad.asl index 7c5610607c..622521a9db 100644 --- a/src/ec/lenovo/h8/acpi/thinkpad.asl +++ b/src/ec/lenovo/h8/acpi/thinkpad.asl @@ -91,7 +91,7 @@ Device (HKEY) } Else { - DHKN = DHKN & !Local0 + DHKN = DHKN & ~Local0 } If (EN) { |