[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <201112020012.02213.rjw@sisk.pl>
Date: Fri, 2 Dec 2011 00:12:02 +0100
From: "Rafael J. Wysocki" <rjw@...k.pl>
To: "Keng-Yu Lin" <kengyu@...onical.com>
Cc: Len Brown <lenb@...nel.org>, linux-acpi@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] ACPI / PM: Do not save/restore NVS on Asus K54C/K54HR
On Thursday, December 01, 2011, Keng-Yu Lin wrote:
> The models do not resume correctly without acpi_sleep=nonvs.
>
> Signed-off-by: Keng-Yu Lin <kengyu@...onical.com>
Applied to linux-pm/linux-next.
Thanks,
Rafael
> ---
> drivers/acpi/sleep.c | 16 ++++++++++++++++
> 1 files changed, 16 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/acpi/sleep.c b/drivers/acpi/sleep.c
> index 6d9a3ab..0a7ed69 100644
> --- a/drivers/acpi/sleep.c
> +++ b/drivers/acpi/sleep.c
> @@ -476,6 +476,22 @@ static struct dmi_system_id __initdata acpisleep_dmi_table[] = {
> DMI_MATCH(DMI_PRODUCT_NAME, "VGN-FW520F"),
> },
> },
> + {
> + .callback = init_nvs_nosave,
> + .ident = "Asus K54C",
> + .matches = {
> + DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK Computer Inc."),
> + DMI_MATCH(DMI_PRODUCT_NAME, "K54C"),
> + },
> + },
> + {
> + .callback = init_nvs_nosave,
> + .ident = "Asus K54HR",
> + .matches = {
> + DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK Computer Inc."),
> + DMI_MATCH(DMI_PRODUCT_NAME, "K54HR"),
> + },
> + },
> {},
> };
> #endif /* CONFIG_SUSPEND */
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists