diff options
Diffstat (limited to 'g10/ccid-driver.c')
-rw-r--r-- | g10/ccid-driver.c | 2 |
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"); |