summaryrefslogtreecommitdiff
path: root/firmware/powermgmt.c
AgeCommit message (Expand)Author
2011-10-16FS:12299 Font glyph cache is no longer saved. Each font will now have its own...Fred Bauer
2011-04-16Fix premature idle shutdown on RaaA after last track finished playingThomas Jarosch
2011-03-10Don't compile handle_sleep_timer() code for the bootloaderThomas Jarosch
2011-03-10Don't call apps/ code from firmware/Thomas Jarosch
2011-03-08Bring idle poweroff to RaaA and the simThomas Jarosch
2011-03-08Move handle_auto_poweroff() down so RaaA can call it.Thomas Jarosch
2011-03-03Fix red in bootloaderThomas Jarosch
2011-03-03Fix bookmark creation on sleep timer. Fixes FS#11493Thomas Jarosch
2011-03-01Fix red - 2nd try. Use same ifdef style as in firmware/drivers/pcf50606.cThomas Jarosch
2011-03-01Fix redThomas Jarosch
2011-03-01Expose sys_poweroff() and cancel_shutdown() to RaaA. Hopefully fixes android ...Thomas Jarosch
2011-02-28Fix redThomas Jarosch
2011-02-28Move sleep timer code outside of PLATFORM_NATIVE ifdef so RaaA can access itThomas Jarosch
2011-01-23Remove code that was unintentionally kept in a resynchronized patch in FS#300...Andree Buschmann
2011-01-18Few whitespace fixes by Michael Hohmuth FS#11885Mustapha Senhaji
2010-08-11Do not return negative sleeptimer valuesMichael Chicoine
2010-07-27Add optional CURRENT_ATA in runcurrent(). On MPIO HD200 powering ata takes ~1...Marcin Bukat
2010-06-21Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...Thomas Martitz
2010-05-15Revert r26055 since it breaks certain Archos targets.Michael Sevakis
2010-05-15If HAVE_POWEROFF_WHILE_CHARGING is not defined and the charging configuration...Michael Sevakis
2010-03-16Disable runtime estimation altogether when there is no runtime current define...Michael Giacomelli
2010-03-16Remove some old archos code that caused runtime estimation to be off on AMS p...Michael Giacomelli
2010-03-09Statically init array to 0 instead of runtime memsetNils Wallménius
2010-02-14FS#10984 - multifont! 2 major additions:Jonathan Gordon
2010-01-02Submit FS#10718. Small fix to calculation of estimated runtime to avoid negat...Andree Buschmann
2009-10-21Fix another bunch of iPod Nano 2G FTL bugs. It seems to work fine for me now,...Michael Sparmann
2009-10-09Core changes to allow storage drivers to do cleanup on shutdown, and iPod Nan...Michael Sparmann
2009-07-26Re-work D2 power off behaviour.Rob Purchase
2009-05-07Jz4732: add hack to fix stack overflow in the power thread (fixes USB on non-...Maurus Cuelenaere
2009-01-11c200v1/e200v1: Add battery charging. This should be usable on v2 players but ...Michael Sevakis
2008-12-24Oops. Fix precompiler condition to be for all CONFIG_CHARGING != 0 (as it sho...Michael Sevakis
2008-12-24Fix red and yellow.Michael Sevakis
2008-12-24Simplify powermgmt thread loops so it calls functions turn (no more power_thr...Michael Sevakis
2008-12-21Fix red. Remove stale comment.Michael Sevakis
2008-12-21Gigabeat S: Implement charging and power control to charge from AC or USB. Ho...Michael Sevakis
2008-12-09Color LCDs shouldn't have to have contrast set to 0 before shutdown. If contr...Michael Sevakis
2008-12-03Hopefully mop-up remaining red.Michael Sevakis
2008-12-03Straighten out some powermanagement stuff. Give target complete control over ...Michael Sevakis
2008-11-01Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do ...Frank Gevaerts
2008-10-31cleanup storage definesFrank Gevaerts
2008-10-14Moved pcm_record from firmware to apps. Cleaned up some. Now all code using s...Björn Stenberg
2008-10-12Bootloaders don't need special handling in sys_poweroff() for recording targets.Jens Arnold
2008-07-10fix the sleeptimer which got broken in r17872 Jonathan Gordon
2008-06-29fix FS#8187 - charging breaks sleep timer. Now if the timer goes off and the ...Jonathan Gordon
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg
2008-05-19Get a good start on cleaning up powermgmt.cMichael Sevakis
2008-04-20fix red and remove tabsAndree Buschmann
2008-04-12FS#8871 by Tomasz Wasilczyk, avoid negative runtime estimation (that would la...Nils Wallménius
2008-03-11m:robe 100 - remove ugly workaround for false initial voltage readings and wa...Robert Kukla
2007-11-30Delay reading the first battery level for at least 1 tick. Seems to fix the l...Michael Sevakis