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/ipodmini1g.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/ipodmini1g.h')
-rw-r--r-- | firmware/export/config/ipodmini1g.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/firmware/export/config/ipodmini1g.h b/firmware/export/config/ipodmini1g.h index 3ab96e3a62..fc33ba3ba4 100644 --- a/firmware/export/config/ipodmini1g.h +++ b/firmware/export/config/ipodmini1g.h | |||
@@ -124,10 +124,10 @@ | |||
124 | #define HAVE_HEADPHONE_DETECTION | 124 | #define HAVE_HEADPHONE_DETECTION |
125 | 125 | ||
126 | #define BATTERY_CAPACITY_DEFAULT 400 /* default battery capacity */ | 126 | #define BATTERY_CAPACITY_DEFAULT 400 /* default battery capacity */ |
127 | #define BATTERY_CAPACITY_MIN 400 /* min. capacity selectable */ | 127 | #define BATTERY_CAPACITY_MIN 400 /* min. capacity selectable */ |
128 | #define BATTERY_CAPACITY_MAX 800 /* max. capacity selectable */ | 128 | #define BATTERY_CAPACITY_MAX 1000 /* max. capacity selectable */ |
129 | #define BATTERY_CAPACITY_INC 10 /* capacity increment */ | 129 | #define BATTERY_CAPACITY_INC 10 /* capacity increment */ |
130 | #define BATTERY_TYPES_COUNT 1 /* only one type */ | 130 | #define BATTERY_TYPES_COUNT 1 /* only one type */ |
131 | 131 | ||
132 | /* define current usage levels */ | 132 | /* define current usage levels */ |
133 | #define CURRENT_NORMAL 50 /* PP5024 uses ~40mA, so add some for disk */ | 133 | #define CURRENT_NORMAL 50 /* PP5024 uses ~40mA, so add some for disk */ |