]> Git Repo - linux.git/blobdiff - drivers/acpi/bus.c
ACPICA: AcpiSrc: Fix some translation issues for Linux conversion
[linux.git] / drivers / acpi / bus.c
index 3263b68cdfa3ea3404d8eb647fe317f28bc1c8ce..3188da3df8da945f1c4d5150e0254f592ec6c291 100644 (file)
@@ -250,6 +250,10 @@ static int __acpi_bus_set_power(struct acpi_device *device, int state)
                return -ENODEV;
        }
 
+       /* For D3cold we should execute _PS3, not _PS4. */
+       if (state == ACPI_STATE_D3_COLD)
+               object_name[3] = '3';
+
        /*
         * Transition Power
         * ----------------
This page took 0.031683 seconds and 4 git commands to generate.