summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorAndree Buschmann <AndreeBuschmann@t-online.de>2010-03-21 19:02:09 +0000
committerAndree Buschmann <AndreeBuschmann@t-online.de>2010-03-21 19:02:09 +0000
commit091fc75034945fe9c44ce4320231760a5c58b44e (patch)
treee722cf072f779d4109fb9e609cc1b72a1d7d16e9 /firmware/export
parentbc8b9da4d0bbc31cce46036db44ae2150e8b1277 (diff)
downloadrockbox-091fc75034945fe9c44ce4320231760a5c58b44e.tar.gz
rockbox-091fc75034945fe9c44ce4320231760a5c58b44e.zip
Update battery discharge curve and current consumption for iRiver h10 5GB. Thanks to Danny Attar for measuring.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25279 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config/iriverh10_5gb.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/firmware/export/config/iriverh10_5gb.h b/firmware/export/config/iriverh10_5gb.h
index bfc9b8ac2e..2d8124f972 100644
--- a/firmware/export/config/iriverh10_5gb.h
+++ b/firmware/export/config/iriverh10_5gb.h
@@ -113,6 +113,11 @@
113/* define this if the unit can be powered or charged via USB */ 113/* define this if the unit can be powered or charged via USB */
114#define HAVE_USB_POWER 114#define HAVE_USB_POWER
115 115
116/* define current usage levels */
117#define CURRENT_NORMAL 98 /* ~8.4h (820mAh) from bench with r25244 */
118#define CURRENT_BACKLIGHT 20 /* FIXME: this needs adjusting */
119#define CURRENT_RECORD 35 /* FIXME: this needs adjusting */
120
116#ifndef SIMULATOR 121#ifndef SIMULATOR
117 122
118/* Define this if you have a PortalPlayer PP5020 */ 123/* Define this if you have a PortalPlayer PP5020 */