From: "Rafael J. Wysocki" <rjw@sisk.pl>
To: Len Brown <lenb@kernel.org>
Cc: ACPI Devel Maling List <linux-acpi@vger.kernel.org>,
Andrew Morton <akpm@linux-foundation.org>,
LKML <linux-kernel@vger.kernel.org>,
John Brown <john.brown3@hp.com>
Subject: [PATCH] ACPI suspend: Blacklist HP xw4600 Workstation for old code ordering
Date: Tue, 14 Oct 2008 22:54:06 +0200 [thread overview]
Message-ID: <200810142254.07024.rjw@sisk.pl> (raw)
From: Rafael J. Wysocki <rjw@sisk.pl>
ACPI suspend: Blacklist HP xw4600 Workstation for old code ordering
HP xw4600 Workstation is known to require the "old" (ie. compatible
with ACPI 1.0) suspend code ordering, so blacklist it for this
purpose.
Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
Tested-by: John Brown <john.brown3@hp.com>
---
drivers/acpi/sleep/main.c | 8 ++++++++
1 file changed, 8 insertions(+)
Index: linux-2.6/drivers/acpi/sleep/main.c
===================================================================
--- linux-2.6.orig/drivers/acpi/sleep/main.c
+++ linux-2.6/drivers/acpi/sleep/main.c
@@ -298,6 +298,14 @@ static struct dmi_system_id __initdata a
DMI_MATCH(DMI_BOARD_NAME, "KN9 Series(NF-CK804)"),
},
},
+ {
+ .callback = init_old_suspend_ordering,
+ .ident = "HP xw4600 Workstation",
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "Hewlett-Packard"),
+ DMI_MATCH(DMI_PRODUCT_NAME, "HP xw4600 Workstation"),
+ },
+ },
{},
};
#endif /* CONFIG_SUSPEND */
next reply other threads:[~2008-10-14 20:50 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-10-14 20:54 Rafael J. Wysocki [this message]
2008-10-15 8:58 ` [PATCH] ACPI suspend: Blacklist HP xw4600 Workstation for old code ordering Matthew Garrett
2008-10-15 14:05 ` Rafael J. Wysocki
2008-10-15 14:15 ` Matthew Garrett
2008-10-15 20:35 ` Brown, John M (WGBU R&D)
2008-10-15 21:49 ` Len Brown
2008-10-15 22:00 ` Rafael J. Wysocki
2008-10-16 17:01 ` Brown, John M (WGBU R&D)
2008-10-16 19:31 ` Len Brown
2008-10-15 21:20 ` Rafael J. Wysocki
2008-11-22 11:11 ` Carlos Corbacho
2008-11-22 12:56 ` Rafael J. Wysocki
2008-10-16 9:13 ` Pavel Machek
2008-10-16 9:12 ` Pavel Machek
[not found] <fa./6DR3VeG3JltQZvwctIdnZpBOO8@ifi.uio.no>
[not found] ` <fa.TMVI/3KJQDTBIWAfYmLw01GczF4@ifi.uio.no>
[not found] ` <fa./GCX/x0zwCB6BIEvtQehNpVDSVk@ifi.uio.no>
[not found] ` <fa.MkpTJy5Iw9ZR3PXWpugQeK5oN1o@ifi.uio.no>
2008-10-17 4:07 ` Robert Hancock
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=200810142254.07024.rjw@sisk.pl \
--to=rjw@sisk.pl \
--cc=akpm@linux-foundation.org \
--cc=john.brown3@hp.com \
--cc=lenb@kernel.org \
--cc=linux-acpi@vger.kernel.org \
--cc=linux-kernel@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