[Pcsclite-cvs-commit] r3280 - in /trunk/Drivers/ccid/src: ccid.c ifdhandler.c

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Tue Jan 13 19:30:21 UTC 2009


Author: rousseau
Date: Tue Jan 13 19:30:21 2009
New Revision: 3280

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=3280
Log:
disable support of the contcatless part of SDI010 and SCR331DI

Modified:
    trunk/Drivers/ccid/src/ccid.c
    trunk/Drivers/ccid/src/ifdhandler.c

Modified: trunk/Drivers/ccid/src/ccid.c
URL: http://svn.debian.org/wsvn/pcsclite/trunk/Drivers/ccid/src/ccid.c?rev=3280&op=diff
==============================================================================
--- trunk/Drivers/ccid/src/ccid.c (original)
+++ trunk/Drivers/ccid/src/ccid.c Tue Jan 13 19:30:21 2009
@@ -234,6 +234,7 @@
 			}
 			break;
 
+#if 0
 		/* SCM SCR331-DI contactless */
 		case SCR331DI:
 		/* SCM SCR331-DI-NTTCOM contactless */
@@ -270,6 +271,7 @@
 				ccid_descriptor->dwFeatures |= CCID_CLASS_AUTO_IFSD;
 			}
 			break;
+#endif
 
 		case MYSMARTPAD:
 			ccid_descriptor->dwMaxIFSD = 254;

Modified: trunk/Drivers/ccid/src/ifdhandler.c
URL: http://svn.debian.org/wsvn/pcsclite/trunk/Drivers/ccid/src/ifdhandler.c?rev=3280&op=diff
==============================================================================
--- trunk/Drivers/ccid/src/ifdhandler.c (original)
+++ trunk/Drivers/ccid/src/ifdhandler.c Tue Jan 13 19:30:21 2009
@@ -1310,6 +1310,7 @@
 			break;
 	}
 
+#if 0
 	/* SCR331-DI contactless reader */
 	if (((SCR331DI == ccid_descriptor->readerID)
 		|| (SDI010 == ccid_descriptor->readerID)
@@ -1356,6 +1357,7 @@
 			return_value = IFD_ICC_NOT_PRESENT;
 		}
 	}
+#endif
 
 end:
 	DEBUG_PERIODIC2("Card %s",




More information about the Pcsclite-cvs-commit mailing list