PIN input support (dial)

This commit is contained in:
NIIBE Yutaka
2011-01-19 14:36:04 +09:00
parent 8ab8db5c6c
commit d63e3ead5a
7 changed files with 339 additions and 14 deletions

View File

@@ -105,7 +105,11 @@ static const uint8_t gnukConfigDescriptor[] = {
0xff, /* bClassEnvelope: */
0, 0, /* wLCDLayout: FIXED VALUE */
#if defined(PINPAD_SUPPORT)
1, /* bPinSupport: with PIN pad */
#if defined(PINPAD_CIR_SUPPORT)
1, /* bPinSupport: with PIN pad (verify) */
#elif defined(PINPAD_DIAL_SUPPORT)
3, /* bPinSupport: with PIN pad (verify, modify) */
#endif
#else
0, /* bPinSupport: No PIN pad */
#endif