summaryrefslogtreecommitdiffstats
path: root/firmware/export/ata_idle_notify.h
AgeCommit message (Expand)AuthorFilesLines
2010-06-21Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...Thomas Martitz1-1/+1
2010-01-19undo the last commit... I'm too tired to fgure out how to make batt bench wor...Jonathan Gordon1-2/+1
2010-01-19Dont use the disk spindown notification on the mini2440, undo this if/when we...Jonathan Gordon1-1/+2
2009-10-20Correct wrong usage of event callbacks all over the place. It's not supposed ...Thomas Martitz1-4/+2
2009-10-04CONFIG_NAND is not a bitfieldDave Chapman1-1/+1
2008-11-01Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do ...Frank Gevaerts1-12/+12
2008-10-31cleanup storage definesFrank Gevaerts1-1/+2
2008-09-23Bootloaders don't need idle callbacks.Jens Arnold1-1/+2
2008-07-27Comment/line length/spelling policeBertrik Sikken1-12/+13
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-03-16Implement the playback event handling as a system-wide multi-purpose event sy...Miika Pekkarinen1-3/+7
2006-11-26dont allow the ata callbacks to be run less than once every 30s unlessJonathan Gordon1-2/+2
2006-11-08fixed once again.Jonathan Gordon1-1/+1
2006-11-08fix booboo in ata.c (SYS_POWEROFF falling into SYS_USB_CONNECTED)Jonathan Gordon1-2/+1
2006-11-08* changes to ata.c - idle callbacks are called after 2 sec of real idle,Jonathan Gordon1-5/+19
2006-11-06adds ata_idle_notify system which allows callbacks in apps/ to be calledJonathan Gordon1-0/+41