Merge "msm8998: Fix improve touch daemon cfg in post boot"

This commit is contained in:
Linux Build Service Account 2017-06-20 01:34:43 -07:00 committed by Gerrit - the friendly Code Review server
commit a367e34153
1 changed files with 4 additions and 0 deletions

View File

@ -2540,6 +2540,10 @@ case "$target" in
platform_major_version=$((10#${platform_version}>>16)) platform_major_version=$((10#${platform_version}>>16))
fi fi
if [ -f /sys/devices/soc0/platform_subtype_id ]; then
platform_subtype_id=`cat /sys/devices/soc0/platform_subtype_id`
fi
case "$soc_id" in case "$soc_id" in
"292") #msm8998 apq8098_latv "292") #msm8998 apq8098_latv
# Start Host based Touch processing # Start Host based Touch processing