summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndree Buschmann <AndreeBuschmann@t-online.de>2010-01-23 19:55:27 +0000
committerAndree Buschmann <AndreeBuschmann@t-online.de>2010-01-23 19:55:27 +0000
commitdefb6fb56aa3a0d66ec3c8632e101e280295245b (patch)
tree037984a64f766236a5cdb5cdf45711cf5e02b7cc
parent934e6f0bfa59b5e83bb82402c6f2376f3f3b767b (diff)
downloadrockbox-defb6fb56aa3a0d66ec3c8632e101e280295245b.tar.gz
rockbox-defb6fb56aa3a0d66ec3c8632e101e280295245b.zip
Recalculated typical current consumption for iPod Video.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24319 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/export/config/ipodvideo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config/ipodvideo.h b/firmware/export/config/ipodvideo.h
index 59ac6466e5..9aa1d49547 100644
--- a/firmware/export/config/ipodvideo.h
+++ b/firmware/export/config/ipodvideo.h
@@ -149,7 +149,7 @@
149#define HAVE_USB_POWER 149#define HAVE_USB_POWER
150 150
151/* define current usage levels */ 151/* define current usage levels */
152#define CURRENT_NORMAL 35 /* MP3: ~11h out of 400mAh battery (30GB) or ~17h out of 600mAh (60GB) */ 152#define CURRENT_NORMAL 24 /* 30MHz clock, LCD off, accessory supply on */
153#define CURRENT_BACKLIGHT 20 /* FIXME: this needs adjusting */ 153#define CURRENT_BACKLIGHT 20 /* FIXME: this needs adjusting */
154#if defined(HAVE_RECORDING) 154#if defined(HAVE_RECORDING)
155#define CURRENT_RECORD 35 /* FIXME: this needs adjusting */ 155#define CURRENT_RECORD 35 /* FIXME: this needs adjusting */