lkml.org 
[lkml]   [2011]   [Dec]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: [PATCH] ACPI / PM: Do not save/restore NVS on Asus K54C/K54HR
Date
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@canonical.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 */
>



\
 
 \ /
  Last update: 2011-12-02 00:11    [W:0.037 / U:0.172 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site