diff options
Diffstat (limited to 'src/superio/acpi/pnp.asl')
-rw-r--r-- | src/superio/acpi/pnp.asl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/superio/acpi/pnp.asl b/src/superio/acpi/pnp.asl index dbdba5cb53..488a0db278 100644 --- a/src/superio/acpi/pnp.asl +++ b/src/superio/acpi/pnp.asl @@ -55,7 +55,7 @@ #define PNP_GENERIC_DIS(LDN) \ ENTER_CONFIG_MODE (LDN)\ - PNP_DEVICE_ACTIVE = Zero \ + PNP_DEVICE_ACTIVE = 0 \ EXIT_CONFIG_MODE ()\ |