projects
/
test
/
tct
/
native
/
api.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c739790
)
[ITC][device][ACR-1280][Added enum for power lock]
author
Priya Kohli
<priya.kohli@samsung.com>
Thu, 6 Sep 2018 06:28:08 +0000
(11:58 +0530)
committer
Awadhesh sikarwar
<awad.singh@gmail.com>
Thu, 6 Sep 2018 07:20:34 +0000
(07:20 +0000)
Change-Id: Ie744d17f8194ec89192ea467912c6b05565ea56f
Signed-off-by: Priya Kohli <priya.kohli@samsung.com>
src/itc/device/ITs-device_power.c
patch
|
blob
|
history
diff --git
a/src/itc/device/ITs-device_power.c
b/src/itc/device/ITs-device_power.c
index 7652607710cde7ef7be6ac6e5be057835385ffe2..b06158e9106acc61b5d525b0edfcabbb5570ee66 100755
(executable)
--- a/
src/itc/device/ITs-device_power.c
+++ b/
src/itc/device/ITs-device_power.c
@@
-84,7
+84,7
@@
int ITc_device_power_request_release_lock_p(void)
{
START_TEST;
- power_lock_e power_locks[] = { POWER_LOCK_CPU, POWER_LOCK_DISPLAY };
+ power_lock_e power_locks[] = { POWER_LOCK_CPU, POWER_LOCK_DISPLAY
, POWER_LOCK_DISPLAY_DIM
};
int enum_size = sizeof(power_locks) / sizeof(power_locks[0]);
int enum_counter = 0;
@@
-139,4
+139,4
@@
int ITc_power_wakeup_p(void)
return 0;
}
/** @} */
-/** @} */
\ No newline at end of file
+/** @} */