mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-18 14:17:03 +01:00
Support the gnuk token pinpad code.
This commit is contained in:
parent
dc5d9b1400
commit
7d24ffaf80
@ -1,3 +1,7 @@
|
|||||||
|
2011-01-05 Werner Koch <wk@g10code.com>
|
||||||
|
|
||||||
|
* ccid-driver.c (ccid_transceive_secure): Support the gnuk token.
|
||||||
|
|
||||||
2010-11-16 Werner Koch <wk@g10code.com>
|
2010-11-16 Werner Koch <wk@g10code.com>
|
||||||
|
|
||||||
* apdu.c (PCSC_UNKNOWN) [W32]: Fix all these values which don't
|
* apdu.c (PCSC_UNKNOWN) [W32]: Fix all these values which don't
|
||||||
|
@ -209,7 +209,8 @@ enum {
|
|||||||
VENDOR_SCM = 0x04e6,
|
VENDOR_SCM = 0x04e6,
|
||||||
VENDOR_OMNIKEY= 0x076b,
|
VENDOR_OMNIKEY= 0x076b,
|
||||||
VENDOR_GEMPC = 0x08e6,
|
VENDOR_GEMPC = 0x08e6,
|
||||||
VENDOR_KAAN = 0x0d46
|
VENDOR_KAAN = 0x0d46,
|
||||||
|
VENDOR_FSIJ = 0x234B
|
||||||
};
|
};
|
||||||
|
|
||||||
/* A list and a table with special transport descriptions. */
|
/* A list and a table with special transport descriptions. */
|
||||||
@ -3072,6 +3073,7 @@ ccid_transceive_secure (ccid_driver_t handle,
|
|||||||
{
|
{
|
||||||
case VENDOR_SCM: /* Tested with SPR 532. */
|
case VENDOR_SCM: /* Tested with SPR 532. */
|
||||||
case VENDOR_KAAN: /* Tested with KAAN Advanced (1.02). */
|
case VENDOR_KAAN: /* Tested with KAAN Advanced (1.02). */
|
||||||
|
case VENDOR_FSIJ: /* Tested with the gnuk code (2011-01-05). */
|
||||||
break;
|
break;
|
||||||
case VENDOR_CHERRY:
|
case VENDOR_CHERRY:
|
||||||
/* The CHERRY XX44 keyboard echos an asterisk for each entered
|
/* The CHERRY XX44 keyboard echos an asterisk for each entered
|
||||||
|
Loading…
x
Reference in New Issue
Block a user