summaryrefslogtreecommitdiffstats
path: root/src/phLibNfc_SE.c
Commit message (Collapse)AuthorAgeFilesLines
* Don't overwrite psUpperLayerContext when reconfiguring the SE.Martijn Coenen2012-01-201-50/+49
| | | | | | | This fixes one of the crashes occuring when turning the screen off during p2p transfers. One remaining. Change-Id: I3e45be9b8f4be40350ba4dd9db7e596631206bd1
* Add the NXP_EVT_SE_SWITCH_MODE event support in the libnfc.Daniel Tomas2011-08-241-1/+63
| | | | | | | This event is used in the SE SetMode API to be able to enable/disable card emulation with not writting the EEPROM area. Change-Id: I80047d678f683c4dd364544c690440eb8d807793
* Revert "Add the NXP_EVT_SE_SWITCH_MODE event support in the libnfc."Nick Pelly2011-08-181-63/+1
| | | | This reverts commit 39038381fd4a9922cdd07251ce1a0a8840681bcd.
* Add the NXP_EVT_SE_SWITCH_MODE event support in the libnfc.Daniel Tomas2011-08-161-1/+63
| | | | | | | This event is used in the SE SetMode API to be able to enable/disable card emulation with not writting the EEPROM area. Change-Id: Iace438c3625f6a084c8bcc66d787a7a60d56b8f8
* am 51c0ca53: am f1612434: am 967359c8: Patch to support the new PN544 ↵Daniel Tomas2011-06-281-0/+45
|\ | | | | | | | | | | | | firmware events * commit '51c0ca53011b86464dcf14aeb33944a69861a8f4': Patch to support the new PN544 firmware events
| * Patch to support the new PN544 firmware eventsDaniel Tomas2011-06-281-0/+45
| | | | | | | | Change-Id: I6e5a976721fb52f2da30081276bb2ac15d27d186
* | libnfc spring cleaningNick Pelly2011-06-271-1/+1
|/ | | | | | | | | | o Fix most libnfc warnings, from 360 to 18 o Make DAL_DEBUG much less verbose and more useful o Clean up Android.mk Done with minimal textual diff to minimize merge conflicts. Change-Id: I918645500723ff7bb092ad9959628fcabac45bec
* Patch to support set mode during the SE Wired modedaniel_tomas2011-02-161-2/+10
| | | | Change-Id: I57eaa3ccd65b89510e198f7ebf24f7266c4dad2e
* Event field ON/OFF management added in the libnfcdaniel_tomas2011-01-121-8/+28
| | | | Change-Id: Ieafb6ab9094d9dc4b7edfb1e3676fd9794d8af28
* Fix bugs related to SE+P2P co-exisitance.Nick Pelly2011-01-111-2/+17
| | | | | | Source: Patrice @ NXP Change-Id: I9437a2c2798ffe7ea34f3f18df097d0036310568
* Initial libnfc checkinNick Pelly2010-09-231-0/+609
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>