All of lore.kernel.org
 help / color / mirror / Atom feed
* ACPI / PM: Blacklist Vaio VGN-FW520F machine known to require acpi_sleep=nonvs
@ 2011-09-22  5:55 Bogdan Radulescu
  2011-09-23 22:05 ` Rafael J. Wysocki
  2011-10-05 20:47 ` Rafael J. Wysocki
  0 siblings, 2 replies; 3+ messages in thread
From: Bogdan Radulescu @ 2011-09-22  5:55 UTC (permalink / raw)
  To: lenb; +Cc: linux-acpi, rjw

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: ACPI / PM: Blacklist Vaio VGN-FW520F machine known to require acpi_sleep=nonvs
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Rafael J. Wysocki @ 2011-09-23 22:05 UTC (permalink / raw)
  To: Len Brown (Intel); +Cc: Bogdan Radulescu, lenb, linux-acpi

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: ACPI / PM: Blacklist Vaio VGN-FW520F machine known to require acpi_sleep=nonvs
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Rafael J. Wysocki @ 2011-10-05 20:47 UTC (permalink / raw)
  To: Bogdan Radulescu; +Cc: lenb, linux-acpi

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-10-05 20:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.