summaryrefslogtreecommitdiff
path: root/firmware/export/config
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config')
-rw-r--r--firmware/export/config/ipodvideo.h13
1 files changed, 4 insertions, 9 deletions
diff --git a/firmware/export/config/ipodvideo.h b/firmware/export/config/ipodvideo.h
index e0c3bfb68e..82391d1f77 100644
--- a/firmware/export/config/ipodvideo.h
+++ b/firmware/export/config/ipodvideo.h
@@ -136,15 +136,10 @@
136#define HAVE_HEADPHONE_DETECTION 136#define HAVE_HEADPHONE_DETECTION
137 137
138/* Type of mobile power */ 138/* Type of mobile power */
139#if (MEM==32) /* this is the 30GB-model */ 139#define BATTERY_CAPACITY_DEFAULT 400 /* default battery capacity for the */
140# define BATTERY_CAPACITY_DEFAULT 400 /* default battery capacity for the 30GB model */ 140 /* 30GB model. 60/80GB would have 600 */
141# define BATTERY_CAPACITY_MIN 300 /* min. capacity selectable */ 141#define BATTERY_CAPACITY_MIN 300 /* min. capacity selectable */
142# define BATTERY_CAPACITY_MAX 1000 /* max. capacity selectable */ 142#define BATTERY_CAPACITY_MAX 1400 /* max. capacity selectable */
143#else /* these are the 60/80GB-models */
144# define BATTERY_CAPACITY_DEFAULT 600 /* default battery capacity for the 60/80GB model */
145# define BATTERY_CAPACITY_MIN 500 /* min. capacity selectable */
146# define BATTERY_CAPACITY_MAX 1400 /* max. capacity selectable */
147#endif
148#define BATTERY_CAPACITY_INC 50 /* capacity increment */ 143#define BATTERY_CAPACITY_INC 50 /* capacity increment */
149#define BATTERY_TYPES_COUNT 1 /* only one type */ 144#define BATTERY_TYPES_COUNT 1 /* only one type */
150 145