example: Jewel support in nfc-list and nfc-poll. (Many thanks to Phil)

This commit is contained in:
Romuald Conty 2010-09-28 15:31:31 +00:00
parent cab6d19c5a
commit 8672c809bd
4 changed files with 50 additions and 12 deletions

View file

@ -414,8 +414,8 @@ nfc_initiator_list_passive_targets (nfc_device_t * pnd, const nfc_modulation_t n
break;
}
szTargetFound++;
// deselect has no effect on FeliCa cards so we'll stop after one...
if (nmInitModulation == NM_FELICA_212 || nmInitModulation == NM_FELICA_424) {
// deselect has no effect on FeliCa and Jewel cards so we'll stop after one...
if (nmInitModulation == NM_FELICA_212 || nmInitModulation == NM_FELICA_424 || nmInitModulation == NM_JEWEL_106) {
break;
}
}