summaryrefslogtreecommitdiffstats
path: root/src/phHal4Nfc.c
diff options
context:
space:
mode:
authorDaniel Tomas <dtomas.nxp@gmail.com>2011-06-21 17:24:09 +0200
committermike wakerly <mikey@google.com>2011-06-28 10:47:23 -0700
commit967359c892ff74962b4f4243d989f447ffe4ae11 (patch)
tree548bdc1245227f4b64e4e698552d8f66255d2363 /src/phHal4Nfc.c
parent99141cdd942973bc0cb8ef208ef717b14eb73b8e (diff)
downloadexternal_libnfc-nxp-967359c892ff74962b4f4243d989f447ffe4ae11.zip
external_libnfc-nxp-967359c892ff74962b4f4243d989f447ffe4ae11.tar.gz
external_libnfc-nxp-967359c892ff74962b4f4243d989f447ffe4ae11.tar.bz2
Patch to support the new PN544 firmware events
Change-Id: I6e5a976721fb52f2da30081276bb2ac15d27d186
Diffstat (limited to 'src/phHal4Nfc.c')
-rw-r--r--src/phHal4Nfc.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/phHal4Nfc.c b/src/phHal4Nfc.c
index ebd447f..3e7c163 100644
--- a/src/phHal4Nfc.c
+++ b/src/phHal4Nfc.c
@@ -1240,7 +1240,10 @@ static void phHal4Nfc_HandleEvent(
case NFC_EVT_START_OF_TRANSACTION:
case NFC_EVT_END_OF_TRANSACTION:
case NFC_EVT_CONNECTIVITY:
- case NFC_EVT_OPERATION_ENDED:
+ case NFC_EVT_OPERATION_ENDED:
+ case NFC_EVT_MIFARE_ACCESS:
+ case NFC_EVT_APDU_RECEIVED:
+ case NFC_EVT_EMV_CARD_REMOVAL:
sNotificationInfo.info = psEventInfo;
sNotificationInfo.status = NFCSTATUS_SUCCESS;
sNotificationInfo.type = NFC_EVENT_NOTIFICATION;