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
This commit is contained in:
Solomon Peachy 2021-03-15 08:16:05 -04:00
parent 2d8e0f7c90
commit efe493de3d
1 changed files with 2 additions and 1 deletions

View File

@ -144,7 +144,8 @@
#define BATTERY_CAPACITY_DEFAULT_THICK 600 /* default battery capacity for the
60/80GB model */
#define BATTERY_CAPACITY_MIN 300 /* min. capacity selectable */
#define BATTERY_CAPACITY_MAX 1400 /* max. capacity selectable */
#define BATTERY_CAPACITY_MAX 3000 /* max. capacity selectable --
3rd party batteries go this high */
#define BATTERY_CAPACITY_INC 50 /* capacity increment */
#define BATTERY_TYPES_COUNT 1 /* only one type */