index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
firmware
/
powermgmt.c
Age
Commit message (
Expand
)
Author
2021-08-04
powermgmt: Clean up some convoluted #ifdefs
Solomon Peachy
2021-07-07
Fix red introduced in 841e704fc3
Solomon Peachy
2021-07-07
Sansa Connect: Read HDQ battery data
Tomasz Moń
2021-03-28
New port: FiiO M3K on bare metal
Aidan MacDonald
2021-03-23
Call powermgmt_init_target() before polling the battery
Aidan MacDonald
2021-03-10
usb_hid: switch Battery Strength to use feature reports
James Buren
2021-03-06
usb_hid: add support for Battery Strength
James Buren
2020-11-14
rockbox: revise charger_inserted and power_input_present functions
James Buren
2020-09-28
fix x20 and yp-r1 builds.
Solomon Peachy
2020-09-28
xduoox20: UI Simulator support
Solomon Peachy
2020-07-24
[4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice.
Solomon Peachy
2020-07-24
[3/4] Completely remove HWCODEC support
Solomon Peachy
2020-05-24
Comment details, typos
Sylvain Saubier
2018-07-28
Add cleaned-up xDuoo X3 support
Solomon Peachy
2015-02-02
iBasso DX50/DX90: Major code cleanup and reorganization.
Udo Schläpfer
2015-01-11
Make a few local variables static
Thomas Jarosch
2015-01-08
Clarify usb_powered() and fix some code.
Amaury Pouly
2014-09-18
Introducing Targets iBasso DX50 & iBasso DX90
Simon Rothen
2012-10-06
Add set_sleeptimer_duration function in minutes
Richard Quirk
2012-03-15
imx233: enable charging in bootloader USB mode by including powermgmt
Amaury Pouly
2012-01-21
Fix FS#12555: Use smoothed battery voltage for level and runtime calculation
Boris Gjenero
2012-01-07
lcd-remote-target.h: Use only in firmware/target/
Rafaël Carré
2012-01-07
powermgmt.c : include lcd-remote.h only when needed
Rafaël Carré
2012-01-03
Rework powermgmt to enable code re-use on appliation and sims.
Thomas Martitz
2012-01-02
ypr0: Fix power off at low battery.
Thomas Martitz
2011-12-31
ypr0: Enable battery voltage read-out, charging monitoring and charger detect...
Thomas Martitz
2011-12-26
Option to restart running sleep timer on keypress.
Nick Peskett
2011-10-16
FS:12299 Font glyph cache is no longer saved. Each font will now have its own...
Fred Bauer
2011-04-16
Fix premature idle shutdown on RaaA after last track finished playing
Thomas Jarosch
2011-03-10
Don't compile handle_sleep_timer() code for the bootloader
Thomas Jarosch
2011-03-10
Don't call apps/ code from firmware/
Thomas Jarosch
2011-03-08
Bring idle poweroff to RaaA and the sim
Thomas Jarosch
2011-03-08
Move handle_auto_poweroff() down so RaaA can call it.
Thomas Jarosch
2011-03-03
Fix red in bootloader
Thomas Jarosch
2011-03-03
Fix bookmark creation on sleep timer. Fixes FS#11493
Thomas Jarosch
2011-03-01
Fix red - 2nd try. Use same ifdef style as in firmware/drivers/pcf50606.c
Thomas Jarosch
2011-03-01
Fix red
Thomas Jarosch
2011-03-01
Expose sys_poweroff() and cancel_shutdown() to RaaA. Hopefully fixes android ...
Thomas Jarosch
2011-02-28
Fix red
Thomas Jarosch
2011-02-28
Move sleep timer code outside of PLATFORM_NATIVE ifdef so RaaA can access it
Thomas Jarosch
2011-01-23
Remove code that was unintentionally kept in a resynchronized patch in FS#300...
Andree Buschmann
2011-01-18
Few whitespace fixes by Michael Hohmuth FS#11885
Mustapha Senhaji
2010-08-11
Do not return negative sleeptimer values
Michael Chicoine
2010-07-27
Add optional CURRENT_ATA in runcurrent(). On MPIO HD200 powering ata takes ~1...
Marcin Bukat
2010-06-21
Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...
Thomas Martitz
2010-05-15
Revert r26055 since it breaks certain Archos targets.
Michael Sevakis
2010-05-15
If HAVE_POWEROFF_WHILE_CHARGING is not defined and the charging configuration...
Michael Sevakis
2010-03-16
Disable runtime estimation altogether when there is no runtime current define...
Michael Giacomelli
2010-03-16
Remove some old archos code that caused runtime estimation to be off on AMS p...
Michael Giacomelli
2010-03-09
Statically init array to 0 instead of runtime memset
Nils Wallménius
[next]