summaryrefslogtreecommitdiff
path: root/tcm/synaptics_touchcom_core_dev.h
diff options
context:
space:
mode:
authordavidycchen <davidycchen@google.com>2022-03-10 14:07:08 +0800
committerdavidycchen <davidycchen@google.com>2022-03-15 18:36:58 +0800
commit23bd0de511e582fcc179ca7d60be80262a979d7f (patch)
tree30f7aaba51997209b541fa9cdf1bc9b4839bd4b1 /tcm/synaptics_touchcom_core_dev.h
parentba43ce7e908a9f7f8c234d8cf4a0aa4d4a4f87fa (diff)
downloadsynaptics_touch-23bd0de511e582fcc179ca7d60be80262a979d7f.tar.gz
synaptics: support to confiure heatmap compression threshold
Read the heatmap compression threshold from the device tree and add an attribute for debugging. Bug: 223101478 Test: Be able to configure the compression threshold by attribute. Signed-off-by: davidycchen <davidycchen@google.com> Change-Id: Ia3d7f4efd3894d304e43f76224dd1d89f83a658a
Diffstat (limited to 'tcm/synaptics_touchcom_core_dev.h')
-rw-r--r--tcm/synaptics_touchcom_core_dev.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tcm/synaptics_touchcom_core_dev.h b/tcm/synaptics_touchcom_core_dev.h
index 9acfdde..9e136ba 100644
--- a/tcm/synaptics_touchcom_core_dev.h
+++ b/tcm/synaptics_touchcom_core_dev.h
@@ -222,6 +222,7 @@ enum dynamic_tcm_config_id {
DC_DISABLE_PROXIMITY = 0x10,
DC_HIGH_SENSITIVIRY_MODE = 0xCB,
DC_FORCE_DOZE_MODE = 0xF0,
+ DC_COMPRESSION_THRESHOLD = 0xF1,
DC_TOUCH_SCAN_MODE = 0xF2,
DC_ENABLE_PALM_REJECTION = 0xF3,
DC_CONTINUOUSLY_REPORT = 0xF5,