summaryrefslogtreecommitdiffstats
path: root/src/phHal4Nfc_ADD.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'jb-mr1-release' of ↵Steve Kondik2012-12-271-6/+9
|\ | | | | | | | | | | | | | | | | https://android.googlesource.com/platform/external/libnfc-nxp into aosp Conflicts: src/phHal4Nfc_ADD.c Change-Id: I950a66598954d21b49f723da2c58bff2ba719239
| * phHal4Nfc_ADD: fix memcpy overlapNick Kralevich2012-07-171-5/+8
| | | | | | | | | | | | | | | | | | | | 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
* | card emulation patch port to JBdoug yeager2012-08-281-117/+121
|/ | | | Change-Id: I86657f9c547840de33c35df4912b5f282d4fe459
* Patch to support MIFARE with SAK 0x01Sunil Jogi2012-04-021-0/+1
| | | | Change-Id: Ifb1389d428855c2eea99390790af13f28571097a
* Add support for connecting to NfcA on IsoDep tags.Martijn Coenen2011-06-061-8/+4
| | | | | | | | | | | | | | 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
* Enable setting General Bytes to emptyJan Brands2010-12-051-1/+1
| | | | Change-Id: Id481b30731c1986f9d36f7d9af00be282683b6e1
* Fix for LLCP concurence access with ConfigureDiscovery, NDEF read/write and ↵daniel_Tomas2010-12-051-1/+14
| | | | | | Presence Check Change-Id: Ie6fc7e26dde98ece2738dcad26f020833b4c0e93
* Fix detection of Fudan card incompatible to ISO18092Jan Brands2010-12-051-0/+11
| | | | Change-Id: I4d341d2b315972a3a69661b48d29388bdaa2793d
* Re-enable multi-protocol with improved MIFARE detectionJan Brands2010-12-051-3/+12
| | | | Change-Id: I45719cfb1db4d449895c0bb2c39d192ff57f059c
* Fixed ISO14443-4 cards wrongly being detected as Mifare.Martijn Coenen2010-11-021-1/+1
| | | | | Change-Id: Ifce6b9a1351b1057f42bf26f61819675975cdcb4 Signed-off-by: Nick Pelly <npelly@google.com>
* Fix Mifare plus SL2 detection.Martijn Coenen2010-11-021-1/+4
| | | | | | | Also fixes detection for other tags that are not mifare and not t2t Change-Id: Ia0f2731b967654af5f883f01458413817b5caf57 Signed-off-by: Nick Pelly <npelly@google.com>
* Initial libnfc checkinNick Pelly2010-09-231-0/+981
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>