mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-03-14 03:23:48 +00:00
nfc_initiator_target_is_present(): fix ISO14443B-4 support
This commit is contained in:
@@ -1848,6 +1848,7 @@ pn53x_initiator_target_is_present(struct nfc_device *pnd, const nfc_target *pnt)
|
|||||||
} else {
|
} else {
|
||||||
ret = NFC_EDEVNOTSUPP;
|
ret = NFC_EDEVNOTSUPP;
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
case NMT_JEWEL:
|
case NMT_JEWEL:
|
||||||
case NMT_ISO14443BI:
|
case NMT_ISO14443BI:
|
||||||
case NMT_ISO14443B2SR:
|
case NMT_ISO14443B2SR:
|
||||||
|
|||||||
Reference in New Issue
Block a user