put legic back in the system and add rumpletux's fast legic / prng code from forum

This commit is contained in:
adam@algroup.co.uk 2010-02-05 08:18:02 +00:00
commit 8e220a9126
8 changed files with 163 additions and 88 deletions

View file

@ -602,8 +602,8 @@ void UsbPacketReceived(BYTE *packet, int len)
#endif
case CMD_READER_LEGIC_RF:
LegicRfReader();
break;
LegicRfReader(c->arg[0], c->arg[1]);
break;
#ifdef WITH_ISO15693
case CMD_SIMTAG_ISO_15693: