Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 54d690d3 authored by Abhijeet Dharmapurikar's avatar Abhijeet Dharmapurikar
Browse files

battery: wait 500mS between steps for taper stepper



Currently the code only waits 100mS between steps. The hardware
could take longer to deglitch its signals and status. Extend the
wait to 500mS.

Change-Id: I4a037f85f43bc670c5a357e4ecb46962b0d33598
Signed-off-by: default avatarAbhijeet Dharmapurikar <adharmap@codeaurora.org>
parent 211e3cc2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -291,7 +291,7 @@ static struct class_attribute pl_attributes[] = {
 *  TAPER  *
************/
#define MINIMUM_PARALLEL_FCC_UA		500000
#define PL_TAPER_WORK_DELAY_MS		100
#define PL_TAPER_WORK_DELAY_MS		500
#define TAPER_RESIDUAL_PCT		75
static void pl_taper_work(struct work_struct *work)
{