diff options
author | Martijn Coenen <maco@google.com> | 2012-02-06 23:38:52 +0100 |
---|---|---|
committer | Martijn Coenen <maco@google.com> | 2012-02-08 15:40:26 -0800 |
commit | 482d0ba32966a9eb405b11dd2863b40f7e6a9aac (patch) | |
tree | f8c9b0b58531f2719e7451e13f34ae8153c27110 /nfc | |
parent | 54d48bbe81b75fb79167efbd6dfd17bdbd0cc9f0 (diff) | |
download | device_samsung_tuna-482d0ba32966a9eb405b11dd2863b40f7e6a9aac.zip device_samsung_tuna-482d0ba32966a9eb405b11dd2863b40f7e6a9aac.tar.gz device_samsung_tuna-482d0ba32966a9eb405b11dd2863b40f7e6a9aac.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.c | 4 |
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} |