summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2003-04-29 21:08:35 +0200
committerWerner Koch <wk@gnupg.org>2003-04-29 21:08:35 +0200
commit18ab605bcc720a6c9115a9e1570e903b53f36b76 (patch)
tree5a8b3c83586bd545a2b434e2ab7cb1953c69bb82 /doc
parent* configure.ac: Build a limited version of scdaemon if libopensc (diff)
downloadgnupg2-18ab605bcc720a6c9115a9e1570e903b53f36b76.tar.xz
gnupg2-18ab605bcc720a6c9115a9e1570e903b53f36b76.zip
* scdaemon.c: New options --print-atr and --reader-port
* apdu.c, apdu.h: New * card.c, card-p15.c, card-dinsig.c: Allow build without OpenSC.
Diffstat (limited to 'doc')
-rw-r--r--doc/scdaemon.texi10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/scdaemon.texi b/doc/scdaemon.texi
index 55f9f8a0f..7b776c750 100644
--- a/doc/scdaemon.texi
+++ b/doc/scdaemon.texi
@@ -58,6 +58,11 @@ default mode is to create a socket and listen for commands there.
Run the program in the background. This option is required to prevent
it from being accidently running in the background.
+@item --print-atr
+@opindex print-atr
+This is mainly a debugging command, used to print the ATR
+(Answer-To-Reset) of a card and exit immediately.
+
@end table
@@ -131,6 +136,11 @@ debugging.
Append all logging output to @var{file}. This is very helpful in
seeing what the agent actually does.
+@item --reader-port @var{number}
+When the program has been build without OpenSC support, this option must
+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).
@end table