diff options
Diffstat (limited to 'src/ec')
-rw-r--r-- | src/ec/google/chromeec/acpi/superio.asl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ec/google/chromeec/acpi/superio.asl b/src/ec/google/chromeec/acpi/superio.asl index 0f06e30cb3..7cd65239a7 100644 --- a/src/ec/google/chromeec/acpi/superio.asl +++ b/src/ec/google/chromeec/acpi/superio.asl @@ -151,7 +151,7 @@ Device (SIO) { #ifdef SIO_EC_PS2K_IRQ SIO_EC_PS2K_IRQ #else - IRQ (Edge, ActiveHigh, ExclusiveAndWake) {1} + IRQ (Edge, ActiveHigh, Exclusive) {1} #endif }) @@ -163,7 +163,7 @@ Device (SIO) { #ifdef SIO_EC_PS2K_IRQ SIO_EC_PS2K_IRQ #else - IRQ (Edge, ActiveHigh, ExclusiveAndWake) {1} + IRQ (Edge, ActiveHigh, Exclusive) {1} #endif } EndDependentFn () |