summaryrefslogtreecommitdiff
path: root/firmware/powermgmt.c (follow)
Commit message (Expand)AuthorAge
* No need to have this variable for targets that don't use itNils Wallménius2007-11-08
* Trigger an additional battery level announcement when the levelStéphane Doyon2007-11-08
* Little tidy-up on previous commit.Steve Bavin2007-11-03
* Fix recursion-stack overflow on simulator, also unify some variable names and...Steve Bavin2007-11-03
* Accept FS#7910: spontaneously speak out the battery level when it fallsStéphane Doyon2007-11-03
* Finally full multicore support for PortalPlayer 502x targets with an eye towa...Michael Sevakis2007-10-16
* Fix the LCD line remaining active after shutdown on grayscale ipods (FS#5199)...Nicolas Pennequin2007-09-29
* First step of powermanagement rework: * Move target specific stuff into targe...Jens Arnold2007-08-17
* Fix signedness bug in trickle charge proportional adjustment which became vis...Jens Arnold2007-08-16
* Switch to using millivolt for battery voltage and other internal voltages. * ...Jens Arnold2007-08-15
* Don't let the shutdown code mess with the backlight anymore on most targets. ...Jens Arnold2007-08-14
* Save a few bytes and make types more consistentNils Wallménius2007-08-12
* Enable a lot more features for simulators and add stubs where necessary, simu...Nils Wallménius2007-08-12
* Removed special X5 backlight handling, and replaced it with a generic system ...Jens Arnold2007-08-12
* More battery updates, this time for gigabeat. FS #7433 from Johnathon MihalopPeter D'Hoye2007-07-14
* Correction for ipod video and nano battery type. FS #7216 by Andree BuschmannPeter D'Hoye2007-07-14
* e200 lcd mashup: 1) Enable flipped and inverted mode. 2) Fully enable all pow...Michael Sevakis2007-07-08
* Shutdown and powermanagement cleanup: * Use the proper function for determini...Jens Arnold2007-06-29
* No more ear doctor visits after powering/unpowering the Gigabeat. Cleanup a l...Michael Sevakis2007-05-03
* Moved archos backlight code to target tree. Changed old mutlivalue CONFIG_BAC...Jens Arnold2007-04-12
* Calibrated (discharge) battery percentage table for iAudio X5(L) and M5(L). R...Jens Arnold2007-04-05
* FS#6860 - Battery calibration for Sansa. Thanks to Matthias Wientapper.Barry Wardell2007-03-23
* Rename some macros to account for the recently added M5 port. No code changes.Jens Arnold2007-03-16
* Guess there were more changes to it.:) Odd that mine built until a make clean.Michael Sevakis2007-03-09
* Some more M5 adjustments.Jens Arnold2007-03-05
* Dual core support for PP502x players (iPod G4 and later, iriver h10, Sansa - ...Daniel Ankers2007-03-04
* Add wake on alarm support for Ipods. Rename HAVE_ALARM_MOD to HAVE_ALARM_RTC ...Thom Johansen2007-02-28
* Fix CONFIG_BACKLIGHT warnings.Jens Arnold2007-02-18
* CONFIG_CHARGINGJonathan Gordon2007-02-18
* Explicilty set CONFIG_ defines to 0 which are not used.. because doing Jonathan Gordon2007-02-18
* FS#4770 - Add USB charging for the H300 seriesSteve Bavin2007-02-01
* Do not change backlight timeout and disk spindown timeout when battery is lowNils Wallménius2007-01-28
* Permanently enable powering down the disk when it's sleeping for supported ta...Nils Wallménius2007-01-23
* Update battery capacity and discharge tables to reflect current battery bench...Greg White2007-01-14
* Hxxx battery voltage level for forced shutdown was little too low.Miika Pekkarinen2007-01-08
* merge a big part of the unofficial gigabeat cvs back. Includes working bootlo...Marcoen Hirschberg2006-12-29
* fix typo, noticed by Steve GotthardtMarcoen Hirschberg2006-12-20
* Convert queues to use intptr_t for event data and return values as most of th...Michael Sevakis2006-12-19
* Oops, that'll just keep resetting the timeout to 20s every time sys_poweroff ...Michael Sevakis2006-12-07
* SWCODEC Recording: 1) Fix minor bug of not subtracting line aligment adjustme...Michael Sevakis2006-12-07
* Small delay before cutting off power to allow all hardware (especiallyMiika Pekkarinen2006-12-07
* Fix for FS#6328. Simulator battery level now goes down in roughly 1% incremen...Dan Everton2006-12-06
* first step in audio driver unification: renaming the functions to audio_*Marcoen Hirschberg2006-12-06
* Fix FS#6322. Battery level gets updated again as it should.Barry Wardell2006-11-15
* Removed anachronisms introduced with low battery shutdown patch.Michael Sevakis2006-11-14
* Improved power management (FS#3001). Shutdown rockbox when the battery gets t...Barry Wardell2006-11-11
* * changes to ata.c - idle callbacks are called after 2 sec of real idle,Jonathan Gordon2006-11-08
* Fix the sim errors in battery_read_info.Michael Sevakis2006-10-30
* General: changed local adc to voltage conversions in several places to use ba...Michael Sevakis2006-10-30
* Moved pcf50606 stuff to target directory.Michael Sevakis2006-10-25