linux-acpi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ACPI / PM: Blacklist another machine that needs acpi_sleep=nonvs
@ 2010-10-17 19:01 Rafael J. Wysocki
  2010-10-26  0:14 ` Len Brown
  0 siblings, 1 reply; 6+ messages in thread
From: Rafael J. Wysocki @ 2010-10-17 19:01 UTC (permalink / raw)
  To: Len Brown
  Cc: ACPI Devel Maling List, Linux-pm mailing list, Emanuele Bigiarini

From: Rafael J. Wysocki <rjw@sisk.pl>

Sony Vaio VPCEB1Z1E is reported to require acpi_sleep=nonvs for
suspend/resume to work on it correctly, so blacklist it.

Reported-by: Emanuele Bigiarini <pulmro@gmail.com>
Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
---
 drivers/acpi/sleep.c |    8 ++++++++
 1 file changed, 8 insertions(+)

Index: linux-2.6/drivers/acpi/sleep.c
===================================================================
--- linux-2.6.orig/drivers/acpi/sleep.c
+++ linux-2.6/drivers/acpi/sleep.c
@@ -419,6 +419,14 @@ static struct dmi_system_id __initdata a
 		DMI_MATCH(DMI_PRODUCT_NAME, "Everex StepNote Series"),
 		},
 	},
+	{
+	.callback = init_nvs_nosave,
+	.ident = "Sony Vaio VPCEB1Z1E",
+	.matches = {
+		DMI_MATCH(DMI_SYS_VENDOR, "Sony Corporation"),
+		DMI_MATCH(DMI_PRODUCT_NAME, "VPCEB1Z1E"),
+		},
+	},
 	{},
 };
 #endif /* CONFIG_SUSPEND */

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

end of thread, other threads:[~2010-10-26 19:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-17 19:01 [PATCH] ACPI / PM: Blacklist another machine that needs acpi_sleep=nonvs Rafael J. Wysocki
2010-10-26  0:14 ` Len Brown
2010-10-26 13:19   ` Matthew Garrett
2010-10-26 18:49     ` Rafael J. Wysocki
2010-10-26 19:21       ` Len Brown
2010-10-26 19:23         ` Matthew Garrett

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).