]> git.pld-linux.org Git - packages/pcsc-lite.git/commitdiff
- updated for 1.5.2
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 2 Apr 2009 21:00:39 +0000 (21:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    pcsc-lite-any.patch -> 1.3

pcsc-lite-any.patch

index 69d722cd60ed825c9e30004a559d65a8a650ca83..58eaab6df263a4677d93e8bbb6534a0b6f2f6ca5 100644 (file)
@@ -1,9 +1,9 @@
---- pcsc-lite-1.2.9-beta7/src/winscard.c.orig  2005-03-01 21:16:13.000000000 +0100
-+++ pcsc-lite-1.2.9-beta7/src/winscard.c       2005-03-03 12:29:40.000000000 +0100
-@@ -214,6 +214,12 @@
-                       }
-                       else
+--- pcsc-lite-1.5.2/src/winscard.c.orig        2009-02-06 09:46:20.000000000 +0100
++++ pcsc-lite-1.5.2/src/winscard.c     2009-04-02 22:54:43.137718835 +0200
+@@ -430,6 +430,12 @@
                        {
+                               (void)SYS_MutexUnLock(rContext->mMutex);
 +                              /*
 +                               * If it is set to ANY let it do any of the protocols
 +                               */
                                if (! (dwPreferredProtocols & rContext->readerState->cardProtocol))
                                        return SCARD_E_PROTO_MISMATCH;
                        }
-@@ -518,6 +524,12 @@
-                       }
-                       else
+@@ -758,6 +764,12 @@
                        {
+                               (void)SYS_MutexUnLock(rContext->mMutex);
 +                              /*
 +                               * If it is set to ANY let it do any of the protocols
 +                               */
This page took 0.24848 seconds and 4 git commands to generate.