diff options
| author | Peter D'Hoye <peter.dhoye@gmail.com> | 2006-10-21 14:47:55 +0000 |
|---|---|---|
| committer | Peter D'Hoye <peter.dhoye@gmail.com> | 2006-10-21 14:47:55 +0000 |
| commit | 9afce4d35997ce0883474d3f978aa570b7233f03 (patch) | |
| tree | 91641c02af223f9b3776662ce2ed3a9eab59afe2 /apps/plugin.c | |
| parent | e918edc48b6e79bcaf0128d562f9fb25a3e0b3ff (diff) | |
| download | rockbox-9afce4d35997ce0883474d3f978aa570b7233f03.zip rockbox-9afce4d35997ce0883474d3f978aa570b7233f03.tar.gz rockbox-9afce4d35997ce0883474d3f978aa570b7233f03.tar.bz2 rockbox-9afce4d35997ce0883474d3f978aa570b7233f03.tar.xz | |
Disk spindown control during jpeg slideshow: for times below 10s, keep the disk spinning, for longer times spin down the disk immediately after loading the picture. Inspired by #FS5653 (Paul Jam / Gwen Roelants) and Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11299 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugin.c')
| -rw-r--r-- | apps/plugin.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c index 38fdaa8..bc8419d 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -472,6 +472,7 @@ static const struct plugin_api rockbox_api = { wheel_status, wheel_send_events, #endif + ata_spindown, }; int plugin_load(const char* plugin, void* parameter) |