diff --git a/src/ec/google/chromeec/acpi/superio.asl b/src/ec/google/chromeec/acpi/superio.asl index 39e60a3b96..b27f6d604a 100644 --- a/src/ec/google/chromeec/acpi/superio.asl +++ b/src/ec/google/chromeec/acpi/superio.asl @@ -155,7 +155,7 @@ Device (SIO) { #ifdef SIO_EC_PS2K_IRQ SIO_EC_PS2K_IRQ #else - IRQNoFlags () {1} + IRQ (Edge, ActiveHigh, ExclusiveAndWake) {1} #endif }) @@ -167,7 +167,7 @@ Device (SIO) { #ifdef SIO_EC_PS2K_IRQ SIO_EC_PS2K_IRQ #else - IRQNoFlags () {1} + IRQ (Edge, ActiveHigh, ExclusiveAndWake) {1} #endif } EndDependentFn ()