Enable wake up GPE before shutdown, not only for sleeping.
This commit is contained in:
parent
fa920178b0
commit
50f0523b78
@ -64,6 +64,7 @@ static device_method_t acpi_button_methods[] = {
|
||||
DEVMETHOD(device_probe, acpi_button_probe),
|
||||
DEVMETHOD(device_attach, acpi_button_attach),
|
||||
DEVMETHOD(device_suspend, acpi_button_suspend),
|
||||
DEVMETHOD(device_shutdown, acpi_button_suspend),
|
||||
DEVMETHOD(device_resume, acpi_button_resume),
|
||||
|
||||
{0, 0}
|
||||
|
Loading…
x
Reference in New Issue
Block a user