diff options
Diffstat (limited to 'drivers/acpi/scan.c')
| -rw-r--r-- | drivers/acpi/scan.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/acpi/scan.c b/drivers/acpi/scan.c index 85cbfdccc97c..c8a1f3b68110 100644 --- a/drivers/acpi/scan.c +++ b/drivers/acpi/scan.c | |||
| @@ -1567,6 +1567,7 @@ static int acpi_bus_scan_fixed(void) | |||
| 1567 | ACPI_BUS_TYPE_POWER_BUTTON, | 1567 | ACPI_BUS_TYPE_POWER_BUTTON, |
| 1568 | ACPI_STA_DEFAULT, | 1568 | ACPI_STA_DEFAULT, |
| 1569 | &ops); | 1569 | &ops); |
| 1570 | device_init_wakeup(&device->dev, true); | ||
| 1570 | } | 1571 | } |
| 1571 | 1572 | ||
| 1572 | if ((acpi_gbl_FADT.flags & ACPI_FADT_SLEEP_BUTTON) == 0) { | 1573 | if ((acpi_gbl_FADT.flags & ACPI_FADT_SLEEP_BUTTON) == 0) { |
