CCID: re-enable control request handler for CCID class requests

This commit is contained in:
Harald Welte
2017-11-29 00:26:34 +01:00
parent 7f62c24532
commit 6051e126da

View File

@@ -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
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------