summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/powermgmt.c10
1 files changed, 3 insertions, 7 deletions
diff --git a/firmware/powermgmt.c b/firmware/powermgmt.c
index 5f112c3545..e1ec1a6017 100644
--- a/firmware/powermgmt.c
+++ b/firmware/powermgmt.c
@@ -240,14 +240,10 @@ static const unsigned short percent_to_volt_discharge[BATTERY_TYPES_COUNT][11] =
240 { 310, 355, 363, 369, 372, 374, 376, 378, 380, 386, 405 } /* NiMH */ 240 { 310, 355, 363, 369, 372, 374, 376, 378, 380, 386, 405 } /* NiMH */
241#elif CONFIG_BATTERY == BATT_LIPOL1300 241#elif CONFIG_BATTERY == BATT_LIPOL1300
242 /* Below 337 the backlight starts flickering during HD access */ 242 /* Below 337 the backlight starts flickering during HD access */
243 { 337, 365, 370, 374, 378, 382, 387, 393, 400, 408, 416 } 243 { 337, 365, 370, 374, 378, 382, 387, 393, 400, 408, 416 }
244#elif CONFIG_BATTERY == BATT_IAUDIO_X5M5 244#elif CONFIG_BATTERY == BATT_IAUDIO_X5M5
245 /* iAudio x5 series - still experimenting with best curve */ 245 /* average measured values from X5 and M5L */
246// Lithium ion discharge curve 246 { 350, 365, 372, 374, 376, 379, 384, 390, 395, 404, 412 }
247 { 355, 356, 357, 359, 362, 365, 369, 374, 380, 387, 395 }
248// Linear
249// { 355, 360, 364, 369, 373, 378, 382, 387, 391, 390, 400 }
250// { 355, 359, 363, 367, 371, 375, 379, 383, 387, 391, 395 }
251#elif CONFIG_BATTERY == BATT_LPCS355385 247#elif CONFIG_BATTERY == BATT_LPCS355385
252 /* iriver H10 20GB */ 248 /* iriver H10 20GB */
253 { 376, 380, 385, 387, 390, 395, 402, 407, 411, 418, 424 } 249 { 376, 380, 385, 387, 390, 395, 402, 407, 411, 418, 424 }