summaryrefslogtreecommitdiffstats
path: root/src/phHal4Nfc.c
diff options
context:
space:
mode:
authorDaniel Tomas <dtomas.nxp@gmail.com>2011-06-28 17:57:52 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2011-06-28 17:57:52 -0700
commitf6ee24c71b104308e6ee5a71fad9041f3a7aedb5 (patch)
treeeff2176b01c2065a85a958f4477aebbd29d9fae0 /src/phHal4Nfc.c
parentb313c3d09c64c31439332e88e0aca676ae1858b5 (diff)
parent51c0ca53011b86464dcf14aeb33944a69861a8f4 (diff)
downloadexternal_libnfc-nxp-f6ee24c71b104308e6ee5a71fad9041f3a7aedb5.zip
external_libnfc-nxp-f6ee24c71b104308e6ee5a71fad9041f3a7aedb5.tar.gz
external_libnfc-nxp-f6ee24c71b104308e6ee5a71fad9041f3a7aedb5.tar.bz2
am 51c0ca53: am f1612434: am 967359c8: Patch to support the new PN544 firmware events
* commit '51c0ca53011b86464dcf14aeb33944a69861a8f4': 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 e103525..341f183 100644
--- a/src/phHal4Nfc.c
+++ b/src/phHal4Nfc.c
@@ -1242,7 +1242,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;