sdm660-common: remove improvetouch related stuff
* Not host based touch processing isn't supported by the touchscreen. Change-Id: Ibc841d8c36eda56e58184286676e1d710ff18392
This commit is contained in:
parent
4048b0aff5
commit
0d5c6a79f6
4 changed files with 0 additions and 23 deletions
10
manifest.xml
10
manifest.xml
|
@ -553,16 +553,6 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|||
<instance>default</instance>
|
||||
</interface>
|
||||
</hal>
|
||||
<!-- improveTouch Service-->
|
||||
<hal format="hidl">
|
||||
<name>vendor.qti.hardware.improvetouch.touchcompanion</name>
|
||||
<transport>hwbinder</transport>
|
||||
<version>1.0</version>
|
||||
<interface>
|
||||
<name>ITouchCompanion</name>
|
||||
<instance>TouchCompanionService</instance>
|
||||
</interface>
|
||||
</hal>
|
||||
<hal format="hidl">
|
||||
<name>vendor.qti.hardware.data.latency</name>
|
||||
<transport>hwbinder</transport>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue