diff options
| author | NIIBE Yutaka <[email protected]> | 2013-04-23 23:36:31 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 2014-06-27 08:07:28 +0000 |
| commit | 73ba75ad8b933beddd2c3f4b66937b56faa0a2d8 (patch) | |
| tree | 879714b76cafcc0ea34aac16084eee27e659e731 /scd/ccid-driver.c | |
| parent | scd: Support reader Gemalto IDBridge CT30 (diff) | |
| download | gnupg-73ba75ad8b933beddd2c3f4b66937b56faa0a2d8.tar.gz gnupg-73ba75ad8b933beddd2c3f4b66937b56faa0a2d8.zip | |
scd: Add pinpad support for REINER SCT cyberJack go
* scd/ccid-driver.h (VENDOR_REINER, CYBERJACK_GO): New.
* scd/ccid-driver.c (ccid_transceive_secure): Handle the case for
VENDOR_REINER. Original work was by Alina Friedrichsen (tiny change).
--
This is revised version which adapts changes of ccid-driver and was
later ported from branch-2.0 to master (2.1)
Diffstat (limited to 'scd/ccid-driver.c')
| -rw-r--r-- | scd/ccid-driver.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scd/ccid-driver.c b/scd/ccid-driver.c index 65c203701..7a91e09c4 100644 --- a/scd/ccid-driver.c +++ b/scd/ccid-driver.c @@ -3352,6 +3352,7 @@ ccid_transceive_secure (ccid_driver_t handle, pininfo->maxlen = 25; enable_varlen = 1; break; + case VENDOR_REINER:/* Tested with cyberJack go */ case VENDOR_VASCO: /* Tested with DIGIPASS 920 */ enable_varlen = 1; break; |
