summaryrefslogtreecommitdiffstats
path: root/nfc
diff options
context:
space:
mode:
authorMartijn Coenen <maco@google.com>2012-02-06 23:38:52 +0100
committerMartijn Coenen <maco@google.com>2012-02-08 15:40:26 -0800
commit599cf9ce0b33cd151b23dbb503d6114f3d83ab51 (patch)
treea249707a23643f32aa8c75c5510624cc53f1f2dd /nfc
parent1944c3fac2fefdbfbf7d25ad12a760842051efec (diff)
downloaddevice_samsung_tuna-599cf9ce0b33cd151b23dbb503d6114f3d83ab51.zip
device_samsung_tuna-599cf9ce0b33cd151b23dbb503d6114f3d83ab51.tar.gz
device_samsung_tuna-599cf9ce0b33cd151b23dbb503d6114f3d83ab51.tar.bz2
Reduce NFC-DEP target timeout in ATR_RES to 8.
This is actually required by [DIGITAL], see WTmax in Appendix A.10 in Digital 1.0 Bug: 5971998 Change-Id: If25e887d80e3cdfd48b112453b187c38f4ceeeaa
Diffstat (limited to 'nfc')
-rw-r--r--nfc/nfc_hw.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nfc/nfc_hw.c b/nfc/nfc_hw.c
index 99adc29..9d87b5f 100644
--- a/nfc/nfc_hw.c
+++ b/nfc/nfc_hw.c
@@ -86,8 +86,8 @@ static uint8_t pn544_eedata_settings[][4] = {
,{0x00,0x9C,0x12,0x00} //
,{0x00,0x9C,0x13,0x00} //
- //WTX for LLCP communication
- ,{0x00,0x98,0xA2,0x0E} // Max value: 14 (default value: 09)
+ // NFC-DEP Target Waiting Time (WT)
+ ,{0x00,0x98,0xA2,0x08} // Set to 0x08 as required by [digital] (default value: 09)
//SE GPIO
,{0x00, 0x98, 0x93, 0x40}