summaryrefslogtreecommitdiffstats
path: root/firmware/export/config
diff options
context:
space:
mode:
authorAlbert Barca <albert_barca@yahoo.com>2012-02-13 18:49:38 +0100
committerNils Wallménius <nils@rockbox.org>2012-02-13 18:49:38 +0100
commit580303bb3efcc416be32a151b857fb5f4f8763b5 (patch)
treeb88cffbb35d4fc4b765ad5fdf31a4bf36b4d9b0b /firmware/export/config
parente61f42ae410d75755e84b0eed061a59618c2c930 (diff)
downloadrockbox-580303bb3efcc416be32a151b857fb5f4f8763b5.tar.gz
rockbox-580303bb3efcc416be32a151b857fb5f4f8763b5.zip
FS#12569 - iPod Classic - battery capacity update
Change-Id: Ibc4d873fb142954e274f7fc0f2782f4e022e2f81 Signed-off-by: Nils Wallménius <nils@rockbox.org>
Diffstat (limited to 'firmware/export/config')
-rw-r--r--firmware/export/config/ipod6g.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/firmware/export/config/ipod6g.h b/firmware/export/config/ipod6g.h
index d6300011e4..16e114bf9b 100644
--- a/firmware/export/config/ipod6g.h
+++ b/firmware/export/config/ipod6g.h
@@ -137,10 +137,10 @@
/* The number of bytes reserved for loadable plugins */
#define PLUGIN_BUFFER_SIZE 0x80000
-// TODO: Figure out real values
-#define BATTERY_CAPACITY_DEFAULT 400 /* default battery capacity */
+/* 6g has a standard battery of 550mAh, except for the thick 6g (2007 160gb) which has a standard battery of 850mAh */
+#define BATTERY_CAPACITY_DEFAULT 550 /* default battery capacity */
#define BATTERY_CAPACITY_MIN 300 /* min. capacity selectable */
-#define BATTERY_CAPACITY_MAX 500 /* max. capacity selectable */
+#define BATTERY_CAPACITY_MAX 1000 /* max. capacity selectable */
#define BATTERY_CAPACITY_INC 10 /* capacity increment */
#define BATTERY_TYPES_COUNT 1 /* only one type */