1. 2acc0ac Updated our source code header to explicitly mention that we are GPL v2 or by Daniel Stenberg · 16 years ago
  2. 850a112 Adding new setting to System Settings <Accessory Power Supply -- off by default). This setting can be used to enable/disable the power supply for accessories. With this commit implemented for iPods with PCF50605 power controller. by Andree Buschmann · 16 years ago
  3. 054447f Commit FS#8379 by Andree Buschmann. Disables much of the remaining unneeded hardware on PP50xx targets (Ipods, Sansa, H10s, etc) resulting in a large savings in power and consequent increase in battery life. Results vary from target to target and from codec to codec, but we now approach the OF runtime on several PP devices. For now, leave base CPU clock at 30MHz, although further savings is possible with some codecs if clock is reduced. Additionally, fix battery capacity on c200 and use my measurements to improve runtime estimation for Sandisk targets. by Michael Giacomelli · 17 years ago
  4. 166aaf7 Accept FS#8139 - Correct assumed current consumption for iPod Video by Jonathan Gordon · 17 years ago
  5. 7127199 Lets use the measurements Toni took months ago for the Sansa battery, instead of the using the Archos ones. by Michael Giacomelli · 17 years ago
  6. 0fac492 First step of powermanagement rework: * Move target specific stuff into target tree, starting with battery voltage tables and voltage reading. (This revealed some incorrect percent_to_voltage_charging mappings). * Voltage reading on 1st gen ipods is now correct. * Clean up obsolete config #defines. by Jens Arnold · 17 years ago
  7. 1d1d9a8 Switch to using millivolt for battery voltage and other internal voltages. * Fix debug voltage history display. * Some code cleanup. by Jens Arnold · 17 years ago
  8. f28da1a Enable a lot more features for simulators and add stubs where necessary, simulators should now work with identical lng and voice files as the respective target by Nils Wallménius · 17 years ago
  9. 7ade147 Correction for ipod video and nano battery type. FS #7216 by Andree Buschmann by Peter D'Hoye · 17 years ago
  10. da5910e Shutdown and powermanagement cleanup: * Use the proper function for determining whether the battery level is safe, and get rid of the extra one. Low battery warning now appears at 10% or less. * Don't delay shutdown artificially by 3 seconds due to low/critical battery warning. * Shutdown at critical battery level: Skip all disk-hitting housekeeping, make sure dircache stops, and don't mark disk as clean in eeprom. by Jens Arnold · 17 years ago
  11. 7906ed34 Make it possible to select the correct battery capacity on ipod video, default is the 30GB models 400mAh, discharge curve and runtime estimation is still no calibrated. by Nils Wallménius · 17 years ago
  12. 8d2711b Improved power management (FS#3001). Shutdown rockbox when the battery gets to a level where the device doesn't function properly. Calculate remaining charging time while charging (rather than remaining running time). Show "Low Battery" and "Battery Empty" warnings. Also fixes FS#4786. by Barry Wardell · 18 years ago
  13. 9e8fe0e General: changed local adc to voltage conversions in several places to use battery_voltage. Added battery_read_info function for unfiltered battery information. x5: removed adc_read as a distinct function. Removed adc tick task. adc_init is empty inline. Adjusted battery scale, voltage to level array and read 10 bits from the ADC for battery since 255 levels is not enough for true centivolt resolution. by Michael Sevakis · 18 years ago
  14. 0dd1f8e Work-in-progress rework of charging status reading & display: * Changed several charging related HAVE_* macros into one multi-value CONFIG_CHARGING. * Always use proper macros for charging states. * Battery symbol charging animation now starts from current level on all targets with charging. Two-colour animation kept for non-b&w targets. Round down fill level while charging as before, but round to nearest pixel value for discharging on all targets. * Charging anim fixed on player. * Some code cleanup. by Jens Arnold · 18 years ago
  15. 3b31346 Commit tagcache in background when possible (at least dircache enabled). by Miika Pekkarinen · 19 years ago
  16. b61e263 Move the battery min/max capacity to player config files and add an increment setting (amount of mAh to increase/decrease by in the settings menu) for more precise battery value tweaking/limiting per-model. This allows the proper range for iAudio X5 - 950mAh, or 2250mAh for the X5L. by Zakk Roberts · 19 years ago
  17. ea5df70 Archos V1 recorder charging path #2927 by Alun Thomas by Jörg Hohensohn · 19 years ago
  18. 495c63f New "battery benchmark" plugin by Alexander Spyridakis, modified a bit by me by Hristo Kovachev · 19 years ago
  19. f3d13f9 Make sure that no targets lose charging related features from those red builds yesterday. by Brandon Low · 19 years ago
  20. 457b51d Attempt fix to broken builds pt. 2 by Hristo Kovachev · 19 years ago
  21. cdacab3 Charging state reporting on H3x0 by Brandon Low · 19 years ago
  22. 91216a5 The power thread now monitors the shutdown process and forces a poweroff if it takes more than 8 seconds. by Linus Nielsen Feltzing · 19 years ago
  23. 557308e Wrong iriver model check by Linus Nielsen Feltzing · 19 years ago
  24. 72550d9 More accurate runtime estimate calculation for iriver (still not very by Miika Pekkarinen · 19 years ago
  25. 6e80ac3 New poweroff handling, using the SYS_POWEROFF event, allowing plugins to save their settings before powering off. by Linus Nielsen Feltzing · 19 years ago
  26. 116e464 Proper 'battery level dangerous' handling for Ondio. Moved this info into an array, and removed unused #defines. by Jens Arnold · 19 years ago
  27. 43bf39e First lame attempt to show correct battery level on the iRiver by Linus Nielsen Feltzing · 20 years ago
  28. 3644fa2 patch # 1159539 from GvB: V1 charging cleanup by Jörg Hohensohn · 20 years ago
  29. d061b37 removed the practically useless "trickle charge" and "deep discharge" options, now trickle is always on and deep always off by Jörg Hohensohn · 20 years ago
  30. 2584896 More aggressive Recorder V1 charging (patch #1116884 from Jerry Van Baren) by Jörg Hohensohn · 20 years ago
  31. 247fe6d clean shutdown for idle timer and sleep timer by Christi Scarborough · 20 years ago
  32. 91846a1 New Ondio feature: Battery type setting, for correct battery level display. by Jens Arnold · 20 years ago
  33. bf58c7d The battery level thresholds for Ondio were a bit optimistic by Jens Arnold · 20 years ago
  34. c4f9693 Adjusted power thread to Ondio: no charging, no car adapter mode, different current values for runtime estimation by Jens Arnold · 20 years ago
  35. 21dc90e more realistic limits for AAA cells by Jörg Hohensohn · 20 years ago
  36. fe32456 Consistent battery capacity handling for settings and menu, adapted allowed range for Ondio by Jens Arnold · 20 years ago
  37. af2d880 battery levels adjusted for Ondio by Jörg Hohensohn · 20 years ago
  38. 43079ea multiple battery types prepared (CONFIG_BATTERY) by Jörg Hohensohn · 20 years ago
  39. e61f6fa Added reset_poweroff_timer(), which can be used to prevent idle poweroff. This is also available in the plugin API. by Linus Nielsen Feltzing · 20 years ago
  40. 4b7c742 Increased the maximum battery capacity by Linus Nielsen Feltzing · 21 years ago
  41. a258fe1 Better charging feedback for FM/V2 devices by Linus Nielsen Feltzing · 21 years ago
  42. b1c429e Car Ignition Auto Stop (patch #736339 by Craig Sather) by Björn Stenberg · 21 years ago
  43. 53ee344 Slightly more correct initialization of the power/charging code by Linus Nielsen Feltzing · 21 years ago
  44. 84eb9ce Allow simulators to use battery constants by Björn Stenberg · 22 years ago
  45. f9b4490 Include File Cleanup And Move-Around Party 2003. by Daniel Stenberg · 22 years ago