From 23bd0de511e582fcc179ca7d60be80262a979d7f Mon Sep 17 00:00:00 2001 From: davidycchen Date: Thu, 10 Mar 2022 14:07:08 +0800 Subject: 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 Change-Id: Ia3d7f4efd3894d304e43f76224dd1d89f83a658a --- tcm/synaptics_touchcom_core_dev.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tcm/synaptics_touchcom_core_dev.h') 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, -- cgit v1.2.3