pinpad support (1)

This commit is contained in:
NIIBE Yutaka
2011-01-04 21:06:55 +09:00
parent 2317bc71d6
commit 32d91bf7c3
6 changed files with 77 additions and 18 deletions

View File

@@ -104,7 +104,11 @@ static const uint8_t gnukConfigDescriptor[] = {
0xff, /* bClassGetResponse: */
0xff, /* bClassEnvelope: */
0, 0, /* wLCDLayout: FIXED VALUE */
#if defined(PINPAD_SUPPORT)
1, /* bPinSupport: with PIN pad */
#else
0, /* bPinSupport: No PIN pad */
#endif
1, /* bMaxCCIDBusySlots: 1 */
/*Endpoint 1 Descriptor*/
7, /* bLength: Endpoint Descriptor size */