projects
/
platform
/
core
/
system
/
deviced.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f424fbe
)
power: change PowerChangeState reason to 0
06/275806/1
author
Youngjae Cho
<y0.cho@samsung.com>
Thu, 2 Jun 2022 05:05:27 +0000
(14:05 +0900)
committer
Youngjae Cho
<y0.cho@samsung.com>
Thu, 2 Jun 2022 05:05:27 +0000
(14:05 +0900)
Change-Id: I597f90d4ecae63b7cf645431f2ef09bb86fa02c8
Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
src/power/power-dbus.c
patch
|
blob
|
history
diff --git
a/src/power/power-dbus.c
b/src/power/power-dbus.c
index
e1f2b9c
..
3f82a3a
100644
(file)
--- a/
src/power/power-dbus.c
+++ b/
src/power/power-dbus.c
@@
-307,7
+307,7
@@
static GVariant *dbus_power_change_state(GDBusConnection *conn,
goto out;
}
- power_request_change_state_strict(POWER_STATE_ALL, next,
900
0, NULL);
+ power_request_change_state_strict(POWER_STATE_ALL, next, 0, NULL);
out:
return g_variant_new("(i)", ret);