[Pcsclite-cvs-commit] r2359 - trunk/Drivers/ccid/src

Ludovic Rousseau rousseau at alioth.debian.org
Sat Jan 27 14:31:33 CET 2007


Author: rousseau
Date: 2007-01-27 14:31:33 +0100 (Sat, 27 Jan 2007)
New Revision: 2359

Modified:
   trunk/Drivers/ccid/src/ccid_usb.c
Log:
Bogus_firmwares[]: the driver now contains patches to circumvent the
Oz776 reader. It is then declared bogus only if O2MICRO_OZ776_PATCH is
not defined


Modified: trunk/Drivers/ccid/src/ccid_usb.c
===================================================================
--- trunk/Drivers/ccid/src/ccid_usb.c	2007-01-27 13:28:26 UTC (rev 2358)
+++ trunk/Drivers/ccid/src/ccid_usb.c	2007-01-27 13:31:33 UTC (rev 2359)
@@ -102,7 +102,9 @@
 };
 
 static struct _bogus_firmware Bogus_firmwares[] = {
+#ifndef O2MICRO_OZ776_PATCH
 	{ 0x0b97, 0x7762, 0x0111 },	/* Oz776S */ /* the firmware version is not correct since I do not have received a working reader yet */
+#endif
 	{ 0x04e6, 0xe001, 0x0516 },	/* SCR 331 */
 	{ 0x04e6, 0x5111, 0x0620 },	/* SCR 331-DI */
 	{ 0x04e6, 0x5115, 0x0514 },	/* SCR 335 */




More information about the Pcsclite-cvs-commit mailing list