From 059536d23b29acd044a8573dfcef9c56fff6b860 Mon Sep 17 00:00:00 2001 From: George Chang Date: Thu, 6 Aug 2020 13:20:28 +0800 Subject: [PATCH] Update variables in st54j_se configuration file Add the capacity to modify the polling interval and the BGT in the config file. Bug: 160305311 Test: Manual Change-Id: Ieb348c429ceecbd2a5e9bc9af57e7c982accd88e --- nfc/libese-hal-st.conf | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/nfc/libese-hal-st.conf b/nfc/libese-hal-st.conf index 1954bf72..3969b88d 100644 --- a/nfc/libese-hal-st.conf +++ b/nfc/libese-hal-st.conf @@ -3,4 +3,16 @@ ############################################################################### # ST HAL trace log level STESE_HAL_LOGLEVEL=1 + +############################################################################### +# Configure the device node ST_ESE_DEV_NODE="/dev/st54j_se" + +############################################################################### +# Configure the polling interval (in us) +ST_ESE_DEV_POLLING_INTERVAL=1500 + +############################################################################### +# Configure the BGT timing (in us) +ST_ESE_DEV_BGT=1000 +