Skip to content

1.5.3

Latest
Compare
Choose a tag to compare
@emaxx-google emaxx-google released this 27 May 22:19
0435d14
  • Retry reader init on any error, and do USB reset after repetitive init errors
  • Update the bundled PC/SC-Lite from 2.0.0 to 2.1.0 (release notes for 2.0.1, release notes for 2.0.2, release notes for 2.0.3, release notes for 2.1.0)
    • SCardCancel() will return SCARD_S_SUCCESS even if the client already finished.
    • SCardConnect() & SCardReconnect() will now return SCARD_E_PROTO_MISMATCH if the application requests to use T=1 only but the reader supports T=0 only.
    • Fixed thread safety issues.