public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
From: "Rafael J. Wysocki" <rjw@sisk.pl>
To: Bogdan Radulescu <bogdan@nimblex.net>
Cc: lenb@kernel.org, linux-acpi@vger.kernel.org
Subject: Re: ACPI / PM: Blacklist Vaio VGN-FW520F machine known to require acpi_sleep=nonvs
Date: Wed, 5 Oct 2011 22:47:29 +0200	[thread overview]
Message-ID: <201110052247.29763.rjw@sisk.pl> (raw)
In-Reply-To: <CAKu+J91Apx2YWfYC=u=kZ_dD9jSvtHvPg1UgxUPiJeBchh-YRQ@mail.gmail.com>

On Thursday, September 22, 2011, Bogdan Radulescu wrote:
> Sony Vaio VGN-FW520F does not resume correctly without
> acpi_sleep=nonvs, so add it to the ACPI sleep blacklist.
> References: https://bugzilla.kernel.org/show_bug.cgi?id=16396#c86
> 
> Signed-off-by: Bogdan Radulescu <bogdan@nimblex.net>

Applied to linux-pm/linux-next.  I'm going to push this patch for 3.2.

Thanks,
Rafael


> ---
> --- sleep.c.orig        2011-09-21 08:36:08.000000000 +0300
> +++ sleep.c     2011-09-21 08:40:23.000000000 +0300
> @@ -428,6 +428,14 @@ static struct dmi_system_id __initdata a
>                DMI_MATCH(DMI_PRODUCT_NAME, "1000 Series"),
>                },
>        },
> +       {
> +       .callback = init_nvs_nosave,
> +       .ident = "Sony Vaio VGN-FW520F",
> +       .matches = {
> +               DMI_MATCH(DMI_SYS_VENDOR, "Sony Corporation"),
> +               DMI_MATCH(DMI_PRODUCT_NAME, "VGN-FW520F"),
> +               },
> +       },
>        {},
>  };
>  #endif /* CONFIG_SUSPEND */
> ---
> 
> 


      parent reply	other threads:[~2011-10-05 20:45 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-22  5:55 ACPI / PM: Blacklist Vaio VGN-FW520F machine known to require acpi_sleep=nonvs Bogdan Radulescu
2011-09-23 22:05 ` Rafael J. Wysocki
2011-10-05 20:47 ` Rafael J. Wysocki [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201110052247.29763.rjw@sisk.pl \
    --to=rjw@sisk.pl \
    --cc=bogdan@nimblex.net \
    --cc=lenb@kernel.org \
    --cc=linux-acpi@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox