All of lore.kernel.org
 help / color / mirror / Atom feed
* [patch]: ACPI: Add the Pansonic CF51 box to the dmi check table
@ 2009-03-18  8:36 yakui_zhao
  2009-03-18 13:41 ` Matthew Garrett
  2009-03-28  2:21 ` Len Brown
  0 siblings, 2 replies; 9+ messages in thread
From: yakui_zhao @ 2009-03-18  8:36 UTC (permalink / raw)
  To: lenb; +Cc: linux-acpi

Subject: ACPI: Add the Pansonic CF51 box to the dmi check table
From: Zhao Yakui <yakui.zhao@intel.com>

The Pansonic CF51-2L box can't be resumed if the boot option of
"acpi_sleep=old_ordering" is not added.

Add the Pansonic CF51-2L to the dmi check table so that the old suspend
order is used.

http://bugzilla.kernel.org/show_bug.cgi?id=12561

Signed-off-by: Zhao Yakui <yakui.zhao@intel.com>
---
 drivers/acpi/sleep.c |    9 +++++++++
 1 file changed, 9 insertions(+)

Index: linux-2.6/drivers/acpi/sleep.c
===================================================================
--- linux-2.6.orig/drivers/acpi/sleep.c	2009-03-10 10:54:41.000000000 +0800
+++ linux-2.6/drivers/acpi/sleep.c	2009-03-10 11:39:42.000000000 +0800
@@ -378,6 +378,15 @@
 		DMI_MATCH(DMI_PRODUCT_NAME, "Macmini1,1"),
 		},
 	},
+	{
+	.callback = init_old_suspend_ordering,
+	.ident = "Pansonic CF51-2L",
+	.matches = {
+		DMI_MATCH(DMI_BOARD_VENDOR,
+				"Matsushita Electric Industrial Co.,Ltd."),
+		DMI_MATCH(DMI_BOARD_NAME, "CF51-2L"),
+		},
+	},
 	{},
 };
 #endif /* CONFIG_SUSPEND */



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

end of thread, other threads:[~2009-03-28  2:21 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-18  8:36 [patch]: ACPI: Add the Pansonic CF51 box to the dmi check table yakui_zhao
2009-03-18 13:41 ` Matthew Garrett
2009-03-19  1:16   ` yakui_zhao
2009-03-19  1:21     ` Matthew Garrett
2009-03-19  2:42       ` yakui_zhao
2009-03-19  2:43         ` Matthew Garrett
2009-03-19  2:50           ` yakui_zhao
2009-03-19  2:56             ` Matthew Garrett
2009-03-28  2:21 ` Len Brown

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.