Date: Sun, 22 Jan 2006 01:06:26 +0000 (UTC) From: Nate Lawson <njl@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_bus.c Message-ID: <200601220106.k0M16QJL045762@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
njl 2006-01-22 01:06:26 UTC FreeBSD src repository Modified files: sys/kern subr_bus.c Log: Add a devd(8) event that is sent after the system resumes. This can be used by utilities to reset moused(8), for example. The syntax is: !system=kern subsystem=power type=resume Note that it would be nice to have notification of suspend, but it's more difficult since there would have to be a method of doing request/ack to userland and automatically timing out if no response. apm(4) has a similar mechanism. MFC after: 2 weeks Revision Changes Path 1.190 +13 -1 src/sys/kern/subr_bus.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601220106.k0M16QJL045762>