ACPI: correct id for fixed buttons
authorAlexey Starikovskiy <alexey.y.starikovskiy@linux.intel.com>
Thu, 1 Feb 2007 00:00:20 +0000 (16:00 -0800)
committerLen Brown <len.brown@intel.com>
Thu, 1 Feb 2007 07:12:52 +0000 (02:12 -0500)
ACPI_BUTTON_HID_POWERF was changed, but this change was not propogated to
button.c, thus breaking detection of fixed power and sleep buttons.

Signed-off-by: Alexey Starikovskiy <alexey.y.starikovskiy@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/button.c

index 5ef885e82c78a94b7352307307ac4b5e35e0b08f..7fda02c98310ff77d422d0dc3ae50b016786471f 100644 (file)
@@ -74,7 +74,7 @@ static int acpi_button_state_open_fs(struct inode *inode, struct file *file);
 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,