mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_stone
synced 2026-01-27 17:18:49 +00:00
sm6375-common: idc: Reduce touch sensitive time pressure
* continues commit 2cc9f2b800
* Move touch hax to idc configs
Change-Id: I874b5646e317c89e0af054d3256e392b48ed32c2
This commit is contained in:
@@ -3,3 +3,15 @@ device.internal = 1
|
|||||||
keyboard.layout = uinput-fortsense
|
keyboard.layout = uinput-fortsense
|
||||||
keyboard.builtIn = 1
|
keyboard.builtIn = 1
|
||||||
keyboard.orientationAware = 1
|
keyboard.orientationAware = 1
|
||||||
|
|
||||||
|
touch.deviceType = touchScreen
|
||||||
|
touch.orientationAware = 1
|
||||||
|
touch.filter.level = 0
|
||||||
|
touch.size.calibration = diameter
|
||||||
|
touch.size.scale = 1
|
||||||
|
touch.size.bias = 0
|
||||||
|
touch.size.isSummed = 0
|
||||||
|
touch.gestureMode = pointer
|
||||||
|
touch.pressure.calibration = physical
|
||||||
|
touch.pressure.scale = 0.00000125
|
||||||
|
touch.distance.calibration = none
|
||||||
|
|||||||
@@ -14,3 +14,14 @@ keyboard.layout = uinput-fpc
|
|||||||
keyboard.builtIn = 1
|
keyboard.builtIn = 1
|
||||||
keyboard.orientationAware = 1
|
keyboard.orientationAware = 1
|
||||||
|
|
||||||
|
touch.deviceType = touchScreen
|
||||||
|
touch.orientationAware = 1
|
||||||
|
touch.filter.level = 0
|
||||||
|
touch.size.calibration = diameter
|
||||||
|
touch.size.scale = 1
|
||||||
|
touch.size.bias = 0
|
||||||
|
touch.size.isSummed = 0
|
||||||
|
touch.gestureMode = pointer
|
||||||
|
touch.pressure.calibration = physical
|
||||||
|
touch.pressure.scale = 0.00000125
|
||||||
|
touch.distance.calibration = none
|
||||||
|
|||||||
@@ -14,3 +14,14 @@ keyboard.layout = uinput-goodix
|
|||||||
keyboard.builtIn = 1
|
keyboard.builtIn = 1
|
||||||
keyboard.orientationAware = 1
|
keyboard.orientationAware = 1
|
||||||
|
|
||||||
|
touch.deviceType = touchScreen
|
||||||
|
touch.orientationAware = 1
|
||||||
|
touch.filter.level = 0
|
||||||
|
touch.size.calibration = diameter
|
||||||
|
touch.size.scale = 1
|
||||||
|
touch.size.bias = 0
|
||||||
|
touch.size.isSummed = 0
|
||||||
|
touch.gestureMode = pointer
|
||||||
|
touch.pressure.calibration = physical
|
||||||
|
touch.pressure.scale = 0.00000125
|
||||||
|
touch.distance.calibration = none
|
||||||
|
|||||||
@@ -300,20 +300,6 @@ persist.vendor.sensors.sync_request=true
|
|||||||
# Storage
|
# Storage
|
||||||
ro.incremental.enable=yes
|
ro.incremental.enable=yes
|
||||||
|
|
||||||
# Touch Hax
|
|
||||||
touch.size.scale=1
|
|
||||||
touch.size.bias=0
|
|
||||||
touch.size.isSummed=0
|
|
||||||
touch.pressure.scale=0.001
|
|
||||||
touch.distance.calibration=none
|
|
||||||
touch.distance.scale=0
|
|
||||||
touch.coverage.calibration=box
|
|
||||||
touch.gestureMode=spots
|
|
||||||
MultitouchSettleInterval=1ms
|
|
||||||
MultitouchMinDistance=1px
|
|
||||||
TapInterval=1ms
|
|
||||||
TapSlop=1px
|
|
||||||
|
|
||||||
# Thermal
|
# Thermal
|
||||||
vendor.sys.thermal.data.path=/data/vendor/thermal/
|
vendor.sys.thermal.data.path=/data/vendor/thermal/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user