Support for EM410x card mode in T5555/T55x7 tags.

This commit is contained in:
marcin.mielczarczyk 2012-03-07 13:44:53 +00:00
commit 2d4eae7617
6 changed files with 245 additions and 68 deletions

View file

@ -619,6 +619,9 @@ void UsbPacketReceived(uint8_t *packet, int len)
case CMD_HID_CLONE_TAG:
CopyHIDtoT5567(c->arg[0], c->arg[1]); // Clone HID tag by ID to T55x7
break;
case CMD_EM410X_WRITE_TAG:
WriteEM410x(c->arg[0], c->arg[1], c->arg[2]);
break;
case CMD_READ_TI_TYPE:
ReadTItag();
break;