mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-03 12:11:33 +01:00
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@fsij.org>
This commit is contained in:
parent
ce1689ea07
commit
971064f8b7
@ -975,7 +975,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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user