[git] GnuPG - branch, master, updated. gnupg-2.1.0-beta442-28-g73ba75a

by NIIBE Yutaka cvs at cvs.gnupg.org
Fri Jun 27 10:14:46 CEST 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The GNU Privacy Guard".

The branch, master has been updated
       via  73ba75ad8b933beddd2c3f4b66937b56faa0a2d8 (commit)
      from  24be0f24d3a9325a04de10ae0e5e277bf28a74fe (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 73ba75ad8b933beddd2c3f4b66937b56faa0a2d8
Author: NIIBE Yutaka <gniibe at fsij.org>
Date:   Wed Apr 24 08:36:31 2013 +0900

    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)

diff --git a/scd/ccid-driver.c b/scd/ccid-driver.c
index 65c2037..7a91e09 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;
diff --git a/scd/ccid-driver.h b/scd/ccid-driver.h
index 3952cd7..e62ad5c 100644
--- a/scd/ccid-driver.h
+++ b/scd/ccid-driver.h
@@ -65,6 +65,7 @@ enum {
   VENDOR_OMNIKEY= 0x076b,
   VENDOR_GEMPC  = 0x08e6,
   VENDOR_VEGA   = 0x0982,
+  VENDOR_REINER = 0x0c4b,
   VENDOR_KAAN   = 0x0d46,
   VENDOR_FSIJ   = 0x234b,
   VENDOR_VASCO  = 0x1a44
@@ -82,6 +83,7 @@ enum {
 #define GEMPC_PINPAD    0x3478
 #define GEMPC_CT30      0x3437
 #define VEGA_ALPHA      0x0008
+#define CYBERJACK_GO    0x0504
 
 #endif /*CCID_DRIVER_INCLUDE_USB_IDS*/
 

-----------------------------------------------------------------------

Summary of changes:
 scd/ccid-driver.c |    1 +
 scd/ccid-driver.h |    2 ++
 2 files changed, 3 insertions(+)


hooks/post-receive
-- 
The GNU Privacy Guard
http://git.gnupg.org




More information about the Gnupg-commits mailing list