[Pcsclite-cvs-commit] CVS Drivers/ccid/src

CVS User rousseau ludovic.rousseau@free.fr
Thu, 13 Jan 2005 03:37:40 -0700


Update of /cvsroot/pcsclite/Drivers/ccid/src
In directory haydn:/tmp/cvs-serv8517

Modified Files:
	ccid_usb.c 
Log Message:
Bogus_firmwares[]: the 3 SMC readers had the same (cut-n-paste) USB
identification


--- /cvsroot/pcsclite/Drivers/ccid/src/ccid_usb.c	2004/12/19 17:13:27	1.43
+++ /cvsroot/pcsclite/Drivers/ccid/src/ccid_usb.c	2005/01/13 10:37:40	1.44
@@ -18,7 +18,7 @@
 */
 
 /*
- * $Id: ccid_usb.c,v 1.43 2004/12/19 17:13:27 rousseau Exp $
+ * $Id: ccid_usb.c,v 1.44 2005/01/13 10:37:40 rousseau Exp $
  */
 
 #define __CCID_USB__
@@ -107,8 +107,8 @@
 
 static struct _bogus_firmware Bogus_firmwares[] = {
 	{ 0x0b97, 0x7762, 0x0111 },	/* Oz776S */ /* the firmware version if not correct since I don't have received a working reader yet */
-	{ 0x04e6, 0x5115, 0x0516 },	/* SCR 331 */
-	{ 0x04e6, 0x5115, 0x0620 },	/* SCR 331-DI */
+	{ 0x04e6, 0xe001, 0x0516 },	/* SCR 331 */
+	{ 0x04e6, 0x5111, 0x0620 },	/* SCR 331-DI */
 	{ 0x04e6, 0x5115, 0x0514 },	/* SCR 335 */
 	{ 0x04e6, 0xe003, 0x0504 },	/* SPR 532 */
 };