drivers: InDataExchange is an abortable command too.

This commit is contained in:
Romuald Conty
2011-05-05 11:49:43 +00:00
parent 008f2a8d4c
commit 64b036b129
3 changed files with 7 additions and 5 deletions

View File

@@ -411,10 +411,10 @@ pn53x_usb_receive (nfc_device_t * pnd, byte_t * pbtData, const size_t szDataLen)
bool delayed_reply = false;
switch (CHIP_DATA (pnd)->ui8LastCommand) {
case InDataExchange:
case InJumpForDEP:
case TgInitAsTarget:
case TgGetData:
DBG ("Delayed reply detected");
case TgInitAsTarget:
delayed_reply = true;
break;
default: