summaryrefslogtreecommitdiffstats
path: root/samsung-ril.c
diff options
context:
space:
mode:
Diffstat (limited to 'samsung-ril.c')
-rw-r--r--samsung-ril.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/samsung-ril.c b/samsung-ril.c
index f79022a..1757f21 100644
--- a/samsung-ril.c
+++ b/samsung-ril.c
@@ -288,6 +288,9 @@ void ipc_fmt_dispatch(struct ipc_message_info *info)
case IPC_PWR_PHONE_PWR_UP:
ipc_pwr_phone_pwr_up();
break;
+ case IPC_PWR_PHONE_RESET:
+ ipc_pwr_phone_reset();
+ break;
case IPC_PWR_PHONE_STATE:
ipc_pwr_phone_state(info);
break;