From 75652ba45ec99bd2a88dbb93d73ac1388cccdcda Mon Sep 17 00:00:00 2001 From: Satheesh Jayakumar Date: Mon, 20 Aug 2012 17:24:44 -0700 Subject: [PATCH] GPS: Starts gpsone_daemon at boot up for 8960 target Changes to init.qcom.sh to launch the GpsOne Daemon at boot-up for the 8960 targets in order to service assistance server connection requests from the modem. CRs-Fixed: 399608 Change-Id: I91b9f8131290cb4f309fb466227514750a4c09f6 --- rootdir/etc/init.qcom.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootdir/etc/init.qcom.sh b/rootdir/etc/init.qcom.sh index da7157e1..5d0bec05 100755 --- a/rootdir/etc/init.qcom.sh +++ b/rootdir/etc/init.qcom.sh @@ -74,7 +74,7 @@ done # Start gpsone_daemon for SVLTE Type I & II devices # case "$target" in - "msm7630_fusion") + "msm7630_fusion" | "msm8960") start gpsone_daemon esac case "$baseband" in