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

Commit 92312a51 authored by Dima Zavin's avatar Dima Zavin
Browse files

charger: reduce timeout for power-on with power key to 2 secs



Change-Id: I8d3a49678a7fc47282d7ab407722e7c1829e9187
Signed-off-by: default avatarDima Zavin <dima@android.com>
parent 243123fb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -53,7 +53,7 @@
#define NSEC_PER_MSEC           (1000000LL)

#define SCREEN_ON_TIME          (5 * MSEC_PER_SEC)
#define POWER_ON_KEY_TIME       (5 * MSEC_PER_SEC)
#define POWER_ON_KEY_TIME       (2 * MSEC_PER_SEC)
#define UNPLUGGED_SHUTDOWN_TIME (10 * MSEC_PER_SEC)

#define LOGE(x...) do { KLOG_ERROR("charger", x); } while (0)