From 7146cde30b4caf38cbdb13f467a3ea533e74321a Mon Sep 17 00:00:00 2001 From: Ravikanth Tuniki Date: Mon, 24 Feb 2020 12:34:02 +0530 Subject: [PATCH] sdm660: post_boot: update hbtp platform for sm8150+sdxprairie V3 Add support to launch hbtp on subtype 3 / sm8150+sdxprairie V3. Change-Id: Iead67c4d77538a97cfee086b00f9a55ec4ecee81 --- rootdir/bin/init.qcom.post_boot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootdir/bin/init.qcom.post_boot.sh b/rootdir/bin/init.qcom.post_boot.sh index d1530738..f832a155 100755 --- a/rootdir/bin/init.qcom.post_boot.sh +++ b/rootdir/bin/init.qcom.post_boot.sh @@ -4730,7 +4730,7 @@ case "$target" in "MTP" | "Surf" | "RCM" ) # Start Host based Touch processing case "$platform_subtype_id" in - "0" | "1" | "2" | "4") + "0" | "1" | "2" | "3" | "4") start_hbtp ;; esac