aboutsummaryrefslogtreecommitdiffstats
path: root/g10/ccid-driver.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2005-01-27 10:30:28 +0000
committerWerner Koch <[email protected]>2005-01-27 10:30:28 +0000
commit963748d1b586d390e7b86bda177b396a0fc5cd6c (patch)
tree8bdc3000a3a4590dd32312942e4cda52b73fb6b1 /g10/ccid-driver.c
parent* keyserver.c (parse_keyserver_uri): Allow RFC-2732 IPv6 [literal (diff)
downloadgnupg-963748d1b586d390e7b86bda177b396a0fc5cd6c.tar.gz
gnupg-963748d1b586d390e7b86bda177b396a0fc5cd6c.zip
Updated to the version from 1.2.7.
Diffstat (limited to '')
-rw-r--r--g10/ccid-driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/ccid-driver.c b/g10/ccid-driver.c
index 0694fe762..e80394f08 100644
--- a/g10/ccid-driver.c
+++ b/g10/ccid-driver.c
@@ -450,7 +450,7 @@ parse_ccid_descriptor (ccid_driver_t handle,
if (handle->id_vendor == VENDOR_SCM
/* FIXME: check whether it is the same
firmware version for all drivers. */
- && handle->bcd_device < 0x0513
+ && handle->bcd_device < 0x0519
&& handle->max_ifsd > 48)
{
DEBUGOUT ("enabling workaround for buggy SCM readers\n");