From 0ca316c45c14a9818018c1935434fdd65c3024e4 Mon Sep 17 00:00:00 2001 From: Matthew Leung Date: Tue, 10 Mar 2020 10:37:40 -0700 Subject: [PATCH] post_boot: Update htbp for Chitwan CDP Change-Id: I3d20b83e3df9a8f47d34955e9024c12b58fbba26 --- 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 ee1ed0ee..a76e7363 100644 --- a/rootdir/bin/init.qcom.post_boot.sh +++ b/rootdir/bin/init.qcom.post_boot.sh @@ -4988,7 +4988,7 @@ case "$target" in "MTP" | "Surf" | "RCM" ) # Start Host based Touch processing case "$platform_subtype_id" in - "0" | "1" | "2" | "3" | "4") + "0" | "1" | "2" | "3" | "4" | "5") start_hbtp ;; esac