mifare firmware update

This commit is contained in:
roel@libnfc.org 2009-12-30 00:11:50 +00:00
commit 32cfae439e
4 changed files with 197 additions and 6 deletions

View file

@ -593,6 +593,12 @@ void UsbPacketReceived(BYTE *packet, int len)
break;
#endif
#ifdef WITH_ISO14443a
case CMD_READER_MIFARE:
ReaderMifare(c->arg[0]);
break;
#endif
#ifdef WITH_ISO14443b
case CMD_SNOOP_ISO_14443:
SnoopIso14443();