summaryrefslogtreecommitdiff
path: root/tcm/synaptics_touchcom_core_dev.h
diff options
context:
space:
mode:
authordavidycchen <davidycchen@google.com>2021-11-25 15:51:31 +0800
committerdavidycchen <davidycchen@google.com>2021-11-26 11:34:59 +0800
commit8d731b8cfb5a2733598b04ea7e69ccddcbee9416 (patch)
tree2b11b2ed425fe439d00d42080aeee8fcaddbe779 /tcm/synaptics_touchcom_core_dev.h
parent4ad4a9cf451d4d4c68e981a7c4c53d9a3b5aa13f (diff)
downloadsynaptics_touch-8d731b8cfb5a2733598b04ea7e69ccddcbee9416.tar.gz
synaptics: support to get touch raw data from sysfs node
Bug: 199104466 Test: cd /sys/class/spi_master/spi0/spi0.0/synaptics_tcm.0/sysfs echo 12 > get_raw_data; cat get_raw_data Signed-off-by: davidycchen <davidycchen@google.com> Change-Id: If6d2bed19af2b069439bea444ce21e4e923b5fff
Diffstat (limited to 'tcm/synaptics_touchcom_core_dev.h')
-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 4765713..ab462e1 100644
--- a/tcm/synaptics_touchcom_core_dev.h
+++ b/tcm/synaptics_touchcom_core_dev.h
@@ -310,6 +310,7 @@ enum tcm_report_type {
REPORT_TOUCH = 0x11,
REPORT_DELTA = 0x12,
REPORT_RAW = 0x13,
+ REPORT_BASELINE = 0x14,
};
/**