History log of /external/libnfc-nxp/src/phHal4Nfc_ADD.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
9e987ccb716624d658f98abc7db2097e11e3d8ed 13-Sep-2013 Martijn Coenen <maco@google.com> Fix crash in reader mode.

The connect callback wasn't cleared in error cases,
which could cause spurious callbacks including data
that used to be allocated on the stack, and has been
freed by now.

Also, always add the -3a tech for any IsoDep target,
even if the remote device has the P2P bit set.

Bug: 10360259
Change-Id: I73141c4a1106f66ff89c6b1c53c4977e9cb78fa1
/external/libnfc-nxp/src/phHal4Nfc_ADD.c
9acc2486787ee83b436b2999cd27f7b1ffb9fd69 17-Jul-2012 Nick Kralevich <nnk@google.com> phHal4Nfc_ADD: fix memcpy overlap

Don't call memcpy when src==dest. It's undefined.

When memcpy overlap detection is enabled, this causes the NFC
process to crash and burn.

Bug: 6826770
Change-Id: I199af98e453953de288964f47248cb59af4deecb
/external/libnfc-nxp/src/phHal4Nfc_ADD.c
eb6da80b266a263350769a0e5629f4089aad32bb 24-Nov-2011 Sunil Jogi <sunil.jogi@nxp.com> Patch to support MIFARE with SAK 0x01

Change-Id: Ifb1389d428855c2eea99390790af13f28571097a
/external/libnfc-nxp/src/phHal4Nfc_ADD.c
97ffda519d438861f34d6de511f9025656470af6 06-Jun-2011 Martijn Coenen <maco@google.com> Add support for connecting to NfcA on IsoDep tags.

Always add a ISO14443-3A device handle for tags that are
found through the A-gate. This allows the upper stack
to connect and maintain a connection to the NfcA technology,
even if the tag has IsoDep on top of NfcA. The reason this
can work is that libnfc does do the IsoDep activation in
software, and if the NfcA target is on a separate handle
this activation will not take place if you connect to
this handle.

Bug: 4195403
Change-Id: I00015e74bdadc6666c2971f8102244670a76e340
/external/libnfc-nxp/src/phHal4Nfc_ADD.c
830ba9657bc2cceac78ea5b285a95560e3329eb4 02-Dec-2010 Jan Brands <jan.r.brands@nxp.com> Enable setting General Bytes to empty

Change-Id: Id481b30731c1986f9d36f7d9af00be282683b6e1
/external/libnfc-nxp/src/phHal4Nfc_ADD.c
143acf0b768ce3c2f61de2add5ca339479defd57 25-Nov-2010 daniel_Tomas <daniel.tomas@trusted-logic.com> Fix for LLCP concurence access with ConfigureDiscovery, NDEF read/write and Presence Check

Change-Id: Ie6fc7e26dde98ece2738dcad26f020833b4c0e93
/external/libnfc-nxp/src/phHal4Nfc_ADD.c
56075a1341b42c55a472ff6213c98b0e3c1bfdbb 27-Nov-2010 Jan Brands <jan.r.brands@nxp.com> Fix detection of Fudan card incompatible to ISO18092

Change-Id: I4d341d2b315972a3a69661b48d29388bdaa2793d
/external/libnfc-nxp/src/phHal4Nfc_ADD.c
0cdd303a6e2ad061d6b59649988ed489859333f6 27-Nov-2010 Jan Brands <jan.r.brands@nxp.com> Re-enable multi-protocol with improved MIFARE detection

Change-Id: I45719cfb1db4d449895c0bb2c39d192ff57f059c
/external/libnfc-nxp/src/phHal4Nfc_ADD.c
ee2202f7fabc87e3d2749a90e1be4b12ea960dce 03-Nov-2010 Martijn Coenen <martijn.coenen@nxp.com> Fixed ISO14443-4 cards wrongly being detected as Mifare.

Change-Id: Ifce6b9a1351b1057f42bf26f61819675975cdcb4
Signed-off-by: Nick Pelly <npelly@google.com>
/external/libnfc-nxp/src/phHal4Nfc_ADD.c
e412592604324251679fd57d70fe0bbbf776206b 02-Nov-2010 Martijn Coenen <martijn.coenen@nxp.com> Fix Mifare plus SL2 detection.

Also fixes detection for other tags that are not mifare and not t2t

Change-Id: Ia0f2731b967654af5f883f01458413817b5caf57
Signed-off-by: Nick Pelly <npelly@google.com>
/external/libnfc-nxp/src/phHal4Nfc_ADD.c
5d9927ba30ba449badb9f6df0fbeb4d6aedc6e2a 23-Sep-2010 Nick Pelly <npelly@google.com> Initial libnfc checkin

Source: Trusted_NFC_Device_Host_AA03.01e02_google.zip code drop (23-Sep-2010)

Change-Id: Ie47f18423f949a8d3e0815d13f55c814312add24
Signed-off-by: Nick Pelly <npelly@google.com>
/external/libnfc-nxp/src/phHal4Nfc_ADD.c