summaryrefslogtreecommitdiff
path: root/syna_tcm2.c
diff options
context:
space:
mode:
authordavidycchen <davidycchen@google.com>2022-01-21 11:14:59 +0800
committerdavidycchen <davidycchen@google.com>2022-01-21 11:14:59 +0800
commit32c71eb4c1ce0d97fbdf29fa999f8af1a02f42d5 (patch)
tree28e131c59c7f41f3a673135da5f2fb982d569678 /syna_tcm2.c
parent2fc89d19071d97860ce9c2931d3651f79a552750 (diff)
downloadsynaptics_touch-32c71eb4c1ce0d97fbdf29fa999f8af1a02f42d5.tar.gz
synaptics: modify the heatmap report code from 0xc1 to 0xc3
Modify the heatmap report code from 0xc1 to 0xc3 to align with the touch firmware. Bug: 213998822 Test: Touch is workable. Signed-off-by: davidycchen <davidycchen@google.com> Change-Id: I1113dd68e4f8b930ed87ca40cdf0fb4007838e11
Diffstat (limited to 'syna_tcm2.c')
-rw-r--r--syna_tcm2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/syna_tcm2.c b/syna_tcm2.c
index 95b71e0..048f024 100644
--- a/syna_tcm2.c
+++ b/syna_tcm2.c
@@ -906,7 +906,7 @@ static irqreturn_t syna_dev_interrupt_thread(int irq, void *data)
/* handling the particular report data */
switch (code) {
case REPORT_HEAT_MAP:
- /* for 'heat map' ($c1) report,
+ /* for 'heat map' ($c3) report,
* report data has been stored at tcm->event_data.buf;
* while, tcm->event_data.data_length is the size of data
*/