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
/
powermgmt.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-12-24
Fix red and yellow.
Michael Sevakis
1
-3
/
+13
2008-12-24
Simplify powermgmt thread loops so it calls functions turn (no more power_thr...
Michael Sevakis
1
-824
/
+376
2008-12-21
Fix red. Remove stale comment.
Michael Sevakis
1
-2
/
+0
2008-12-21
Gigabeat S: Implement charging and power control to charge from AC or USB. Ho...
Michael Sevakis
1
-39
/
+91
2008-12-09
Color LCDs shouldn't have to have contrast set to 0 before shutdown. If contr...
Michael Sevakis
1
-2
/
+2
2008-12-03
Hopefully mop-up remaining red.
Michael Sevakis
1
-0
/
+2
2008-12-03
Straighten out some powermanagement stuff. Give target complete control over ...
Michael Sevakis
1
-6
/
+18
2008-11-01
Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do ...
Frank Gevaerts
1
-9
/
+9
2008-10-31
cleanup storage defines
Frank Gevaerts
1
-3
/
+3
2008-10-14
Moved pcm_record from firmware to apps. Cleaned up some. Now all code using s...
Björn Stenberg
1
-3
/
+0
2008-10-12
Bootloaders don't need special handling in sys_poweroff() for recording targets.
Jens Arnold
1
-1
/
+1
2008-07-10
fix the sleeptimer which got broken in r17872
Jonathan Gordon
1
-1
/
+1
2008-06-29
fix FS#8187 - charging breaks sleep timer. Now if the timer goes off and the ...
Jonathan Gordon
1
-4
/
+6
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
1
-2
/
+4
2008-05-19
Get a good start on cleaning up powermgmt.c
Michael Sevakis
1
-454
/
+402
2008-04-20
fix red and remove tabs
Andree Buschmann
1
-1
/
+8
2008-04-12
FS#8871 by Tomasz Wasilczyk, avoid negative runtime estimation (that would la...
Nils Wallménius
1
-0
/
+4
2008-03-11
m:robe 100 - remove ugly workaround for false initial voltage readings and wa...
Robert Kukla
1
-0
/
+3
2007-11-30
Delay reading the first battery level for at least 1 tick. Seems to fix the l...
Michael Sevakis
1
-0
/
+3
2007-11-25
Convert 2 more settings to table settings. * Fix duplicate value display if t...
Jens Arnold
1
-6
/
+1
2007-11-08
No need to have this variable for targets that don't use it
Nils Wallménius
1
-0
/
+4
2007-11-08
Trigger an additional battery level announcement when the level
Stéphane Doyon
1
-1
/
+1
2007-11-03
Little tidy-up on previous commit.
Steve Bavin
1
-5
/
+7
2007-11-03
Fix recursion-stack overflow on simulator, also unify some variable names and...
Steve Bavin
1
-22
/
+41
2007-11-03
Accept FS#7910: spontaneously speak out the battery level when it falls
Stéphane Doyon
1
-0
/
+26
2007-10-16
Finally full multicore support for PortalPlayer 502x targets with an eye towa...
Michael Sevakis
1
-2
/
+2
2007-09-29
Fix the LCD line remaining active after shutdown on grayscale ipods (FS#5199)...
Nicolas Pennequin
1
-0
/
+4
2007-08-17
First step of powermanagement rework: * Move target specific stuff into targe...
Jens Arnold
1
-162
/
+21
2007-08-16
Fix signedness bug in trickle charge proportional adjustment which became vis...
Jens Arnold
1
-1
/
+1
2007-08-15
Switch to using millivolt for battery voltage and other internal voltages. * ...
Jens Arnold
1
-126
/
+115
2007-08-14
Don't let the shutdown code mess with the backlight anymore on most targets. ...
Jens Arnold
1
-10
/
+0
2007-08-12
Save a few bytes and make types more consistent
Nils Wallménius
1
-2
/
+2
2007-08-12
Enable a lot more features for simulators and add stubs where necessary, simu...
Nils Wallménius
1
-8
/
+14
2007-08-12
Removed special X5 backlight handling, and replaced it with a generic system ...
Jens Arnold
1
-1
/
+1
2007-07-14
More battery updates, this time for gigabeat. FS #7433 from Johnathon Mihalop
Peter D'Hoye
1
-2
/
+2
2007-07-14
Correction for ipod video and nano battery type. FS #7216 by Andree Buschmann
Peter D'Hoye
1
-0
/
+20
2007-07-08
e200 lcd mashup: 1) Enable flipped and inverted mode. 2) Fully enable all pow...
Michael Sevakis
1
-2
/
+2
2007-06-29
Shutdown and powermanagement cleanup: * Use the proper function for determini...
Jens Arnold
1
-12
/
+1
2007-05-03
No more ear doctor visits after powering/unpowering the Gigabeat. Cleanup a l...
Michael Sevakis
1
-18
/
+3
2007-04-12
Moved archos backlight code to target tree. Changed old mutlivalue CONFIG_BAC...
Jens Arnold
1
-1
/
+1
2007-04-05
Calibrated (discharge) battery percentage table for iAudio X5(L) and M5(L). R...
Jens Arnold
1
-7
/
+3
2007-03-23
FS#6860 - Battery calibration for Sansa. Thanks to Matthias Wientapper.
Barry Wardell
1
-0
/
+10
2007-03-16
Rename some macros to account for the recently added M5 port. No code changes.
Jens Arnold
1
-3
/
+3
2007-03-09
Guess there were more changes to it.:) Odd that mine built until a make clean.
Michael Sevakis
1
-0
/
+3
2007-03-05
Some more M5 adjustments.
Jens Arnold
1
-3
/
+3
2007-03-04
Dual core support for PP502x players (iPod G4 and later, iriver h10, Sansa - ...
Daniel Ankers
1
-1
/
+2
2007-02-28
Add wake on alarm support for Ipods. Rename HAVE_ALARM_MOD to HAVE_ALARM_RTC ...
Thom Johansen
1
-2
/
+2
2007-02-18
Fix CONFIG_BACKLIGHT warnings.
Jens Arnold
1
-1
/
+1
2007-02-18
CONFIG_CHARGING
Jonathan Gordon
1
-7
/
+7
2007-02-18
Explicilty set CONFIG_ defines to 0 which are not used.. because doing
Jonathan Gordon
1
-2
/
+2
[prev]
[next]