Merge "init.qcom.rc: Add support for setting ssr configurations"

This commit is contained in:
Linux Build Service Account 2014-06-24 04:15:06 -07:00 committed by Gerrit - the friendly Code Review server
commit 60cabee2e9
2 changed files with 8 additions and 0 deletions

View File

@ -202,6 +202,7 @@ INIT += init.ath3k.bt.sh
INIT += qca6234-service.sh
INIT += init.qcom.audio.sh
INIT += init.qcom.ssr.sh
INIT += ssr_setup
INIT += enable_swap.sh
INIT += init.mdm.sh
INIT += init.qcom.uicc.sh

View File

@ -269,6 +269,13 @@ service usbhub_init /system/bin/usbhub_init
service qcomsysd /system/bin/qcom-system-daemon
class main
service ssr_setup /system/bin/ssr_setup
oneshot
disabled
on property:persist.sys.ssr.restart_level=*
start ssr_setup
on property:sys.boot_completed=1
write /dev/kmsg "Boot completed "