summaryrefslogtreecommitdiff
path: root/tcm/synaptics_touchcom_core_dev.h
diff options
context:
space:
mode:
authordavidycchen <davidycchen@google.com>2022-02-15 13:45:19 +0800
committerYen-Chao Chen <davidycchen@google.com>2022-02-21 07:54:52 +0000
commit15833c2bfe2d17dc577e6476b6673b0e058ea341 (patch)
tree6bb32ed3a62d402c9e93711cafac0b62d742cb48 /tcm/synaptics_touchcom_core_dev.h
parentd0732879a8fe169c58e3ced5d79d4ca1a627b4f0 (diff)
downloadsynaptics_touch-15833c2bfe2d17dc577e6476b6673b0e058ea341.tar.gz
synaptics: enable continuously touch reporting
Support dynamic changing motion filter status and continuously report touch coordinates and heatmap for 500ms when there is only one finger on the screen. Bug: 199104356. Test: Motion filter status is correct for single finger and multiple fingers. Signed-off-by: davidycchen <davidycchen@google.com> Change-Id: I428f1b9d91779f6fe5376bd38980513f33fa4d8d
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 700a340..043d686 100644
--- a/tcm/synaptics_touchcom_core_dev.h
+++ b/tcm/synaptics_touchcom_core_dev.h
@@ -210,6 +210,7 @@ enum dynamic_tcm_config_id {
DC_HIGH_SENSITIVIRY_MODE = 0xCB,
DC_FORCE_DOZE_MODE = 0xF0,
DC_ENABLE_PALM_REJECTION = 0xF3,
+ DC_CONTINUOUSLY_REPORT = 0xF5,
};
/**