summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Giacomelli <giac2000@hotmail.com>2012-11-25 22:32:50 +0100
committerMichael Giacomelli <giac2000@hotmail.com>2012-11-25 22:32:50 +0100
commit5a149587ed1f4ad3b34e0e33f71ccf2b7b9589ff (patch)
treec8b09fc873902afce0faa95e9850f9d86e04ca42
parentf6d088c232faef38b27dc74b41f78ce50076ee17 (diff)
downloadrockbox-5a149587ed1f4ad3b34e0e33f71ccf2b7b9589ff.tar.gz
rockbox-5a149587ed1f4ad3b34e0e33f71ccf2b7b9589ff.zip
Include runtime current measurements for the ipod classic.
Numbers taken from the battery benchmark wiki page. Change-Id: Id66d3a2b76d025ef688a12f11e9274afd9bdfe58
-rw-r--r--firmware/export/config/ipod6g.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config/ipod6g.h b/firmware/export/config/ipod6g.h
index 23a6ef91a3..adc9fd1d78 100644
--- a/firmware/export/config/ipod6g.h
+++ b/firmware/export/config/ipod6g.h
@@ -147,8 +147,8 @@
147#define CONFIG_CHARGING CHARGING_MONITOR 147#define CONFIG_CHARGING CHARGING_MONITOR
148 148
149/* define current usage levels */ 149/* define current usage levels */
150//TODO: #define CURRENT_NORMAL 21 /* playback @48MHz clock, backlight off */ 150#define CURRENT_NORMAL 18 /* playback @48MHz clock, backlight off */
151//TODO: #define CURRENT_BACKLIGHT 23 /* maximum brightness */ 151#define CURRENT_BACKLIGHT 23 /* maximum brightness */
152 152
153/* define this if the unit can be powered or charged via USB */ 153/* define this if the unit can be powered or charged via USB */
154#define HAVE_USB_POWER 154#define HAVE_USB_POWER