From: yakui_zhao <yakui.zhao@intel.com>
To: lenb@kernel.org
Cc: linux-acpi@vger.kernel.org
Subject: [PATCH]: ACPI: Add HP nc6000 into DMI power check table to disable power state check in power transition
Date: Mon, 11 May 2009 09:28:03 +0800 [thread overview]
Message-ID: <1242005283.3773.136.camel@localhost.localdomain> (raw)
From: Zhao Yakui <yakui.zhao@intel.com>
On the HP nc6000 there exists the bogus _OFF object for the power resource,
which causes that the power resource can't be turned off and then the device
can't be switched to D3 state correctly.
Add the HP nc6000 into DMI power check table to disable the power state check
in power transistion.
http://bugzilla.kernel.org/show_bug.cgi?id=13243
Signed-off-by: Zhao Yakui <yakui.zhao@intel.com>
---
drivers/acpi/bus.c | 9 +++++++++
1 file changed, 9 insertions(+)
Index: linux-2.6/drivers/acpi/bus.c
===================================================================
--- linux-2.6.orig/drivers/acpi/bus.c 2009-05-04 08:42:43.000000000 +0800
+++ linux-2.6/drivers/acpi/bus.c 2009-05-11 08:57:49.000000000 +0800
@@ -63,6 +63,15 @@
DMI_MATCH(DMI_BIOS_VENDOR, "Phoenix Technologies LTD"),
DMI_MATCH(DMI_SYS_VENDOR, "HP Pavilion 05"),
DMI_MATCH(DMI_PRODUCT_VERSION, "2001211RE101GLEND") }, NULL},
+ {
+ .callback = set_power_nocheck,
+ .ident = "HP nc6000",
+ .matches = {
+ DMI_MATCH(DMI_BIOS_VENDOR, "Hewlett-Packard"),
+ DMI_MATCH(DMI_PRODUCT_VERSION, "F.15"),
+ DMI_MATCH(DMI_BOARD_NAME, "0890"),
+ },
+ },
{},
};
next reply other threads:[~2009-05-11 1:25 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-05-11 1:28 yakui_zhao [this message]
2009-05-30 0:49 ` [PATCH]: ACPI: Add HP nc6000 into DMI power check table to disable power state check in power transition 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=1242005283.3773.136.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