summaryrefslogtreecommitdiffstats
path: root/firmware/powermgmt.c
AgeCommit message (Expand)AuthorFilesLines
2004-10-19tuner cleanup + improvements:Jörg Hohensohn1-1/+1
2004-10-17moved and renamed fmradio_set/get_status to power.c, where it now additionall...Jörg Hohensohn1-1/+1
2004-10-15Another small adjustment for Ondio: Don't adjust initial battery level for no...Jens Arnold1-1/+4
2004-10-15Adjusted power thread to Ondio: no charging, no car adapter mode, different c...Jens Arnold1-1/+7
2004-10-14No hard-coded minimum capacity any moreJens Arnold1-2/+2
2004-10-08battery levels adjusted for OndioJörg Hohensohn1-0/+3
2004-10-08multiple battery types prepared (CONFIG_BATTERY)Jörg Hohensohn1-5/+5
2004-09-28a hell of a commit: changed several HAVE_xx configuration flags into multiple...Jörg Hohensohn1-2/+2
2004-08-03More const policeing step 4Jens Arnold1-6/+6
2004-07-15Now turns off the backlight when the sleeptimer expires with the charger atta...Linus Nielsen Feltzing1-0/+1
2004-07-14The music now pauses correctly in car adapter modeLinus Nielsen Feltzing1-1/+4
2004-06-22Added reset_poweroff_timer(), which can be used to prevent idle poweroff. Thi...Linus Nielsen Feltzing1-1/+8
2004-06-14The sleep timer now waits until the disk is idle before shutting downLinus Nielsen Feltzing1-0/+4
2004-02-05Better charging feedback for FM/V2 devicesLinus Nielsen Feltzing1-3/+27
2003-11-25Bug fix: Idle timeout would stop paused playback when charger was connectedBjörn Stenberg1-10/+3
2003-11-19Don't show battery meter until a proper power reading has been doneBjörn Stenberg1-6/+13
2003-10-17Car Ignition Auto Stop (patch #736339 by Craig Sather)Björn Stenberg1-5/+84
2003-10-17Fixes sleep timer when connected to charger (patch #769591 by Henrik Backe)Björn Stenberg1-7/+17
2003-09-22Removed the battery level rise limiter. This provides more accurate values th...Björn Stenberg1-5/+2
2003-08-25Slightly more correct initialization of the power/charging codeLinus Nielsen Feltzing1-1/+3
2003-08-21Measured voltages for LiIon. I found rockbox-liion.gifUwe Freese1-4/+2
2003-06-09Report max 99% battery level during chargingBjörn Stenberg1-0/+4
2003-06-04Make simulator report 75% battery instead of 100%Björn Stenberg1-2/+2
2003-05-03Idle poweroff fix for FM radio, as suggested by Mike HoldenLinus Nielsen Feltzing1-0/+6
2003-03-07Don't reboot if charger is connected when sleep timer expires, just stop the ...Björn Stenberg1-2/+2
2003-03-04Massively code-policed. We keep source lines less than 80 columns...Daniel Stenberg1-125/+224
2003-03-03estimate 22 percent longer runtime when having 8 MB, assuming 192 kbps files ...Uwe Freese1-2/+11
2003-02-12disable charge control for FMUwe Freese1-5/+1
2003-01-27LiIon values for FMUwe Freese1-0/+12
2003-01-19Start new charge cycle should be possible in trickle mode. This should fix th...Uwe Freese1-1/+6
2003-01-09better estimated running time for usb modeUwe Freese1-2/+2
2002-12-18battery level 100% when trickle chg, only 1% per minute change allowed, ignor...Uwe Freese1-62/+70
2002-12-17Fixed a simulator stub for set_battery_capacity()Kjell Ericson1-0/+4
2002-12-16battery capacity (1500-2400 in 50mAh steps) saved to diskUwe Freese1-3/+3
2002-12-16stupid bug, trickle setting in menu didn't workUwe Freese1-0/+4
2002-12-15charger on if battery low at boot time, battery capacity settingsUwe Freese1-38/+52
2002-12-14battery capacity setting functionUwe Freese1-6/+12
2002-12-14we don't want battery symbol flickering while trickle chargingUwe Freese1-4/+4
2002-12-14no inclusion of apps/settings.h anymore (simulator build error), new enable_t...Uwe Freese1-16/+28
2002-12-14max charge duration now depends on batt. capacity and is a little longerUwe Freese1-4/+5
2002-12-14using the new charge state variable instead of trickle_enableUwe Freese1-21/+27
2002-12-14added trickle chargeUwe Freese1-28/+67
2002-12-04Sleeptimer now reboots instead of poweroff when charger is attachedLinus Nielsen Feltzing1-2/+10
2002-12-03Sleep timer, inspired by Jim HaganiLinus Nielsen Feltzing1-0/+38
2002-12-03Fixed build.Björn Stenberg1-0/+2
2002-12-03Finally, merged the improved power code from Uwe Freese:Björn Stenberg1-8/+142
2002-09-26Auto-poweroff restarts the timeout when extracting the chargerLinus Nielsen Feltzing1-4/+14
2002-09-25Don't auto-poweroff if USB is insertedLinus Nielsen Feltzing1-0/+2
2002-09-24Now powers off when the music is pausedLinus Nielsen Feltzing1-2/+16
2002-09-23Simulator fixLinus Nielsen Feltzing1-0/+5