Skip to content

Commit cb98555

Browse files
dsdbjorn-helgaas
authored andcommitted
Revert "ACPI: PM: Block ASUS B1400CEAE from suspend to idle by default"
This reverts commit d528486, which was originally put in place to work around a s2idle failure on this platform where the NVMe device was inaccessible upon resume. After extended testing, we found that the firmware's implementation of S3 is buggy and intermittently fails to wake up the system. We need to revert to s2idle mode. The NVMe issue has now been solved more precisely in the commit titled "PCI: Disable D3cold on Asus B1400 PCI-NVMe bridge" Link: https://bugzilla.kernel.org/show_bug.cgi?id=215742 Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Daniel Drake <[email protected]> Signed-off-by: Bjorn Helgaas <[email protected]> Acked-by: Jian-Hong Pan <[email protected]> Acked-by: Rafael J. Wysocki <[email protected]>
1 parent cdea98b commit cb98555

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

drivers/acpi/sleep.c

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -385,18 +385,6 @@ static const struct dmi_system_id acpisleep_dmi_table[] __initconst = {
385385
DMI_MATCH(DMI_PRODUCT_NAME, "20GGA00L00"),
386386
},
387387
},
388-
/*
389-
* ASUS B1400CEAE hangs on resume from suspend (see
390-
* https://bugzilla.kernel.org/show_bug.cgi?id=215742).
391-
*/
392-
{
393-
.callback = init_default_s3,
394-
.ident = "ASUS B1400CEAE",
395-
.matches = {
396-
DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),
397-
DMI_MATCH(DMI_PRODUCT_NAME, "ASUS EXPERTBOOK B1400CEAE"),
398-
},
399-
},
400388
{},
401389
};
402390

0 commit comments

Comments
 (0)