Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 08 Aug 2018 17:34:58 +0000
From:      bugzilla-noreply@freebsd.org
To:        acpi@FreeBSD.org
Subject:   [Bug 230290] [patch] acpi: call sleep event handler when sleeping via command line
Message-ID:  <bug-230290-16045-4AspmWzZXv@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-230290-16045@https.bugs.freebsd.org/bugzilla/>
References:  <bug-230290-16045@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D230290

--- Comment #11 from John Baldwin <jhb@FreeBSD.org> ---
Drivers get informed of suspend and resume via DEVICE_SUSPEND and DEVICE_RE=
SUME
callbacks on the device_t.  My understanding is that linuxkpi devices are s=
till
a device_t so are still getting that callback called.  Does linuxkpi hook
device_suspend and device_resume yet to forward requests to drivers?

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-230290-16045-4AspmWzZXv>