example: Jewel support in nfc-list and nfc-poll. (Many thanks to Phil)
This commit is contained in:
parent
cab6d19c5a
commit
8672c809bd
4 changed files with 50 additions and 12 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue