Change abnormal health popup lcddim lock to 60s 29/239229/1
authorYoungjae Cho <y0.cho@samsung.com>
Thu, 23 Jul 2020 01:19:15 +0000 (10:19 +0900)
committerHyotaek Shim <hyotaek.shim@samsung.com>
Thu, 23 Jul 2020 02:12:14 +0000 (02:12 +0000)
In the below commit,
6b0553796377417ea333f246742dc302e024cc6e
it is missed that update macro to 1 min.

Change-Id: I3c761d3107ff62e6137505d6fca38b5f6dec92bc
Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
(cherry picked from commit 1eb746baa6176ba20528236afc1a28e1000ff421)

src/battery/power-supply.c

index 15a78db..d22495e 100644 (file)
@@ -80,7 +80,7 @@
 
 #define RETRY_MAX 5
 #define BATTERY_CHECK_TIMER_INTERVAL 500  /* 0.5 second */
-#define LCD_DIM_TIME_IN_BATTERY_HEALTH 10000   /* ms */
+#define LCD_DIM_TIME_IN_BATTERY_HEALTH 60000   /* ms */
 
 static void uevent_power_handler(struct udev_device *dev);
 static const struct uevent_handler uh = {