summaryrefslogtreecommitdiff
path: root/include/hooks.h
Commit message (Expand)AuthorAgeFilesLines
* Add support for calling deferred functionsRandall Spangler2013-06-251-0/+41
* Add per-second hookRandall Spangler2012-10-301-0/+1
* Add tick taskRandall Spangler2012-10-301-0/+1
* Hook functions no longer return valuesRandall Spangler2012-10-231-15/+19
* add a new hook for pre-chipset startupDavid Hendricks2012-08-291-0/+2
* Fix order of init hooks so chipset is called before power buttonRandall Spangler2012-07-241-1/+8
* Disable touchscreen when lid is closed and in S3Randall Spangler2012-05-211-0/+2
* Add AC state change hookRandall Spangler2012-05-171-0/+1
* Add hooks for chipset power transitionsRandall Spangler2012-05-091-8/+18
* Implement HOOK_SYSJUMP and use it to preserve LPC host event maskRandall Spangler2012-04-191-1/+7
* Added HOOK_INIT for driver module initsRandall Spangler2012-04-191-0/+2
* Add hooks module so modules can be notified of system-level events.Randall Spangler2012-04-191-0/+48