diff options
author | takawata <takawata@FreeBSD.org> | 2003-07-26 09:54:17 +0000 |
---|---|---|
committer | takawata <takawata@FreeBSD.org> | 2003-07-26 09:54:17 +0000 |
commit | 50f0523b786bdd5eadd5f5378e257f396f21c78f (patch) | |
tree | 5719e6e60517d58371d04f42eb745ce8700f70ff /sys | |
parent | fa920178b0731bbdb6dc2accc40f9d1eb134b83c (diff) | |
download | FreeBSD-src-50f0523b786bdd5eadd5f5378e257f396f21c78f.zip FreeBSD-src-50f0523b786bdd5eadd5f5378e257f396f21c78f.tar.gz |
Enable wake up GPE before shutdown, not only for sleeping.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/acpica/acpi_button.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/acpica/acpi_button.c b/sys/dev/acpica/acpi_button.c index a4bebc2..f1a9221 100644 --- a/sys/dev/acpica/acpi_button.c +++ b/sys/dev/acpica/acpi_button.c @@ -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} |