From 6051e126dab7d165c4057f588141e98fcef45786 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Wed, 29 Nov 2017 00:26:34 +0100 Subject: [PATCH] CCID: re-enable control request handler for CCID class requests --- firmware/libcommon/source/cciddriver.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/firmware/libcommon/source/cciddriver.c b/firmware/libcommon/source/cciddriver.c index 7379dc53..901e4151 100644 --- a/firmware/libcommon/source/cciddriver.c +++ b/firmware/libcommon/source/cciddriver.c @@ -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 //------------------------------------------------------------------------------