From 967359c892ff74962b4f4243d989f447ffe4ae11 Mon Sep 17 00:00:00 2001 From: Daniel Tomas Date: Tue, 21 Jun 2011 17:24:09 +0200 Subject: Patch to support the new PN544 firmware events Change-Id: I6e5a976721fb52f2da30081276bb2ac15d27d186 --- src/phHal4Nfc.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/phHal4Nfc.c') 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; -- cgit v1.1