This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#6566 - Faster drive spindown
Attached to Project:
Rockbox
Opened by Robert Cotey (coteyr) - Wednesday, 24 January 2007, 04:47 GMT+2
Last edited by Alex Parker (BigBambi) - Sunday, 06 June 2010, 00:32 GMT+2
Opened by Robert Cotey (coteyr) - Wednesday, 24 January 2007, 04:47 GMT+2
Last edited by Alex Parker (BigBambi) - Sunday, 06 June 2010, 00:32 GMT+2
|
DetailsA quick patch to allow setting the drive spin down time between 1 and 3 seconds (3 to 254 is left alone) I tried -1 (instant) and 0 (never), but instant caused all kinds of issues and the drive would actually stay powered longer (spool down the up then read then down then up then read, as opposed to down up read read down)
|
This task depends upon
If you are just listening to music and the buffer is refilled, the disk spins down
as soon as reading is done.
The low power mode will probably be removed as it is felt (at least by me) that it is
a strange idea to try to save battery whe the level is low and waste it when the level
is high. And few people like when settings are automatically changed.
Since the spindown time only matters for user actions and it can be already set for as low as 3 seconds, I don't think this patch is necessary.