From e2f379c9cd89795b943f9189c34ef9b4ad994e26 Mon Sep 17 00:00:00 2001 From: David Ng Date: Thu, 13 Sep 2012 16:22:52 -0700 Subject: [PATCH] init: qcom: Enable sensors on MSM8974 Setup sensors directory structure and start sensors service on MSM8974. Change-Id: I3f6c9e9d0aaa03c09ea5c1fe0cfda2bacb46c87e --- rootdir/etc/init.qcom.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rootdir/etc/init.qcom.sh b/rootdir/etc/init.qcom.sh index da7157e1..091973c2 100755 --- a/rootdir/etc/init.qcom.sh +++ b/rootdir/etc/init.qcom.sh @@ -129,5 +129,7 @@ case "$target" in start profiler_daemon;; esac ;; - + "msm8974") + start_sensors + ;; esac