]> git.baikalelectronics.ru Git - kernel.git/commit
ACPI: PM: Block ASUS B1400CEAE from suspend to idle by default
authorMario Limonciello <mario.limonciello@amd.com>
Tue, 10 May 2022 13:11:36 +0000 (08:11 -0500)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 12 May 2022 14:56:58 +0000 (16:56 +0200)
commit13cbab0c507541ba0f13c19f9ed7adc502dcc942
tree8fe1dc83e2295518de2f7141e329011b678b1d5f
parent792725f6f7f513001f264b4a5aabd045dced321e
ACPI: PM: Block ASUS B1400CEAE from suspend to idle by default

ASUS B1400CEAE fails to resume from suspend to idle by default.  This was
bisected back to commit 8310a20f20d8 ("nvme-pci: add support for ACPI
StorageD3Enable property") but this is a red herring to the problem.

Before this commit the system wasn't getting into deepest sleep state.
Presumably this commit is allowing entry into deepest sleep state as
advertised by firmware, but there are some other problems related to
the wakeup.

As it is confirmed the system works properly with S3, set the default for
this system to S3.

Reported-by: Jian-Hong Pan <jhp@endlessos.org>
Link: https://bugzilla.kernel.org/show_bug.cgi?id=215742
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
Tested-by: Jian-Hong Pan <jhp@endlessos.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/sleep.c