diff options
author | Andree Buschmann <AndreeBuschmann@t-online.de> | 2010-02-17 20:46:22 +0000 |
---|---|---|
committer | Andree Buschmann <AndreeBuschmann@t-online.de> | 2010-02-17 20:46:22 +0000 |
commit | a20d3fa3a4bd0e6eaee4829d14a677a8a9826716 (patch) | |
tree | c91f08e98dc3523a1041e39021637a7f9ed2836b /firmware/export/config/ipodmini2g.h | |
parent | 9668883bacad78570e0ff62d3ad0f442b6160247 (diff) | |
download | rockbox-a20d3fa3a4bd0e6eaee4829d14a677a8a9826716.tar.gz rockbox-a20d3fa3a4bd0e6eaee4829d14a677a8a9826716.zip |
Allow batteries with higher capacity for iPod Mini1G, Mini2G and Video (FS#8973).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24732 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config/ipodmini2g.h')
-rw-r--r-- | firmware/export/config/ipodmini2g.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/firmware/export/config/ipodmini2g.h b/firmware/export/config/ipodmini2g.h index 72e04a30db..35e9456d84 100644 --- a/firmware/export/config/ipodmini2g.h +++ b/firmware/export/config/ipodmini2g.h | |||
@@ -131,10 +131,10 @@ | |||
131 | #define HAVE_HEADPHONE_DETECTION | 131 | #define HAVE_HEADPHONE_DETECTION |
132 | 132 | ||
133 | #define BATTERY_CAPACITY_DEFAULT 400 /* default battery capacity */ | 133 | #define BATTERY_CAPACITY_DEFAULT 400 /* default battery capacity */ |
134 | #define BATTERY_CAPACITY_MIN 400 /* min. capacity selectable */ | 134 | #define BATTERY_CAPACITY_MIN 400 /* min. capacity selectable */ |
135 | #define BATTERY_CAPACITY_MAX 800 /* max. capacity selectable */ | 135 | #define BATTERY_CAPACITY_MAX 1000 /* max. capacity selectable */ |
136 | #define BATTERY_CAPACITY_INC 50 /* capacity increment */ | 136 | #define BATTERY_CAPACITY_INC 50 /* capacity increment */ |
137 | #define BATTERY_TYPES_COUNT 1 /* only one type */ | 137 | #define BATTERY_TYPES_COUNT 1 /* only one type */ |
138 | 138 | ||
139 | /* define current usage levels */ | 139 | /* define current usage levels */ |
140 | #define CURRENT_NORMAL 50 /* PP5024 uses ~40mA, so add some for disk */ | 140 | #define CURRENT_NORMAL 50 /* PP5024 uses ~40mA, so add some for disk */ |