summaryrefslogtreecommitdiff
path: root/tcm
diff options
context:
space:
mode:
authorYen-Chao Chen <davidycchen@google.com>2022-03-16 03:20:10 +0000
committerAndroid Partner Code Review <android-gerrit-partner@google.com>2022-03-16 03:20:10 +0000
commitfd714df3228c66bf71209f19b5ad133c381e8efc (patch)
tree480cede5a1e143617f2a06608aa2b9f461e558f6 /tcm
parentad2ea221a4594a90f9feb91bd9133997558f49d0 (diff)
parent23bd0de511e582fcc179ca7d60be80262a979d7f (diff)
downloadsynaptics_touch-fd714df3228c66bf71209f19b5ad133c381e8efc.tar.gz
Merge "synaptics: support to confiure heatmap compression threshold" into android13-gs-pixel-5.10
Diffstat (limited to 'tcm')
-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,