Merge "init.qcom.sh: Fix MSM8930 detection for sensors"

This commit is contained in:
Linux Build Service Account 2012-12-04 02:15:28 -08:00 committed by Gerrit - the friendly Code Review server
commit a106cf1632
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ case "$target" in
esac esac
;; ;;
"msm8960") "msm8960")
if[ "$platformid" != "116" && "$platformid" != "142"]; then if [ "$platformid" != "116" ] && [ "$platformid" != "142" ]; then
start_sensors start_sensors
fi fi
case "$baseband" in case "$baseband" in