[Pcsclite-git-commit] [PCSC] 02/05: Doxygen: SCardGetStatusChange() may return SCARD_E_UNKNOWN_READER

Ludovic Rousseau rousseau at moszumanska.debian.org
Thu Aug 25 15:39:44 UTC 2016


This is an automated email from the git hooks/post-receive script.

rousseau pushed a commit to branch master
in repository PCSC.

commit 0cd6b659868fd7eccc0c1c20e67623cf6e32edba
Author: Ludovic Rousseau <ludovic.rousseau at free.fr>
Date:   Thu Aug 25 14:48:01 2016 +0200

    Doxygen: SCardGetStatusChange() may return SCARD_E_UNKNOWN_READER
    
    Document that SCARD_E_UNKNOWN_READER is a possible return value.
    
    Thanks to Maksim Ivanov for the bug report
    "[Pcsclite-muscle] Small doc improvement for SCardGetStatusChange"
    http://lists.alioth.debian.org/pipermail/pcsclite-muscle/Week-of-Mon-20160822/000697.html
---
 src/winscard_clnt.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/winscard_clnt.c b/src/winscard_clnt.c
index 94d4cf5..74f551f 100644
--- a/src/winscard_clnt.c
+++ b/src/winscard_clnt.c
@@ -1607,6 +1607,7 @@ end:
  * @retval SCARD_E_INVALID_VALUE Invalid States, reader name, etc (\ref SCARD_E_INVALID_VALUE)
  * @retval SCARD_E_INVALID_HANDLE Invalid hContext handle (\ref SCARD_E_INVALID_HANDLE)
  * @retval SCARD_E_READER_UNAVAILABLE The reader is unavailable (\ref SCARD_E_READER_UNAVAILABLE)
+ * @retval SCARD_E_UNKNOWN_READER The reader name is unknown (\ref SCARD_E_UNKNOWN_READER)
  * @retval SCARD_E_TIMEOUT The user-specified timeout value has expired (\ref SCARD_E_TIMEOUT)
  * @retval SCARD_E_CANCELLED The call has been cancelled by a call to
  * SCardCancel() (\ref SCARD_E_CANCELLED)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pcsclite/PCSC.git



More information about the Pcsclite-cvs-commit mailing list