[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <200811251036.53084.rjw@sisk.pl>
Date: Tue, 25 Nov 2008 10:36:52 +0100
From: "Rafael J. Wysocki" <rjw@...k.pl>
To: Len Brown <lenb@...nel.org>
Cc: Zhang Rui <rui.zhang@...el.com>,
"Zhao, Yakui" <yakui.zhao@...el.com>,
ACPI Devel Maling List <linux-acpi@...r.kernel.org>,
Alexey Starikovskiy <astarikovskiy@...e.de>,
LKML <linux-kernel@...r.kernel.org>, walken <walken@....org>
Subject: [PATCH] ACPI: Revert commit faee816b150238 due to regression
From: Rafael J. Wysocki <rjw@...k.pl>
Subject: ACPI: Revert commit faee816b150238 due to regression
Commit faee816b1502385dc9bc5abf2960d1cc645844d1
"ACPI: don't enable control method power button as wakeup device
when Fixed Power button is used" caused the regression tracked
as http://bugzilla.kernel.org/show_bug.cgi?id=12091 (there are no
AC adapter events on Toshiba Portege R500) and the problem this
commit was intended to fix can be fixed differently.
For this reason, the author of the commit, Zhang Rui, has requested
that it be reverted.
Signed-off-by: Rafael J. Wysocki <rjw@...k.pl>
Cc: Zhang Rui <rui.zhang@...el.com>
---
drivers/acpi/scan.c | 10 ----------
1 file changed, 10 deletions(-)
Index: linux-2.6/drivers/acpi/scan.c
===================================================================
--- linux-2.6.orig/drivers/acpi/scan.c
+++ linux-2.6/drivers/acpi/scan.c
@@ -751,16 +751,6 @@ static int acpi_bus_get_wakeup_device_fl
if (!acpi_match_device_ids(device, button_device_ids))
device->wakeup.flags.run_wake = 1;
- /*
- * Don't set Power button GPE as run_wake
- * if Fixed Power button is used
- */
- if (!strcmp(device->pnp.hardware_id, "PNP0C0C") &&
- !(acpi_gbl_FADT.flags & ACPI_FADT_POWER_BUTTON)) {
- device->wakeup.flags.run_wake = 0;
- device->wakeup.flags.valid = 0;
- }
-
end:
if (ACPI_FAILURE(status))
device->flags.wake_capable = 0;
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists