mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-16 21:28:33 +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
|
||||
/// \param pRequest Pointer to a USBGenericRequest instance
|
||||
@@ -916,7 +915,6 @@ void USBDCallbacks_RequestReceived(const USBGenericRequest *request)
|
||||
CCID_RequestHandler(request);
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user