Merge branch 'wakeup-etc-rafael' into release

This commit is contained in:
Len Brown
2011-01-12 04:55:46 -05:00
8 changed files with 96 additions and 91 deletions

View File

@@ -803,7 +803,7 @@ static void acpi_bus_set_run_wake_flags(struct acpi_device *device)
/* Power button, Lid switch always enable wakeup */
if (!acpi_match_device_ids(device, button_device_ids)) {
device->wakeup.flags.run_wake = 1;
device->wakeup.flags.always_enabled = 1;
device_set_wakeup_capable(&device->dev, true);
return;
}