Loading src/ccid.c +2 −0 Original line number Diff line number Diff line Loading @@ -484,6 +484,8 @@ int ccid_open_hack_post(unsigned int reader_index) * The problem is that the PIN code entered using the Secure * Pin Entry function is also sent to the host. */ case C3PO_LTC31_v2: ccid_descriptor->bPINSupport = 0; break; Loading src/ccid.h +1 −0 Original line number Diff line number Diff line Loading @@ -191,6 +191,7 @@ typedef struct #define GEMALTO_EZIO_CBP 0x08E634C3 #define CARDMAN3121 0x076B3021 #define LTC31 0x07830003 #define C3PO_LTC31_v2 0x07830006 #define SCR331DI 0x04E65111 #define SCR331DINTTCOM 0x04E65120 #define SDI010 0x04E65121 Loading Loading
src/ccid.c +2 −0 Original line number Diff line number Diff line Loading @@ -484,6 +484,8 @@ int ccid_open_hack_post(unsigned int reader_index) * The problem is that the PIN code entered using the Secure * Pin Entry function is also sent to the host. */ case C3PO_LTC31_v2: ccid_descriptor->bPINSupport = 0; break; Loading
src/ccid.h +1 −0 Original line number Diff line number Diff line Loading @@ -191,6 +191,7 @@ typedef struct #define GEMALTO_EZIO_CBP 0x08E634C3 #define CARDMAN3121 0x076B3021 #define LTC31 0x07830003 #define C3PO_LTC31_v2 0x07830006 #define SCR331DI 0x04E65111 #define SCR331DINTTCOM 0x04E65120 #define SDI010 0x04E65121 Loading