summaryrefslogtreecommitdiffstats
path: root/src/phHal4Nfc.c
diff options
context:
space:
mode:
authorDaniel Tomas <dtomas.nxp@gmail.com>2011-06-28 17:22:58 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2011-06-28 17:22:58 -0700
commit51c0ca53011b86464dcf14aeb33944a69861a8f4 (patch)
tree8c64b09a7568ff5846b3000668c71b8774ffa0d1 /src/phHal4Nfc.c
parent252aedb3edd2c04adedeb5c9f8369af504411dad (diff)
parentf16124343b080a2f188350de5d5006d14a6eb1bb (diff)
downloadexternal_libnfc-nxp-51c0ca53011b86464dcf14aeb33944a69861a8f4.zip
external_libnfc-nxp-51c0ca53011b86464dcf14aeb33944a69861a8f4.tar.gz
external_libnfc-nxp-51c0ca53011b86464dcf14aeb33944a69861a8f4.tar.bz2
am f1612434: am 967359c8: Patch to support the new PN544 firmware events
* commit 'f16124343b080a2f188350de5d5006d14a6eb1bb': Patch to support the new PN544 firmware events
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 c3599a6..1263766 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;