power: ds2781: Lower capacity threshold for sanity check

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>
This commit is contained in:
Greg Meiste
2010-12-08 13:33:56 -06:00
committed by Rebecca Schultz Zavin
parent de8a7cfc3b
commit 4e7b8a770a

View File

@@ -68,7 +68,7 @@ struct battery_status {
* 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