Merge "init.qcom.sh: Fix MSM8930 detection for sensors"
This commit is contained in:
commit
a106cf1632
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue