summaryrefslogtreecommitdiff
path: root/syna_tcm2.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 /syna_tcm2.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 'syna_tcm2.h')
-rw-r--r--syna_tcm2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/syna_tcm2.h b/syna_tcm2.h
index a03cb65..523378a 100644
--- a/syna_tcm2.h
+++ b/syna_tcm2.h
@@ -426,6 +426,7 @@ struct syna_tcm {
u8 raw_data_report_code;
s16 *raw_data_buffer;
struct completion raw_data_completion;
+ bool high_sensitivity_mode;
#if defined(USE_DRM_BRIDGE)
struct drm_bridge panel_bridge;