aboutsummaryrefslogtreecommitdiffstats
path: root/firmware
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2017-11-29 00:26:34 +0100
committerHarald Welte <laforge@gnumonks.org>2017-11-29 00:26:34 +0100
commit6051e126dab7d165c4057f588141e98fcef45786 (patch)
tree1063bdd6339492769d7f826f22e11e87a3fcb1c2 /firmware
parent7f62c24532be56a680a9ff8ce13039874104b551 (diff)
CCID: re-enable control request handler for CCID class requests
Diffstat (limited to 'firmware')
-rw-r--r--firmware/libcommon/source/cciddriver.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/firmware/libcommon/source/cciddriver.c b/firmware/libcommon/source/cciddriver.c
index 7379dc5..901e415 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
//------------------------------------------------------------------------------