power: ds2781: Lower capacity threshold for sanity check
authorGreg Meiste <w30289@motorola.com>
Wed, 8 Dec 2010 19:33:56 +0000 (13:33 -0600)
committerRebecca Schultz Zavin <rebecca@android.com>
Mon, 13 Dec 2010 21:47:21 +0000 (13:47 -0800)
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>
drivers/power/ds2781_battery.c

index ffbf45e0dce592f60b983fd9e35bcb0db408d4b5..5916eea69103f6d663850f54a3d0f9202ceac630 100644 (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