diff options
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. |