summaryrefslogtreecommitdiffstats
path: root/firmware/ata_idle_notify.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-20Correct wrong usage of event callbacks all over the place. It's not supposed ...Thomas Martitz1-4/+4
2008-11-01Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do ...Frank Gevaerts1-5/+5
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-03-17It makes more sense for the callback registrar to decide if its a "oneshot" t...Jonathan Gordon1-2/+2
2008-03-16Implement the playback event handling as a system-wide multi-purpose event sy...Miika Pekkarinen1-52/+9
2006-12-06Fix settings not saving to disk correctly, (fixes FS#6408)Jonathan Gordon1-2/+5
2006-11-26dont allow the ata callbacks to be run less than once every 30s unlessJonathan Gordon1-6/+10
2006-11-08* changes to ata.c - idle callbacks are called after 2 sec of real idle,Jonathan Gordon1-7/+9
2006-11-06adds ata_idle_notify system which allows callbacks in apps/ to be calledJonathan Gordon1-0/+96