summaryrefslogtreecommitdiff
path: root/tcm/synaptics_touchcom_core_dev.h
diff options
context:
space:
mode:
authordavidycchen <davidycchen@google.com>2021-12-28 17:39:55 +0800
committerYen-Chao Chen <davidycchen@google.com>2021-12-29 02:48:38 +0000
commit37524e36ef3cecb5ae5ef03007e24e7da2b73377 (patch)
treef52f168e063648dd331da5cfabf184221fc39e1a /tcm/synaptics_touchcom_core_dev.h
parentf2bfef998a7497e947a4381f96abe9e789d781d1 (diff)
downloadsynaptics_touch-37524e36ef3cecb5ae5ef03007e24e7da2b73377.tar.gz
synaptics: support touch high sensitivity mode
Add an attribute to set the touch high sensitivity mode. Bug: 199104397 Test: Read/Write the attribute. Signed-off-by: davidycchen <davidycchen@google.com> Change-Id: Ib173355258a96d53737676b3aca51e939ef201ea
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 1728830..204357f 100644
--- a/tcm/synaptics_touchcom_core_dev.h
+++ b/tcm/synaptics_touchcom_core_dev.h
@@ -207,6 +207,7 @@ enum dynamic_tcm_config_id {
DC_ENABLE_FACE_DETECTION = 0x0e,
DC_INHIBIT_ACTIVE_GESTURE = 0x0f,
DC_DISABLE_PROXIMITY = 0x10,
+ DC_HIGH_SENSITIVIRY_MODE = 0xCB,
DC_FORCE_DOZE_MODE = 0xF0,
};