summaryrefslogtreecommitdiff
path: root/tcm/synaptics_touchcom_core_dev.h
diff options
context:
space:
mode:
authordavidycchen <davidycchen@google.com>2021-12-20 17:13:30 +0800
committerdavidycchen <davidycchen@google.com>2021-12-21 18:25:59 +0800
commitf2bfef998a7497e947a4381f96abe9e789d781d1 (patch)
tree378131f0b4e1f29f4aef1ef0695722d5109d23b3 /tcm/synaptics_touchcom_core_dev.h
parent96d884a4c6120e4a8e837f02f27079f0d993521d (diff)
downloadsynaptics_touch-f2bfef998a7497e947a4381f96abe9e789d781d1.tar.gz
synaptics: synaptics: update driver version to 0118
Support two more testing - PID$12: Abs. Raw - PID$16: Trans Cap. Raw Correct the sequence of suspend-reset especially RESET_ON_RESUME enabled. Sample code to parse the custom gesture data. Enable RESET_ON_RESUME in default. Bug: 211379827 Signed-off-by: davidycchen <davidycchen@google.com> Change-Id: I888d0c68aa53020eb0e153105920b0fed133d8cb
Diffstat (limited to 'tcm/synaptics_touchcom_core_dev.h')
-rw-r--r--tcm/synaptics_touchcom_core_dev.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/tcm/synaptics_touchcom_core_dev.h b/tcm/synaptics_touchcom_core_dev.h
index 1b0eb2c..1728830 100644
--- a/tcm/synaptics_touchcom_core_dev.h
+++ b/tcm/synaptics_touchcom_core_dev.h
@@ -44,7 +44,7 @@
#include "syna_tcm2_platform.h"
-#define SYNA_TCM_CORE_LIB_VERSION 0x0115
+#define SYNA_TCM_CORE_LIB_VERSION 0x0118
/**
@@ -335,6 +335,7 @@ enum tcm_test_code {
TEST_PID01_TRX_TRX_SHORTS = 0x01,
TEST_PID02_TRX_SENSOR_OPENS = 0x02,
TEST_PID03_TRX_GROUND_SHORTS = 0x03,
+ TEST_PID04_GPIO_SHORTS = 0x04,
TEST_PID05_FULL_RAW_CAP = 0x05,
TEST_PID06_EE_SHORT = 0x06,
TEST_PID07_DYNAMIC_RANGE = 0x07,
@@ -348,7 +349,9 @@ enum tcm_test_code {
TEST_PID16_SENSOR_SPEED = 0x10,
TEST_PID17_ADC_RANGE = 0x11,
TEST_PID18_HYBRID_ABS_RAW = 0x12,
+ TEST_PID22_TRANS_CAP_RAW = 0x16,
TEST_PID29_HYBRID_ABS_NOISE = 0x1D,
+ TEST_PID30_BSC_CALIB = 0x1E,
TEST_PID_MAX,
};