summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2021-03-15 08:16:05 -0400
committerSolomon Peachy <pizza@shaftnet.org>2021-03-15 12:17:30 +0000
commitefe493de3d57831c5b8bf5d4f3f4cc2894adb166 (patch)
treef7a7963d3aa77019bbe67dff65d19f6b3b45116a /firmware
parent2d8e0f7c907ee0d50e6e55fc9ed5f94a43ab5d67 (diff)
downloadrockbox-efe493de3d57831c5b8bf5d4f3f4cc2894adb166.tar.gz
rockbox-efe493de3d57831c5b8bf5d4f3f4cc2894adb166.zip
FS13274: Bump max battery capacity for iPod Videos to 3000mAh
3rd party batteries can go this high for users that have performed SSD mods. Change-Id: Icb34ce08e5ea345bc0fdb555bd3fd8ea9cf9e0d9
Diffstat (limited to 'firmware')
-rw-r--r--firmware/export/config/ipodvideo.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/export/config/ipodvideo.h b/firmware/export/config/ipodvideo.h
index 4385d74fda..aec362a654 100644
--- a/firmware/export/config/ipodvideo.h
+++ b/firmware/export/config/ipodvideo.h
@@ -144,7 +144,8 @@
144#define BATTERY_CAPACITY_DEFAULT_THICK 600 /* default battery capacity for the 144#define BATTERY_CAPACITY_DEFAULT_THICK 600 /* default battery capacity for the
145 60/80GB model */ 145 60/80GB model */
146#define BATTERY_CAPACITY_MIN 300 /* min. capacity selectable */ 146#define BATTERY_CAPACITY_MIN 300 /* min. capacity selectable */
147#define BATTERY_CAPACITY_MAX 1400 /* max. capacity selectable */ 147#define BATTERY_CAPACITY_MAX 3000 /* max. capacity selectable --
148 3rd party batteries go this high */
148#define BATTERY_CAPACITY_INC 50 /* capacity increment */ 149#define BATTERY_CAPACITY_INC 50 /* capacity increment */
149#define BATTERY_TYPES_COUNT 1 /* only one type */ 150#define BATTERY_TYPES_COUNT 1 /* only one type */
150 151