summaryrefslogtreecommitdiffstats
path: root/firmware/powermgmt.c
AgeCommit message (Expand)AuthorFilesLines
2005-07-11Adjustment for bootbox.Jens Arnold1-0/+2
2005-07-05New poweroff handling, using the SYS_POWEROFF event, allowing plugins to save...Linus Nielsen Feltzing1-6/+11
2005-06-23Change current estimation for USB powered mode only if CURRENT_USB is less th...Jens Arnold1-1/+1
2005-06-23New feature for units that can be powered or charged from USB (Recorder fm/v2...Jens Arnold1-1/+6
2005-06-22Better values for the iriver batteryMarcoen Hirschberg1-1/+2
2005-06-17ifdef correctionsDaniel Stenberg1-2/+2
2005-06-16Iriver: Sleep timer now powers off the box even when the charger is connected.Jens Arnold1-1/+1
2005-05-04Proper 'battery level dangerous' handling for Ondio. Moved this info into an ...Jens Arnold1-1/+14
2005-04-10Bugfixes: (1) Estimated runtime was wrong for approx. 1 minute after boot or ...Jens Arnold1-43/+41
2005-04-06First lame attempt to show correct battery level on the iRiverLinus Nielsen Feltzing1-1/+3
2005-04-06Moved the car adapter mode handling to apps/, now every thread gets SYS_CHARG...Linus Nielsen Feltzing1-54/+2
2005-04-04More audio code restructuring, mostly renaming functions so farLinus Nielsen Feltzing1-12/+12
2005-03-24sorry, the patch broke all the simsJörg Hohensohn1-0/+7
2005-03-23patch # 1159539 from GvB: V1 charging cleanupJörg Hohensohn1-360/+390
2005-03-18Properly shut down the UDA1380Linus Nielsen Feltzing1-0/+6
2005-03-03removed the practically useless "trickle charge" and "deep discharge" options...Jörg Hohensohn1-27/+6
2005-03-03More aggressive Recorder V1 charging (patch #1116884 from Jerry Van Baren)Jörg Hohensohn1-408/+411
2005-02-16Turn off the RTC alarm if it's gone off. Best not to have alarm events unles...Christi Scarborough1-1/+3
2005-02-07fixed signednessJean-Philippe Bernardy1-1/+1
2005-02-06A proper alarm clock for the V2/FM (and v1 with mod)Christi Scarborough1-2/+20
2005-02-06fix warnings / sim buildChristi Scarborough1-0/+1
2005-02-06fix warnings / sim buildChristi Scarborough1-0/+3
2005-02-06clean shutdown for idle timer and sleep timerChristi Scarborough1-2/+17
2005-02-06Aligned thread stackLinus Nielsen Feltzing1-1/+1
2005-02-05int -> longJean-Philippe Bernardy1-1/+1
2005-02-02include fixDaniel Stenberg1-1/+1
2005-02-01Only reset battery level if battery type really changed.Jens Arnold1-2/+4
2005-01-30New Ondio feature: Battery type setting, for correct battery level display.Jens Arnold1-11/+27
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