summaryrefslogtreecommitdiffstats
path: root/sys/arch/arm/include/apmvar.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* flense more trailing whitespacephessler2019-01-221-5/+5
|
* remove trailing whitespace in the Laptop Package part of the license text.phessler2019-01-221-4/+4
| | | | no words or punctation were modified.
* Oh well, APM_USER_HIBERNATE_REQ being used in MI code, needs to be definedmiod2015-02-071-1/+2
| | | | in all MD apmvar.h.
* Add APM_IOC_HIBERNATEderaadt2012-03-261-1/+2
|
* Add a two new ioctls to the apm(4) interface.oga2009-02-261-1/+3
| | | | | | | | | | | | | | | | | | | APM_IOC_{SUSPEND,STANDBY}_REQ: This is to fix an issue with apm suspend where a call to zzz suspended the machine immediately, not giving anyone listening for apm events (other than apmd) a chance to deal with the upcoming change. This hit X hard since the introduction of drm, since it needs to have time to idle the 3d engine and otherwise get the device into a recoverable state. Such things are needed until we support modesetting in the kernel. Now, instead of forcing a suspend, using ioctl sends out an event similar to if you had put the lid down, giving all userland applications a chance to reply. tested by sthen@ and beck@, especial thanks to sthen for sitting there while I tried to debug this remotely, I owe him beer. Prompted by and ok deraadt@
* APM emulation framework and zaurus scoop driver. Not enabled yet.uwe2005-01-191-0/+118
ok drahn@, deraadt@