From: yakui_zhao <yakui.zhao@intel.com>
To: lenb@kernel.org
Cc: linux-acpi@vger.kernel.org
Subject: [patch]: ACPI: Add the Pansonic CF51 box to the dmi check table
Date: Wed, 18 Mar 2009 16:36:25 +0800 [thread overview]
Message-ID: <1237365385.3640.43.camel@localhost.localdomain> (raw)
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 */
next reply other threads:[~2009-03-18 8:35 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-03-18 8:36 yakui_zhao [this message]
2009-03-18 13:41 ` [patch]: ACPI: Add the Pansonic CF51 box to the dmi check table 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
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=1237365385.3640.43.camel@localhost.localdomain \
--to=yakui.zhao@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;
as well as URLs for NNTP newsgroup(s).