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