Re: 2.6.20-rc6-mm3
- From: Alexey Starikovskiy <alexey.y.starikovskiy@xxxxxxxxxxxxxxx>
- Date: Wed, 31 Jan 2007 15:29:26 +0300
Tilman Schmidt wrote:
On Tue, 30 Jan 2007 17:25:25 -0800, Andrew Morton wrote:This patch should fix the issue...
On Wed, 31 Jan 2007 02:16:43 +0100
Tilman Schmidt <tilman@xxxxxxx> wrote:
Am 30.01.2007 23:18 schrieb Maciej Rutecki:That's significant - in your case at least the 2.6.20-rc6-mm3 ACPI update
Second problem, power button doesn't work. When I pressed it, I has thisSame here, minus the message. (Or perhaps I just don't know where to look.)
error:
ACPI Error (evevent-0305): No installed handler for fixed event
[00000002] [20070126]
Problem also exists in 2.6.20-rc6-mm2. With 2.6.20-rc6-git1 the power
button of this machine works fine.
isn't the cause.
Is there anything specific I should test, or Big Bisect time?
Regards,
Alex.
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@xxxxxxxxxxxxxxx>
---
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,
- Follow-Ups:
- Re: 2.6.20-rc6-mm3
- From: Tilman Schmidt
- Re: 2.6.20-rc6-mm3
- From: Maciej Rutecki
- Re: 2.6.20-rc6-mm3
- References:
- 2.6.20-rc6-mm3
- From: Andrew Morton
- Re: 2.6.20-rc6-mm3
- From: Maciej Rutecki
- Re: 2.6.20-rc6-mm3
- From: Tilman Schmidt
- Re: 2.6.20-rc6-mm3
- From: Andrew Morton
- Re: 2.6.20-rc6-mm3
- From: Tilman Schmidt
- 2.6.20-rc6-mm3
- Prev by Date: Re: [PATCH 16/23] clocksource: arm update for new flags
- Next by Date: Re: PROBLEM: ahci SATA with Intel ESB2 on 2.6.20-rc6
- Previous by thread: Re: 2.6.20-rc6-mm3
- Next by thread: Re: 2.6.20-rc6-mm3
- Index(es):