From 0d5c6a79f61c9c919e9aa94d8a47d249480ff1be Mon Sep 17 00:00:00 2001 From: Stylogey Date: Sat, 9 May 2020 16:12:46 +0200 Subject: [PATCH] sdm660-common: remove improvetouch related stuff * Not host based touch processing isn't supported by the touchscreen. Change-Id: Ibc841d8c36eda56e58184286676e1d710ff18392 --- manifest.xml | 10 ---------- rootdir/bin/init.qcom.post_boot.sh | 8 -------- rootdir/etc/init.target.rc | 1 - rootdir/etc/ueventd.qcom.rc | 4 ---- 4 files changed, 23 deletions(-) diff --git a/manifest.xml b/manifest.xml index 9faa1df8..927edaf0 100755 --- a/manifest.xml +++ b/manifest.xml @@ -553,16 +553,6 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. default - - - vendor.qti.hardware.improvetouch.touchcompanion - hwbinder - 1.0 - - ITouchCompanion - TouchCompanionService - - vendor.qti.hardware.data.latency hwbinder diff --git a/rootdir/bin/init.qcom.post_boot.sh b/rootdir/bin/init.qcom.post_boot.sh index 478ec64d..c1670929 100644 --- a/rootdir/bin/init.qcom.post_boot.sh +++ b/rootdir/bin/init.qcom.post_boot.sh @@ -2760,14 +2760,6 @@ case "$target" in # Start cdsprpcd only for sdm660 and disable for sdm630 start vendor.cdsprpcd - - # Start Host based Touch processing - case "$hw_platform" in - "MTP" | "Surf" | "RCM" | "QRD" ) - start_hbtp - ;; - esac - ;; esac #Apply settings for sdm630 and Tahaa case "$soc_id" in diff --git a/rootdir/etc/init.target.rc b/rootdir/etc/init.target.rc index b2dcd44e..94f8a119 100755 --- a/rootdir/etc/init.target.rc +++ b/rootdir/etc/init.target.rc @@ -148,7 +148,6 @@ on post-fs-data mkdir /data/tombstones/wcnss 0771 system system mkdir /data/tombstones/dsps 0771 system system mkdir /vendor/mnt/persist/qti_fp 0700 system system - mkdir /data/vendor/hbtp 0750 system system mkdir /data/vendor/tloc 0700 system drmrpc mkdir /data/vendor/mac_addr 0770 system system mkdir /data/vendor/thermal 0771 root system diff --git a/rootdir/etc/ueventd.qcom.rc b/rootdir/etc/ueventd.qcom.rc index 50271e3c..722e97d0 100644 --- a/rootdir/etc/ueventd.qcom.rc +++ b/rootdir/etc/ueventd.qcom.rc @@ -368,10 +368,6 @@ firmware_directories /vendor/firmware_mnt/image/ /sys/class/fts/touch_aoi aoi_set 0660 root system /sys/class/fts/touch_aoi power_set 0660 root system -#ImproveTouch device -/dev/hbtp_input 0660 system system -/dev/hbtp_vm 0660 system system - # Add device block for FRP /dev/block/platform/soc/7824900.sdhci/by-name/config 0600 system system /dev/block/platform/soc/7464900.sdhci/by-name/frp 0600 system system