From 5abb37c83690d895d13faf96bbe8e0db9f0fd469 Mon Sep 17 00:00:00 2001 From: yuanliu Date: Mon, 5 May 2014 15:57:24 -0700 Subject: [PATCH] init.qcom.rc: Add service cnss-daemon to bootup Start service cnss-daemon on bootup which communicate with WLAN host driver and QMI location server on LPSS. The cnss-daemon starts with root permisson. It will acquire suitble system permission and drop root permission when it's running. Change-Id: I799e1001a6fcb6cda872db425b4e2d41b443b0c0 CRs-Fixed: 655468 --- rootdir/etc/init.qcom.rc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index d724e1fb..1fb71fea 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -626,6 +626,9 @@ service cnss_diag /system/bin/cnss_diag --q group root oneshot +service cnss-daemon /system/bin/cnss-daemon -n -l + class late_start + service dhcpcd_bt-pan /system/bin/dhcpcd -BKLG class late_start disabled