[Pcsclite-cvs-commit] r4227 - /trunk/Drivers/ccid/src/ccid_usb.c

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Wed May 27 09:20:44 UTC 2009


Author: rousseau
Date: Wed May 27 09:20:44 2009
New Revision: 4227

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=4227
Log:
ACS ACR122U-WB-R with firmware < 2.06 are bogus: APDU with 0x7B (123)
bytes expected do not work with a 14443 card. The reader returns SW=63
00 instead.

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

Modified: trunk/Drivers/ccid/src/ccid_usb.c
URL: http://svn.debian.org/wsvn/pcsclite/trunk/Drivers/ccid/src/ccid_usb.c?rev=4227&op=diff
==============================================================================
--- trunk/Drivers/ccid/src/ccid_usb.c (original)
+++ trunk/Drivers/ccid/src/ccid_usb.c Wed May 27 09:20:44 2009
@@ -114,6 +114,7 @@
 	{ 0x0DC3, 0x1004, 0x0502 },	/* ASE IIIe USBv2 */
 	{ 0x0DC3, 0x1102, 0x0607 },	/* ASE IIIe KB USB */
 	{ 0x058F, 0x9520, 0x0102 },	/* Alcor AU9520-G */
+	{ 0x072F, 0x2200, 0x0206 }, /* ACS ACR122U-WB-R */
 
 	/* the firmware version is not correct since I do not have received a
 	 * working reader yet */




More information about the Pcsclite-cvs-commit mailing list