From d893e4398cdd86dd7c0a07abb3a78ef95aee3f44 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Thu, 30 Jan 2014 00:32:21 +0100 Subject: [PATCH] nfc_initiator_target_is_present(): fix ISO14443B-4 support --- libnfc/chips/pn53x.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libnfc/chips/pn53x.c b/libnfc/chips/pn53x.c index 40708a3..cd9d2c6 100644 --- a/libnfc/chips/pn53x.c +++ b/libnfc/chips/pn53x.c @@ -1848,6 +1848,7 @@ pn53x_initiator_target_is_present(struct nfc_device *pnd, const nfc_target *pnt) } else { ret = NFC_EDEVNOTSUPP; } + break; case NMT_JEWEL: case NMT_ISO14443BI: case NMT_ISO14443B2SR: