diff options
author | Werner Koch <[email protected]> | 2013-08-21 13:44:52 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2013-08-21 13:45:07 +0000 |
commit | 7bde2bf3b0ddb5d3515a44879e1a7ddb581a5c0b (patch) | |
tree | 63deab699772dee3b8da4dfdddd07f9449c7eed4 /doc/scdaemon.texi | |
parent | agent: Extend cmd KEYINFO to return data from sshcontrol. (diff) | |
download | gnupg-7bde2bf3b0ddb5d3515a44879e1a7ddb581a5c0b.tar.gz gnupg-7bde2bf3b0ddb5d3515a44879e1a7ddb581a5c0b.zip |
scd: Improve --enable-pinpad-varlen.
* tools/gpgconf-comp.c (gc_options_scdaemon): Add
enable-pinpad-varlen.
* scd/apdu.c (check_pcsc_pinpad): Detect SPRx32 reader.
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'doc/scdaemon.texi')
-rw-r--r-- | doc/scdaemon.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/scdaemon.texi b/doc/scdaemon.texi index ed2cc5129..f454f1428 100644 --- a/doc/scdaemon.texi +++ b/doc/scdaemon.texi @@ -290,10 +290,10 @@ than 0. @item --enable-pinpad-varlen @opindex enable-pinpad-varlen Please specify this option when the card reader supports variable -length input for pinpad (default is no). For known readers listed in -ccid-driver, this option is not needed. Note that if your card reader -doesn't supports variable length input but you want to use it, you -need to specify your pinpad request on your card. +length input for pinpad (default is no). For known readers (listed in +ccid-driver.c and apdu.c), this option is not needed. Note that if +your card reader doesn't supports variable length input but you want +to use it, you need to specify your pinpad request on your card. @item --disable-pinpad |