Add device listing capabilities

- acr122: add acr122_pick_device(), acr122_list_devices();
  - Add device name to device descriptions (nfc_device_desc_t) to select a given PCSC device;
  - Use constants for driver names;
  - Various code cleanups and enhancements.
This commit is contained in:
Romain Tartiere 2009-11-24 13:03:48 +00:00
parent fbb924e3bb
commit 1af29561e8
15 changed files with 201 additions and 122 deletions

View file

@ -121,5 +121,5 @@ int main(int argc, const char* argv[])
}
nfc_disconnect(pnd);
return 1;
return 0;
}