From 96fdf4cf100db67a9ec283a7e50f2e94955819a1 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 20 Jun 2005 17:32:44 +0000 Subject: Preparing 1.9.17 --- doc/scdaemon.texi | 30 +++++++++++++++++++++++++----- 1 file changed, 25 insertions(+), 5 deletions(-) (limited to 'doc/scdaemon.texi') 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 -- cgit v1.2.3