aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2005-06-20 17:32:44 +0000
committerWerner Koch <[email protected]>2005-06-20 17:32:44 +0000
commit96fdf4cf100db67a9ec283a7e50f2e94955819a1 (patch)
tree3574c714791bbad9ab3faf248cc422a1334c31c2 /doc
parentgcc-4 defaults forced me to edit many many files to get rid of the (diff)
downloadgnupg-1-9-17.tar.gz
gnupg-1-9-17.zip
Preparing 1.9.17V1-9-17
Diffstat (limited to '')
-rw-r--r--doc/scdaemon.texi30
1 files changed, 25 insertions, 5 deletions
diff --git a/doc/scdaemon.texi b/doc/scdaemon.texi
index d4a21b5ce..35dca4780 100644
--- a/doc/scdaemon.texi
+++ b/doc/scdaemon.texi
@@ -199,16 +199,36 @@ debugging.
Append all logging output to @var{file}. This is very helpful in
seeing what the agent actually does.
-@item --reader-port @var{number}
-This option may be used to specify the port of the card terminal. A
-value of 0 refers to the first serial device; add 32768 to access USB
-devices. The default is 32768 (first USB device).
+
+@item --pcsc-driver @var{library}
+@opindex pcsc-driver
+Use @var{library} to access the smartcard reader. The current default
+is @file{libpcsclite.so}. 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}).
@item --ctapi-driver @var{library}
+@opindex ctapi-driver
Use @var{library} to access the smartcard reader. The current default
-is @code{libtowitoko.so}. Note that the use of this interface is
+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 to fall 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.
+
+@item --reader-port @var{number_or_string}
+@opindex reader-port
+This option may be used to specify the port of the card terminal. A
+value of 0 refers to the first serial device; add 32768 to access USB
+devices. The default is 32768 (first USB device). PC/SC or CCID
+readers might need a string here; run the program in verbose mode to get
+a list of available readers. The default is then the first reader
+found.
+
@item --allow-admin
@itemx --deny-admin