The HW team was seeing the capacity reset occur in a few situations where
the reset was not desired, so they have requested the capacity threshold
be lowered from 5% to 3% to prevent the reset from occuring.
Change-Id: Id512224bbd8440eef6503ad72fce5e08f7195c2a
Signed-off-by: Greg Meiste <w30289@motorola.com>
* THRES_BATT (when battery powered) or THRES_CHRG (when on a charger), the
* ACR will be reset to a reasonable value.
*/
-#define THRES_PERCENT 5
+#define THRES_PERCENT 3
#define THRES_BATT 7500000
#define THRES_CHRG 7750000