summaryrefslogtreecommitdiff
path: root/include/hooks.h
Commit message (Expand)AuthorAgeFilesLines
* Split out power button code from switch.cRandall Spangler2013-04-251-0/+10
* Trigger dma_init() via HOOK_INITRandall Spangler2013-04-031-0/+2
* Split lid switch code out of switch.c to its own fileRandall Spangler2013-04-021-0/+2
* Add support for calling deferred functionsRandall Spangler2013-04-021-0/+41
* Call AC change hook from the hook taskRandall Spangler2013-03-191-26/+91
* 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