summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/superio/winbond/w83627hf/acpi/superio.asl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/superio/winbond/w83627hf/acpi/superio.asl b/src/superio/winbond/w83627hf/acpi/superio.asl
index 5db7ca8171..f53872e035 100644
--- a/src/superio/winbond/w83627hf/acpi/superio.asl
+++ b/src/superio/winbond/w83627hf/acpi/superio.asl
@@ -1166,7 +1166,7 @@ Device(SIO) {
{
Store (0x00, Local0)
ENTER_CONFIG_MODE (5)
- If (LAnd(ACTR, IRQ1) ) {
+ If (ACTR && IRQ1) {
Store (0x0F, Local0)
}
ElseIf (Lor(LOr (IO1H, IO1L), LOr (IO2H, IO2L)))