summaryrefslogtreecommitdiff
path: root/tcm/synaptics_touchcom_core_dev.h
diff options
context:
space:
mode:
authordavidycchen <davidycchen@google.com>2021-09-06 16:15:51 +0800
committerdavidycchen <davidycchen@google.com>2021-09-08 15:29:30 +0800
commit7e4306ca5597f7482e07876d4602e415af0ea285 (patch)
treef18a4ae7103eda1728e28e55c23ea58a80a01f6b /tcm/synaptics_touchcom_core_dev.h
parent2072353c014775e8d66f7df05eeafda536b4501d (diff)
downloadsynaptics_touch-7e4306ca5597f7482e07876d4602e415af0ea285.tar.gz
synaptics: modify the driver to interrupt mode.
Use interrupt mode instead of polling mode. Bug: 198228556 Signed-off-by: davidycchen <davidycchen@google.com> Change-Id: I3bdba107165b7c95d8ce4696596a1604e27abda8
Diffstat (limited to 'tcm/synaptics_touchcom_core_dev.h')
-rw-r--r--tcm/synaptics_touchcom_core_dev.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcm/synaptics_touchcom_core_dev.h b/tcm/synaptics_touchcom_core_dev.h
index 9ac2ee8..91f3af6 100644
--- a/tcm/synaptics_touchcom_core_dev.h
+++ b/tcm/synaptics_touchcom_core_dev.h
@@ -118,7 +118,7 @@
#define DEFAULT_FLASH_WRITE_DELAY (~0)
#define DEFAULT_FLASH_READ_DELAY (~0)
-#define RESP_IN_ATTN (0)
+#define RESP_IN_ATTN (1)
#define RESP_IN_POLLING (CMD_RESPONSE_POLLING_DELAY_MS)
/**