public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
From: "Rafael J. Wysocki" <rjw@sisk.pl>
To: "Len Brown (Intel)" <len.brown@intel.com>
Cc: Bogdan Radulescu <bogdan@nimblex.net>,
	lenb@kernel.org, linux-acpi@vger.kernel.org
Subject: Re: ACPI / PM: Blacklist Vaio VGN-FW520F machine known to require acpi_sleep=nonvs
Date: Sat, 24 Sep 2011 00:05:44 +0200	[thread overview]
Message-ID: <201109240005.44987.rjw@sisk.pl> (raw)
In-Reply-To: <CAKu+J91Apx2YWfYC=u=kZ_dD9jSvtHvPg1UgxUPiJeBchh-YRQ@mail.gmail.com>

Hi Len,

I sent one blacklist entry like this too some time ago with no response from
you.

Would you mind if I took those things into the linux-pm tree?

Rafael


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>
> 
> ---
> --- 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 */
> ---
> 
> 


  reply	other threads:[~2011-09-23 22:03 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 [this message]
2011-10-05 20:47 ` Rafael J. Wysocki

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=201109240005.44987.rjw@sisk.pl \
    --to=rjw@sisk.pl \
    --cc=bogdan@nimblex.net \
    --cc=len.brown@intel.com \
    --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