This patch adds kernel side invocation of wakeup reason detection mechanism. Signed-off-by: Lv Zheng <lv.zheng@xxxxxxxxx> --- drivers/acpi/sleep.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/acpi/sleep.c b/drivers/acpi/sleep.c index 7c70c3c..9b245a6 100644 --- a/drivers/acpi/sleep.c +++ b/drivers/acpi/sleep.c @@ -963,6 +963,8 @@ static int acpi_s2idle_prepare(void) } if (acpi_sci_irq_valid()) enable_irq_wake(acpi_sci_irq); + pr_info(PREFIX "Low-level suspend completed\n"); + acpi_detect_wakeup_reasons(); return 0; } -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html