summaryrefslogtreecommitdiffstats
path: root/src/phFriNfc_OvrHal.c
Commit message (Collapse)AuthorAgeFilesLines
* phFriNfc_OvrHal: fix memcpy overlapNick Kralevich2012-07-171-1/+4
| | | | | | | | | | Don't use the API workaround when OvrHal->TranceiveInfo.sRecvData.buffer == pRecvdata->buffer. When memcpy overlap detection is enabled, this causes the NFC process to crash and burn. memcpy is undefined when src=dest. Bug: 6826770 Change-Id: Iebc8f82a4f86d560e764cef2229a7f86fa642783
* Fix for LLCP concurence access with ConfigureDiscovery, NDEF read/write and ↵daniel_Tomas2010-12-051-3/+2
| | | | | | Presence Check Change-Id: Ie6fc7e26dde98ece2738dcad26f020833b4c0e93
* Fixed failed authentication for MIFARE 7BUIDJan Brands2010-12-051-1/+1
| | | | | | | | New MIFARE Classic and MIFARE Plus SL1 with 7-byte UID need last 4 bytes of UID for authentication. The supplied index into the UID byte array was wrongly defined. Change-Id: I8cd0c26201a2fd26e8a8417a743e81f3c809e5c4
* Initial libnfc checkinNick Pelly2010-09-231-0/+441
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>