summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/CREDITS1
-rw-r--r--firmware/powermgmt.c4
2 files changed, 3 insertions, 2 deletions
diff --git a/docs/CREDITS b/docs/CREDITS
index 531f92d225..69804bcf12 100644
--- a/docs/CREDITS
+++ b/docs/CREDITS
@@ -305,6 +305,7 @@ Paul Jones
305Michael Giacomelli 305Michael Giacomelli
306Alex Wenger 306Alex Wenger
307Andree Buschmann 307Andree Buschmann
308Johnathon Mihalop
308The libmad team 309The libmad team
309The wavpack team 310The wavpack team
310The ffmpeg team 311The ffmpeg team
diff --git a/firmware/powermgmt.c b/firmware/powermgmt.c
index 88dc3b9473..c1321e67b4 100644
--- a/firmware/powermgmt.c
+++ b/firmware/powermgmt.c
@@ -250,7 +250,7 @@ static const unsigned short percent_to_volt_discharge[BATTERY_TYPES_COUNT][11] =
250 { 103, 118, 121, 123, 124, 125, 126, 127, 128, 129, 135 } /* NiMH */ 250 { 103, 118, 121, 123, 124, 125, 126, 127, 128, 129, 135 } /* NiMH */
251#elif CONFIG_BATTERY == BATT_LIION830 251#elif CONFIG_BATTERY == BATT_LIION830
252 /* Toshiba Gigabeat Li Ion 830mAH figured from discharge curve */ 252 /* Toshiba Gigabeat Li Ion 830mAH figured from discharge curve */
253 { 354, 357, 359, 361, 364, 366, 372, 381, 377, 381, 394 }, 253 { 348, 355, 359, 361, 363, 365, 370, 376, 380, 391, 399 },
254#elif CONFIG_BATTERY == BATT_LIION750 254#elif CONFIG_BATTERY == BATT_LIION750
255 /* Sansa Li Ion 750mAH FIXME this is a first linear approach */ 255 /* Sansa Li Ion 750mAH FIXME this is a first linear approach */
256 { 330, 339, 348, 357, 366, 375, 384, 393, 402, 411, 420 }, 256 { 330, 339, 348, 357, 366, 375, 384, 393, 402, 411, 420 },
@@ -289,7 +289,7 @@ static const unsigned short percent_to_volt_charge[11] =
289 330, 339, 348, 357, 366, 375, 384, 393, 402, 411, 420 289 330, 339, 348, 357, 366, 375, 384, 393, 402, 411, 420
290#elif CONFIG_BATTERY == BATT_LIION830 290#elif CONFIG_BATTERY == BATT_LIION830
291 /* Toshiba Gigabeat Li Ion 830mAH */ 291 /* Toshiba Gigabeat Li Ion 830mAH */
292 354, 357, 359, 361, 364, 366, 372, 381, 377, 381, 394 292 348, 355, 359, 361, 363, 365, 370, 376, 380, 391, 399
293#elif CONFIG_BATTERY == BATT_LPCS355385 293#elif CONFIG_BATTERY == BATT_LPCS355385
294 /* iriver H10 20GB */ 294 /* iriver H10 20GB */
295 399, 403, 406, 408, 410, 412, 415, 418, 422, 426, 431 295 399, 403, 406, 408, 410, 412, 415, 418, 422, 426, 431