index
:
rockbox.git
master
v3.0
v3.1
v3.10
v3.11
v3.12
v3.13
v3.14
v3.15
v3.2
v3.3
v3.4
v3.5
v3.6
v3.7
v3.8
v3.9
The Rockbox source code.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
firmware
/
export
/
powermgmt.h
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-28
xduoox20: UI Simulator support
Solomon Peachy
1
-1
/
+1
2016-04-04
Fix checking for CONFIG_CHARGING
Mihail Zenkov
1
-1
/
+1
2012-10-06
Add set_sleeptimer_duration function in minutes
Richard Quirk
1
-1
/
+1
2012-01-07
powermgmt-target.h: move prototypes to powermgmt.h
Rafaël Carré
1
-0
/
+2
2012-01-03
Rework powermgmt to enable code re-use on appliation and sims.
Thomas Martitz
1
-7
/
+10
2011-12-31
ypr0: Enable battery voltage read-out, charging monitoring and charger detect...
Thomas Martitz
1
-1
/
+1
2011-12-26
Option to restart running sleep timer on keypress.
Nick Peskett
1
-0
/
+1
2011-03-08
Bring idle poweroff to RaaA and the sim
Thomas Jarosch
1
-1
/
+1
2011-03-02
Introduce "power" thread for RaaA
Thomas Jarosch
1
-3
/
+3
2011-02-28
Move sleep timer code outside of PLATFORM_NATIVE ifdef so RaaA can access it
Thomas Jarosch
1
-0
/
+1
2010-09-03
powermgmt.h: include config.h
Rafaël Carré
1
-0
/
+1
2010-06-21
Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...
Thomas Martitz
1
-2
/
+2
2010-03-20
Submit FS#11065. Introduce a new system setting for en-/disabling the Line-ou...
Andree Buschmann
1
-0
/
+3
2010-03-16
Disable runtime estimation altogether when there is no runtime current define...
Michael Giacomelli
1
-5
/
+1
2010-03-03
FS#10756 - Free unused init code
Thomas Martitz
1
-1
/
+1
2009-06-29
1 mA gets rounded to 0 during computation, so use 2 mA as the default.
Michael Giacomelli
1
-5
/
+5
2009-06-29
Clean up nested defines in powermngt.h while I'm at it.
Michael Giacomelli
1
-8
/
+4
2009-06-29
Protect CURRENT_REMOTE define with an ifndef.
Michael Giacomelli
1
-0
/
+2
2009-06-29
Move Archos battery runtime estimation defines into config files instead of p...
Michael Giacomelli
1
-7
/
+9
2009-01-11
c200v1/e200v1: Add battery charging. This should be usable on v2 players but ...
Michael Sevakis
1
-2
/
+5
2008-12-24
Simplify powermgmt thread loops so it calls functions turn (no more power_thr...
Michael Sevakis
1
-122
/
+73
2008-12-21
Gigabeat S: Implement charging and power control to charge from AC or USB. Ho...
Michael Sevakis
1
-8
/
+40
2008-10-31
cleanup storage defines
Frank Gevaerts
1
-2
/
+2
2008-10-29
use ARCHOS_ONDIO* defines when checking for ondio
Frank Gevaerts
1
-1
/
+1
2008-08-21
Add rough estimate for iPod 4G power consumption. Probably a little off, but...
Michael Giacomelli
1
-1
/
+7
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
1
-2
/
+4
2008-04-20
Adding new setting to System Settings <Accessory Power Supply -- off by defau...
Andree Buschmann
1
-1
/
+3
2008-02-10
Commit FS#8379 by Andree Buschmann. Disables much of the remaining unneeded ...
Michael Giacomelli
1
-7
/
+11
2007-11-14
Accept FS#8139 - Correct assumed current consumption for iPod Video
Jonathan Gordon
1
-5
/
+5
2007-11-01
Lets use the measurements Toni took months ago for the Sansa battery, instead...
Michael Giacomelli
1
-1
/
+5
2007-08-17
First step of powermanagement rework: * Move target specific stuff into targe...
Jens Arnold
1
-1
/
+9
2007-08-15
Switch to using millivolt for battery voltage and other internal voltages. * ...
Jens Arnold
1
-7
/
+6
2007-08-12
Enable a lot more features for simulators and add stubs where necessary, simu...
Nils Wallménius
1
-28
/
+28
2007-07-14
Correction for ipod video and nano battery type. FS #7216 by Andree Buschmann
Peter D'Hoye
1
-1
/
+13
2007-06-29
Shutdown and powermanagement cleanup: * Use the proper function for determini...
Jens Arnold
1
-3
/
+0
2007-05-15
Make it possible to select the correct battery capacity on ipod video, defaul...
Nils Wallménius
1
-9
/
+10
2006-11-11
Improved power management (FS#3001). Shutdown rockbox when the battery gets t...
Barry Wardell
1
-10
/
+24
2006-10-30
General: changed local adc to voltage conversions in several places to use ba...
Michael Sevakis
1
-1
/
+4
2006-06-06
Work-in-progress rework of charging status reading & display: * Changed sever...
Jens Arnold
1
-12
/
+10
2006-04-16
Commit tagcache in background when possible (at least dircache enabled).
Miika Pekkarinen
1
-0
/
+1
2006-04-15
Move the battery min/max capacity to player config files and add an increment...
Zakk Roberts
1
-18
/
+0
2006-03-04
Archos V1 recorder charging path #2927 by Alun Thomas
Jörg Hohensohn
1
-3
/
+3
2006-01-25
New "battery benchmark" plugin by Alexander Spyridakis, modified a bit by me
Hristo Kovachev
1
-0
/
+2
2006-01-19
Make sure that no targets lose charging related features from those red build...
Brandon Low
1
-2
/
+0
2006-01-19
Attempt fix to broken builds pt. 2
Hristo Kovachev
1
-1
/
+1
2006-01-19
Charging state reporting on H3x0
Brandon Low
1
-3
/
+27
2005-09-14
The power thread now monitors the shutdown process and forces a poweroff if i...
Linus Nielsen Feltzing
1
-1
/
+1
2005-07-09
Wrong iriver model check
Linus Nielsen Feltzing
1
-2
/
+2
2005-07-05
More accurate runtime estimate calculation for iriver (still not very
Miika Pekkarinen
1
-11
/
+15
2005-07-05
New poweroff handling, using the SYS_POWEROFF event, allowing plugins to save...
Linus Nielsen Feltzing
1
-0
/
+1
[next]