/[pcsclite]/trunk/Drivers/ccid/README
ViewVC logotype

Diff of /trunk/Drivers/ccid/README

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 467 by rousseau, Tue Sep 23 07:54:56 2003 UTC revision 677 by rousseau, Thu Feb 5 19:40:57 2004 UTC
# Line 19  Supported CCID readers: Line 19  Supported CCID readers:
19  - Gemplus GemPC 433 SL [2]  - Gemplus GemPC 433 SL [2]
20  - Gemplus GemPC Key [3]  - Gemplus GemPC Key [3]
21  - Gemplus GemPC Twin [4]  - Gemplus GemPC Twin [4]
22    - LTC31 from C3PO [8]
23  - OmniKey CardMan 3121 [5]  - OmniKey CardMan 3121 [5]
24  - SCM Micro SCR 331 [6]  - SCM Micro SCR 331 [6]
25  - SCM Micro SCR 335 [7]  - SCM Micro SCR 335 [7]
26    
27    
28    Should work but untested by me:
29    ===============================
30    
31    I would like to get these readers to perform test and validation and
32    move them in the supported list above. If you are one of the
33    manufacturers, please, contact me.
34    
35    - SCM Micro SCR 331-DI [11]
36    - SCM Micro SPR 532 [9]
37    - ActivCard USB reader 2.0 [10]
38    - Silitek SK-3105 keyboard [12]
39    
40    
41  Unsupported CCID readers:  Unsupported CCID readers:
42  =========================  =========================
43    
44  - LTC31 from C3PO [8]  None known.
   Communication errors between the card and the reader. Some cards can't  
   send an ATR.  I have the exact same symptoms with the Windows driver  
   provided by C3PO.  
45    
46    
47  Supported operating systems:  Supported operating systems:
# Line 88  All platforms Line 99  All platforms
99          Another solution is to plug readers one after the other and not          Another solution is to plug readers one after the other and not
100          at the same time.          at the same time.
101    
 MacOS X/Darwin  
     hotplug  
     """""""  
       Due to libusb work in progress the driver may crash on a reader  
       insertion after a few insert/remove actions.  
       So if your reader is always connected you should not have  
       problems.  
       A new version of libusb should fix this bug  
   
102  *BSD  *BSD
103      libusb      libusb
104      """"""      """"""
# Line 127  Inc., 59 Temple Place, Suite 330, Boston Line 129  Inc., 59 Temple Place, Suite 330, Boston
129  History:  History:
130  ========  ========
131    
132    0.3.2 - 4 November 2003, Ludovic Rousseau
133        - src/commands.c: correct a stupid bug that occurs with an APDU with
134          2 bytes response.
135        - Info.plist: add SPR 532 in list of supported readers
136        - parse.c: do not exit if the InterfaceClass is 0xFF (proprietary).
137          It is the case with old readers manufactured before the final
138          release of the CCID specs.
139        - move LTC31 reader from unsupported to supported reader list. It
140          was my f ault since in used odd INS byte in my test applet and odd
141          INS bytes are forbidden by ISO 7816-4 ch. 5.4.2 Instruction byte.
142          Thanks to Josep Moné s Teixidor for pointing the problem.
143        - src/commands.c: comment out the automatic GET RESPONSE part. I
144          don't think it should be in the driver. Maybe in pcscd instead?
145    
146  0.3.1 - 23 September 2003, Ludovic Rouseau  0.3.1 - 23 September 2003, Ludovic Rouseau
147      - add --enable-multi-thread (enabled by default) for thread safe      - add --enable-multi-thread (enabled by default) for thread safe
148        support an APDU multiplexing. You will need pcsc-lite-1.2.0-rc3 or        support an APDU multiplexing. You will need pcsc-lite-1.2.0-rc3 or
# Line 175  Bibliography: Line 191  Bibliography:
191  [6] http://www.scmmicro.com/security/SCR331.html  [6] http://www.scmmicro.com/security/SCR331.html
192  [7] http://www.scmmicro.com/security/SCR335.html  [7] http://www.scmmicro.com/security/SCR335.html
193  [8] http://www.c3po.es/pcsc.htm  [8] http://www.c3po.es/pcsc.htm
194    [9] http://www.scmmicro.com/security/SPR532.html
195    [10] http://www.activcard.com/products/usb_reader.html
196    [11] http://www.scmmicro.com/security/SCR331-DI.html
197    [12] http://www.silitek.com/prod/getProduct.do?xml_id=4_2&menu_id=4_2_8&cid=1_8_5
198    
199  $Id$  $Id$
200    

Legend:
Removed from v.467  
changed lines
  Added in v.677

  ViewVC Help
Powered by ViewVC 1.1.5