2009/11/18 Martin Paljak <[email protected]>: > Hi. > > From SCardControl documentation: > """ > This function sends a command directly to the IFD Handler (reader driver) to > be processed by the reader. > """ > If that is the case, is it reasonable/designed that it returns card related > errors like: > > SCARD_W_RESET_CARD > SCARD_W_REMOVED_CARD
These error codes are not returned by pcsc-lite. I removed them from the documentation in revision 4558. I also added SCARD_E_INVALID_PARAMETER that may be returned. > Currently OpenSC fails to detect (sometimes) the reader pinpad feature if you > play with the card a lot, but to me it feels like these should not be > returned by SCardControl. Can you reproduce the problem and send a patch? The pinpad support is not linked to a card presence or not. But I don't know what you mean by "you play with the card a lot" Bye -- Dr. Ludovic Rousseau _______________________________________________ Muscle mailing list [email protected] http://lists.drizzle.com/mailman/listinfo/muscle
