From d33703e5fe46068ddfe7b04c44ec2e45f1f79ee3 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 20 Oct 2004 08:54:45 +0000 Subject: * sc-investigate: Removed. * Makefile.am (sc_investigate): Removed. * pcsc-wrapper.c (load_pcsc_driver): Load get_status_change func. (handle_open): Succeed even without a present card. (handle_status, handle_reset): New. * apdu.c (apdu_open_reader): Load pcsc_get_status_change fucntion. (pcsc_get_status): Implemented. (reset_pcsc_reader): Implemented. (open_pcsc_reader): Succeed even with no card inserted. (open_ccid_reader): Set LAST_STATUS. * iso7816.c (iso7816_select_application): Always use 0 for P1. --- doc/scdaemon.texi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc/scdaemon.texi') diff --git a/doc/scdaemon.texi b/doc/scdaemon.texi index 42dedb6b4..872000175 100644 --- a/doc/scdaemon.texi +++ b/doc/scdaemon.texi @@ -170,7 +170,8 @@ default is 32768 (first USB device). @item --ctapi-driver @var{library} Use @var{library} to access the smartcard reader. The current default -is @code{libtowitoko.so}. +is @code{libtowitoko.so}. Note that the use of this interface is +deprecated; it may be removed in future releases. @item --allow-admin -- cgit v1.2.3