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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"