Skip to content

Commit

Permalink
charger: modify usb unplugged shutdown time in power off charging
Browse files Browse the repository at this point in the history
Previous value for this feature is 10 secs which is too long,
and now change it to 2 secs.

CRs-Fixed: 535857
Change-Id: If1d74a25e00f897833092262c49a9a07d18c0674
  • Loading branch information
Xu Kai authored and hyperb1iss committed Oct 7, 2013
1 parent 1a4cc44 commit 55a9140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charger/charger.c
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@

#define BATTERY_UNKNOWN_TIME (2 * MSEC_PER_SEC)
#define POWER_ON_KEY_TIME (2 * MSEC_PER_SEC)
#define UNPLUGGED_SHUTDOWN_TIME (10 * MSEC_PER_SEC)
#define UNPLUGGED_SHUTDOWN_TIME (2 * MSEC_PER_SEC)

#define BATTERY_FULL_THRESH 95

Expand Down

0 comments on commit 55a9140

Please sign in to comment.