1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

scd: Add support for Trustica Cryptoucan.

(cherry picked from commit 967d3649d2)
This commit is contained in:
Jiří Keresteš 2018-07-17 17:11:42 +02:00 committed by Werner Koch
parent a6ce89b6ef
commit d43248af92
No known key found for this signature in database
GPG key ID: E3FDFF218E45B72B
3 changed files with 13 additions and 3 deletions

View file

@ -3387,6 +3387,12 @@ ccid_transceive_secure (ccid_driver_t handle,
if (handle->id_product != CHERRY_ST2000)
cherry_mode = 1;
break;
case VENDOR_NXP:
if (handle->id_product == CRYPTOUCAN){
pininfo->maxlen = 25;
enable_varlen = 1;
}
break;
default:
if ((handle->id_vendor == VENDOR_GEMPC &&
handle->id_product == GEMPC_PINPAD)