[git] GnuPG - branch, STABLE-BRANCH-2-0, updated. gnupg-2.0.30-5-gc68d39f
by Niibe Yutaka
cvs at cvs.gnupg.org
Sun Jun 19 04:33:59 CEST 2016
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, STABLE-BRANCH-2-0 has been updated
via c68d39f7114623075c0b407b05927b61b190a377 (commit)
from 00d737e3fde84e7df7ba19080c83237b769cd0d0 (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 c68d39f7114623075c0b407b05927b61b190a377
Author: Niibe Yutaka <gniibe at fsij.org>
Date: Sun Jun 19 11:24:50 2016 +0900
scd: Reset nonnull_nad to zero for VENDOR_GEMPC.
* (parse_ccid_descriptor): nonnull_nad = 0 for all GEMPC device.
--
We can't use the driver for 08E6:3438, while it works well under PC/SC
service. I found that the library of ccid always uses the node
address = ZERO for all transactions. So, we extend the same handling
for not only GEMPC_CT30, but also for all its devices.
Debian-bug-id: 814584
Signed-off-by: NIIBE Yutaka <gniibe at fsij.org>
(backport form master
commit 971064f8b7ad676326b2a468f688037a303717df)
diff --git a/scd/ccid-driver.c b/scd/ccid-driver.c
index 8f9c1bd..23b992d 100644
--- a/scd/ccid-driver.c
+++ b/scd/ccid-driver.c
@@ -1013,7 +1013,7 @@ parse_ccid_descriptor (ccid_driver_t handle,
handle->max_ifsd = 48;
}
- if (handle->id_vendor == VENDOR_GEMPC && handle->id_product == GEMPC_CT30)
+ if (handle->id_vendor == VENDOR_GEMPC)
{
DEBUGOUT ("enabling product quirk: disable non-null NAD\n");
handle->nonnull_nad = 0;
-----------------------------------------------------------------------
Summary of changes:
scd/ccid-driver.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
The GNU Privacy Guard
http://git.gnupg.org
More information about the Gnupg-commits
mailing list