summaryrefslogtreecommitdiff
path: root/firmware/powermgmt.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/powermgmt.c')
-rw-r--r--firmware/powermgmt.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/firmware/powermgmt.c b/firmware/powermgmt.c
index bbb98144fb..eced1a21a6 100644
--- a/firmware/powermgmt.c
+++ b/firmware/powermgmt.c
@@ -192,7 +192,7 @@ static const unsigned int battery_level_dangerous[BATTERY_TYPES_COUNT] =
192 338 192 338
193#elif CONFIG_BATTERY == BATT_LIION830 /* Gigabeat F */ 193#elif CONFIG_BATTERY == BATT_LIION830 /* Gigabeat F */
194 345 194 345
195#elif CONFIG_BATTERY == BATT_IAUDIO_X5 /* iAudio X5 */ 195#elif CONFIG_BATTERY == BATT_IAUDIO_X5M5 /* iAudio X5 */
196 354 196 354
197#elif CONFIG_BATTERY == BATT_LPCS355385 /* iriver H10 20GB: LiPolymer*/ 197#elif CONFIG_BATTERY == BATT_LPCS355385 /* iriver H10 20GB: LiPolymer*/
198 376 198 376
@@ -213,7 +213,7 @@ static const unsigned short battery_level_shutoff[BATTERY_TYPES_COUNT] =
213 302 213 302
214#elif CONFIG_BATTERY == BATT_LIION830 /* Gigabeat F */ 214#elif CONFIG_BATTERY == BATT_LIION830 /* Gigabeat F */
215 340 215 340
216#elif CONFIG_BATTERY == BATT_IAUDIO_X5 /* iAudio X5 */ 216#elif CONFIG_BATTERY == BATT_IAUDIO_X5M5 /* iAudio X5 */
217 350 217 350
218#elif CONFIG_BATTERY == BATT_LPCS355385 /* iriver H10 20GB */ 218#elif CONFIG_BATTERY == BATT_LPCS355385 /* iriver H10 20GB */
219 365 219 365
@@ -237,7 +237,7 @@ static const unsigned short percent_to_volt_discharge[BATTERY_TYPES_COUNT][11] =
237#elif CONFIG_BATTERY == BATT_LIPOL1300 237#elif CONFIG_BATTERY == BATT_LIPOL1300
238 /* Below 337 the backlight starts flickering during HD access */ 238 /* Below 337 the backlight starts flickering during HD access */
239 { 337, 365, 370, 374, 378, 382, 387, 393, 400, 408, 416 } 239 { 337, 365, 370, 374, 378, 382, 387, 393, 400, 408, 416 }
240#elif CONFIG_BATTERY == BATT_IAUDIO_X5 240#elif CONFIG_BATTERY == BATT_IAUDIO_X5M5
241 /* iAudio x5 series - still experimenting with best curve */ 241 /* iAudio x5 series - still experimenting with best curve */
242// Lithium ion discharge curve 242// Lithium ion discharge curve
243 { 355, 356, 357, 359, 362, 365, 369, 374, 380, 387, 395 } 243 { 355, 356, 357, 359, 362, 365, 369, 374, 380, 387, 395 }