public inbox for linux-acpi@vger.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

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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox