| 107 |
- C3PO LTC31 (old model, USB product id 0x0003) [8] |
- C3PO LTC31 (old model, USB product id 0x0003) [8] |
| 108 |
The reader works fine with Linux kernel 2.4 but does not with Linux |
The reader works fine with Linux kernel 2.4 but does not with Linux |
| 109 |
kernel 2.6. The ioctl() syscall returns EINVAL (Invalid argument) |
kernel 2.6. The ioctl() syscall returns EINVAL (Invalid argument) |
| 110 |
|
- iDream (THRC2002-2) [47] |
| 111 |
|
PPS fails with a Cryptoflex card |
| 112 |
|
powerup fails with a Setcos card |
| 113 |
|
does work with the belgium eID (the reader is sold for this |
| 114 |
|
application) |
| 115 |
- RSA SecureID SID800 [24] |
- RSA SecureID SID800 [24] |
| 116 |
The USB layer is completely broken. The reader is sometimes not even |
The USB layer is completely broken. The reader is sometimes not even |
| 117 |
seen on the USB bus (same problem under Windows). Maybe newer |
seen on the USB bus (same problem under Windows). Maybe newer |
| 276 |
- T=1 TPDU code: |
- T=1 TPDU code: |
| 277 |
. the work on T=1 TPDU code was possible thanks to Gemplus |
. the work on T=1 TPDU code was possible thanks to Gemplus |
| 278 |
validation team who helped me test, debug and bring the code to |
validation team who helped me test, debug and bring the code to |
| 279 |
an EMV validation level. Thanks to Jérôme, Jean-Yves, Xavier and |
an EMV validation level. Thanks to Jérôme, Jean-Yves, Xavier and |
| 280 |
the Gemplus readers department |
the Gemplus readers department |
| 281 |
. error code was not checked correctly |
. error code was not checked correctly |
| 282 |
. avoid a (nearly) infinite loop when resynch are needed. |
. avoid a (nearly) infinite loop when resynch are needed. |
| 386 |
- move LTC31 reader from unsupported to supported reader list. It |
- move LTC31 reader from unsupported to supported reader list. It |
| 387 |
was my f ault since in used odd INS byte in my test applet and odd |
was my f ault since in used odd INS byte in my test applet and odd |
| 388 |
INS bytes are forbidden by ISO 7816-4 ch. 5.4.2 Instruction byte. |
INS bytes are forbidden by ISO 7816-4 ch. 5.4.2 Instruction byte. |
| 389 |
Thanks to Josep Moné s Teixidor for pointing the problem. |
Thanks to Josep Moné s Teixidor for pointing the problem. |
| 390 |
- src/commands.c: comment out the automatic GET RESPONSE part. I |
- src/commands.c: comment out the automatic GET RESPONSE part. I |
| 391 |
don't think it should be in the driver. Maybe in pcscd instead? |
don't think it should be in the driver. Maybe in pcscd instead? |
| 392 |
|
|
| 397 |
- add --enable-libusb=PATH option is your libusb is not installed in |
- add --enable-libusb=PATH option is your libusb is not installed in |
| 398 |
/usr or /usr/local |
/usr or /usr/local |
| 399 |
- honor DESTDIR in install rules (closes [ #300110 ]). Thanks to |
- honor DESTDIR in install rules (closes [ #300110 ]). Thanks to |
| 400 |
Ville Skyttä for the patch. |
Ville Skyttä for the patch. |
| 401 |
- src/ccid.c: do not switch the GemPC Key and GemPC Twin in APDU |
- src/ccid.c: do not switch the GemPC Key and GemPC Twin in APDU |
| 402 |
mode since it also swicth in EMV mode and may not work with non |
mode since it also swicth in EMV mode and may not work with non |
| 403 |
EMV cards |
EMV cards |
| 477 |
[44] http://h18000.www1.hp.com/products/quickspecs/12346_na/12346_na.HTML |
[44] http://h18000.www1.hp.com/products/quickspecs/12346_na/12346_na.HTML |
| 478 |
[45] http://www.id3semiconductors.com/produits/cl1356D.htm |
[45] http://www.id3semiconductors.com/produits/cl1356D.htm |
| 479 |
[46] http://www.alcormicro.com/products_detail.php?main_id=8&p_id=21 |
[46] http://www.alcormicro.com/products_detail.php?main_id=8&p_id=21 |
| 480 |
|
[47] http://www.tai-hao.com/english/products_detail.php?main_id=4&second_id=13&p_id=53&now_rows=1 |
| 481 |
|
|
| 482 |
$Id$ |
$Id$ |
| 483 |
|
|