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