[Bug 230290] [patch] acpi: call sleep event handler when sleeping via command line
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Aug 8 17:35:01 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230290
--- Comment #11 from John Baldwin <jhb at FreeBSD.org> ---
Drivers get informed of suspend and resume via DEVICE_SUSPEND and DEVICE_RESUME
callbacks on the device_t. My understanding is that linuxkpi devices are still
a device_t so are still getting that callback called. Does linuxkpi hook
device_suspend and device_resume yet to forward requests to drivers?
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-acpi
mailing list