mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-03 12:11:33 +01:00
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)
This commit is contained in:
parent
24be0f24d3
commit
73ba75ad8b
@ -3352,6 +3352,7 @@ ccid_transceive_secure (ccid_driver_t handle,
|
|||||||
pininfo->maxlen = 25;
|
pininfo->maxlen = 25;
|
||||||
enable_varlen = 1;
|
enable_varlen = 1;
|
||||||
break;
|
break;
|
||||||
|
case VENDOR_REINER:/* Tested with cyberJack go */
|
||||||
case VENDOR_VASCO: /* Tested with DIGIPASS 920 */
|
case VENDOR_VASCO: /* Tested with DIGIPASS 920 */
|
||||||
enable_varlen = 1;
|
enable_varlen = 1;
|
||||||
break;
|
break;
|
||||||
|
@ -65,6 +65,7 @@ enum {
|
|||||||
VENDOR_OMNIKEY= 0x076b,
|
VENDOR_OMNIKEY= 0x076b,
|
||||||
VENDOR_GEMPC = 0x08e6,
|
VENDOR_GEMPC = 0x08e6,
|
||||||
VENDOR_VEGA = 0x0982,
|
VENDOR_VEGA = 0x0982,
|
||||||
|
VENDOR_REINER = 0x0c4b,
|
||||||
VENDOR_KAAN = 0x0d46,
|
VENDOR_KAAN = 0x0d46,
|
||||||
VENDOR_FSIJ = 0x234b,
|
VENDOR_FSIJ = 0x234b,
|
||||||
VENDOR_VASCO = 0x1a44
|
VENDOR_VASCO = 0x1a44
|
||||||
@ -82,6 +83,7 @@ enum {
|
|||||||
#define GEMPC_PINPAD 0x3478
|
#define GEMPC_PINPAD 0x3478
|
||||||
#define GEMPC_CT30 0x3437
|
#define GEMPC_CT30 0x3437
|
||||||
#define VEGA_ALPHA 0x0008
|
#define VEGA_ALPHA 0x0008
|
||||||
|
#define CYBERJACK_GO 0x0504
|
||||||
|
|
||||||
#endif /*CCID_DRIVER_INCLUDE_USB_IDS*/
|
#endif /*CCID_DRIVER_INCLUDE_USB_IDS*/
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user