mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-25 09:48:34 +03:00
CCID: re-enable control request handler for CCID class requests
This commit is contained in:
@@ -849,7 +849,6 @@ static void CCIDCommandDispatcher( void *pArg, uint8_t status, uint32_t transfer
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#if 0
|
|
||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
/// SETUP request handler for a CCID device
|
/// SETUP request handler for a CCID device
|
||||||
/// \param pRequest Pointer to a USBGenericRequest instance
|
/// \param pRequest Pointer to a USBGenericRequest instance
|
||||||
@@ -916,7 +915,6 @@ void USBDCallbacks_RequestReceived(const USBGenericRequest *request)
|
|||||||
CCID_RequestHandler(request);
|
CCID_RequestHandler(request);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user