diff options
author | NIIBE Yutaka <gniibe@fsij.org> | 2023-12-12 06:23:53 +0100 |
---|---|---|
committer | NIIBE Yutaka <gniibe@fsij.org> | 2023-12-12 06:26:49 +0100 |
commit | 6b93b92111cb8ce6d06c6f71bd62cfb314663b8c (patch) | |
tree | 61e592732962954a648f4c1540e1255e99379651 /doc/scdaemon.texi | |
parent | po: Fix quotes in Polish Translation. (diff) | |
download | gnupg2-6b93b92111cb8ce6d06c6f71bd62cfb314663b8c.tar.xz gnupg2-6b93b92111cb8ce6d06c6f71bd62cfb314663b8c.zip |
doc: Fix description of scdaemon for --disable-ccid.
--
GnuPG-bug-id: 6871
Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
Diffstat (limited to 'doc/scdaemon.texi')
-rw-r--r-- | doc/scdaemon.texi | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/doc/scdaemon.texi b/doc/scdaemon.texi index 6f56585e6..d4e663eff 100644 --- a/doc/scdaemon.texi +++ b/doc/scdaemon.texi @@ -241,18 +241,16 @@ Instead of using this option you might also want to install a symbolic link to the default file name (e.g. from @file{libpcsclite.so.1}). A Unicode file name may not be used on Windows. -@item --ctapi-driver @var{library} -@opindex ctapi-driver -Use @var{library} to access the smartcard reader. The current default -is @file{libtowitoko.so}. Note that the use of this interface is -deprecated; it may be removed in future releases. - @item --disable-ccid @opindex disable-ccid -Disable the integrated support for CCID compliant readers. This -allows falling back to one of the other drivers even if the internal -CCID driver can handle the reader. Note, that CCID support is only -available if libusb was available at build time. +The integrated CCID driver for CCID compliant devices can be available +when libusb was detected at build time, and it is used to access the +smartcard reader. If access via PC/SC driver is needed, please +configure this option to disable CCID driver support (if any). In +GnuPG 2.2, there was a fallback mechanism from CCID driver to PC/SC +driver. The fallback mechanism worked, because scdaemon in GnuPG 2.2 +only supported a single token/reader. To support of multiple +tokens/readers at the same time, fallback mechanism was removed. @item --reader-port @var{number_or_string} @opindex reader-port |