mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-18 14:17:03 +01:00
scd: Internal CCID driver limiting only for SPR532.
* scd/ccid-driver.c (ccid_vendor_specific_init): Only do that for SPR532. Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
This commit is contained in:
parent
32f336d955
commit
3c6b5dfa2a
@ -1270,7 +1270,7 @@ ccid_vendor_specific_init (ccid_driver_t handle)
|
||||
|
||||
r = send_escape_cmd (handle, cmd, sizeof (cmd), NULL, 0, NULL);
|
||||
}
|
||||
else if (handle->id_vendor == VENDOR_SCM)
|
||||
else if (handle->id_vendor == VENDOR_SCM && handle->id_product == SCM_SPR532)
|
||||
{
|
||||
/*
|
||||
* It seems that SEQ may be out of sync between host and the card reader,
|
||||
|
Loading…
x
Reference in New Issue
Block a user