diff options
Diffstat (limited to 'src/superio/ite')
-rw-r--r-- | src/superio/ite/it8720f/acpi/superio.asl | 4 | ||||
-rw-r--r-- | src/superio/ite/it8721f/acpi/superio.asl | 1 | ||||
-rw-r--r-- | src/superio/ite/it8784e/acpi/superio.asl | 1 |
3 files changed, 6 insertions, 0 deletions
diff --git a/src/superio/ite/it8720f/acpi/superio.asl b/src/superio/ite/it8720f/acpi/superio.asl index fdd8f7ea3b..95b09e17a8 100644 --- a/src/superio/ite/it8720f/acpi/superio.asl +++ b/src/superio/ite/it8720f/acpi/superio.asl @@ -127,6 +127,7 @@ Device(SUPERIO_DEV) { #undef SUPERIO_PNP_HID #undef SUPERIO_PNP_LDN #undef SUPERIO_PNP_DDN + #undef SUPERIO_PNP_NO_DIS #undef SUPERIO_PNP_PM_REG #undef SUPERIO_PNP_PM_VAL #undef SUPERIO_PNP_PM_LDN @@ -158,6 +159,7 @@ Device(SUPERIO_DEV) { #undef SUPERIO_PNP_HID #undef SUPERIO_PNP_LDN #undef SUPERIO_PNP_DDN + #undef SUPERIO_PNP_NO_DIS #undef SUPERIO_PNP_PM_REG #undef SUPERIO_PNP_PM_VAL #undef SUPERIO_PNP_PM_LDN @@ -167,6 +169,7 @@ Device(SUPERIO_DEV) { #undef SUPERIO_PNP_IRQ0 #undef SUPERIO_PNP_IRQ1 #undef SUPERIO_PNP_DMA + #define SUPERIO_PNP_NO_DIS #define SUPERIO_PNP_LDN 7 #define SUPERIO_PNP_IO0 0x08, 0x08 #define SUPERIO_PNP_IO1 0x08, 0x08 @@ -178,6 +181,7 @@ Device(SUPERIO_DEV) { #undef SUPERIO_PNP_HID #undef SUPERIO_PNP_LDN #undef SUPERIO_PNP_DDN + #undef SUPERIO_PNP_NO_DIS #undef SUPERIO_PNP_PM_REG #undef SUPERIO_PNP_PM_VAL #undef SUPERIO_PNP_PM_LDN diff --git a/src/superio/ite/it8721f/acpi/superio.asl b/src/superio/ite/it8721f/acpi/superio.asl index 065ec52a47..22746ede03 100644 --- a/src/superio/ite/it8721f/acpi/superio.asl +++ b/src/superio/ite/it8721f/acpi/superio.asl @@ -127,6 +127,7 @@ Device(SUPERIO_DEV) { #undef SUPERIO_PNP_HID #undef SUPERIO_PNP_LDN #undef SUPERIO_PNP_DDN + #undef SUPERIO_PNP_NO_DIS #undef SUPERIO_PNP_PM_REG #undef SUPERIO_PNP_PM_VAL #undef SUPERIO_PNP_PM_LDN diff --git a/src/superio/ite/it8784e/acpi/superio.asl b/src/superio/ite/it8784e/acpi/superio.asl index c145a2b5ba..f79fc32d19 100644 --- a/src/superio/ite/it8784e/acpi/superio.asl +++ b/src/superio/ite/it8784e/acpi/superio.asl @@ -122,6 +122,7 @@ Device (SUPERIO_DEV) { #undef SUPERIO_PNP_HID #undef SUPERIO_PNP_LDN #undef SUPERIO_PNP_DDN + #undef SUPERIO_PNP_NO_DIS #undef SUPERIO_PNP_PM_REG #undef SUPERIO_PNP_PM_VAL #undef SUPERIO_PNP_PM_LDN |