diff options
author | Werner Koch <wk@gnupg.org> | 2007-04-03 18:57:37 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2007-04-03 18:57:37 +0200 |
commit | 3bbc481935713a0661a5084f624c72ae3b59a3ce (patch) | |
tree | 0d44a3635b8f0aa555133dbfe5d08cf9aae731ca /doc/scdaemon.texi | |
parent | kbx/ (diff) | |
download | gnupg2-3bbc481935713a0661a5084f624c72ae3b59a3ce.tar.xz gnupg2-3bbc481935713a0661a5084f624c72ae3b59a3ce.zip |
Add a way to get a listing of available CCID readers.
Diffstat (limited to 'doc/scdaemon.texi')
-rw-r--r-- | doc/scdaemon.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/scdaemon.texi b/doc/scdaemon.texi index 6eb2f1656..f8bab803b 100644 --- a/doc/scdaemon.texi +++ b/doc/scdaemon.texi @@ -251,6 +251,13 @@ 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. +To get a list of available CCID readers you may use this command: +@smallexample +echo scd getinfo reader_list | gpg-connect-agent --decode | awk '/^D/ @{print $2@}' +@end smallexample + + + @item --disable-keypad @opindex disable-keypad Even if a card reader features a keypad, do not try to use it. |