From: Alexey Starikovskiy <alexey.y.starikovskiy@linux.intel.com>
To: Tilman Schmidt <tilman@imap.cc>
Cc: Andrew Morton <akpm@osdl.org>,
Maciej Rutecki <maciej.rutecki@gmail.com>,
linux-kernel@vger.kernel.org, linux-acpi@vger.kernel.org
Subject: Re: 2.6.20-rc6-mm3
Date: Wed, 31 Jan 2007 15:29:26 +0300 [thread overview]
Message-ID: <45C08BA6.5000209@linux.intel.com> (raw)
In-Reply-To: <45C07FBF.3080000@imap.cc>
[-- Attachment #1: Type: text/plain, Size: 878 bytes --]
Tilman Schmidt wrote:
> On Tue, 30 Jan 2007 17:25:25 -0800, Andrew Morton wrote:
>
>> On Wed, 31 Jan 2007 02:16:43 +0100
>> Tilman Schmidt <tilman@imap.cc> wrote:
>>
>>
>>> Am 30.01.2007 23:18 schrieb Maciej Rutecki:
>>>
>>>> Second problem, power button doesn't work. When I pressed it, I has this
>>>> error:
>>>>
>>>> ACPI Error (evevent-0305): No installed handler for fixed event
>>>> [00000002] [20070126]
>>>>
>>> Same here, minus the message. (Or perhaps I just don't know where to look.)
>>> Problem also exists in 2.6.20-rc6-mm2. With 2.6.20-rc6-git1 the power
>>> button of this machine works fine.
>>>
>> That's significant - in your case at least the 2.6.20-rc6-mm3 ACPI update
>> isn't the cause.
>>
>
> Is there anything specific I should test, or Big Bisect time?
>
>
This patch should fix the issue...
Regards,
Alex.
[-- Attachment #2: fix-button_c.patch --]
[-- Type: text/plain, Size: 835 bytes --]
Correct id for fixed buttons.
ACPI_BUTTON_HID_POWERF was changed, but this change was not propogated to button.c,
thus breaking detection of fixed power and sleep buttons.
From: Alexey Starikovskiy <alexey.y.starikovskiy@linux.intel.com>
---
drivers/acpi/button.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/acpi/button.c b/drivers/acpi/button.c
index ac86058..c726612 100644
--- a/drivers/acpi/button.c
+++ b/drivers/acpi/button.c
@@ -75,7 +75,7 @@ static int acpi_button_state_open_fs(str
static struct acpi_driver acpi_button_driver = {
.name = ACPI_BUTTON_DRIVER_NAME,
.class = ACPI_BUTTON_CLASS,
- .ids = "ACPI_FPB,ACPI_FSB,PNP0C0D,PNP0C0C,PNP0C0E",
+ .ids = "button_power,button_sleep,PNP0C0D,PNP0C0C,PNP0C0E",
.ops = {
.add = acpi_button_add,
.remove = acpi_button_remove,
next prev parent reply other threads:[~2007-01-31 12:29 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20070129204528.eb8d695e.akpm@osdl.org>
[not found] ` <45BFC442.5000903@gmail.com>
2007-01-30 22:27 ` 2.6.20-rc6-mm3 Andrew Morton
2007-01-31 0:55 ` 2.6.20-rc6-mm3 Karsten Wiese
2007-01-31 13:22 ` 2.6.20-rc6-mm3 Ingo Molnar
2007-01-31 14:25 ` 2.6.20-rc6-mm3 Karsten Wiese
2007-02-01 8:01 ` 2.6.20-rc6-mm3 Ingo Molnar
2007-02-01 10:44 ` 2.6.20-rc6-mm3 Karsten Wiese
2007-02-01 11:12 ` 2.6.20-rc6-mm3 Karsten Wiese
2007-02-01 11:12 ` 2.6.20-rc6-mm3 Karsten Wiese
2007-02-03 0:37 ` 2.6.20-rc6-mm3 Pavel Machek
2007-02-01 13:03 ` [PATCH -mm] gtod persistent clock resume fix Thomas Gleixner
2007-01-31 11:54 ` 2.6.20-rc6-mm3 Maciej Rutecki
2007-02-01 4:10 ` 2.6.20-rc6-mm3 Len Brown
2007-02-01 4:17 ` 2.6.20-rc6-mm3 Andrew Morton
[not found] ` <45BFEDFB.6000500@imap.cc>
2007-01-31 1:25 ` 2.6.20-rc6-mm3 Andrew Morton
2007-01-31 11:38 ` 2.6.20-rc6-mm3 Tilman Schmidt
2007-01-31 12:29 ` Alexey Starikovskiy [this message]
2007-01-31 16:02 ` 2.6.20-rc6-mm3 Maciej Rutecki
2007-01-31 18:28 ` 2.6.20-rc6-mm3 Tilman Schmidt
2007-02-06 22:11 ` [-mm patch] #ifdef ACPI_FUTURE_USAGE acpi_os_readable() Adrian Bunk
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=45C08BA6.5000209@linux.intel.com \
--to=alexey.y.starikovskiy@linux.intel.com \
--cc=akpm@osdl.org \
--cc=linux-acpi@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=maciej.rutecki@gmail.com \
--cc=tilman@imap.cc \
/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).