/[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 1883 by rousseau, Fri Feb 24 17:14:25 2006 UTC revision 1969 by rousseau, Tue Mar 21 21:06:54 2006 UTC
# Line 35  Supported CCID readers: Line 35  Supported CCID readers:
35  - Eutron SIM Pocket Combo [25]  - Eutron SIM Pocket Combo [25]
36  - Eutron CryptoIdentity [26]  - Eutron CryptoIdentity [26]
37  - Gemplus GemPC 433 SL [2]  - Gemplus GemPC 433 SL [2]
38    - Gemplus GemPC Card [41]
39  - Gemplus GemPC Key [3]  - Gemplus GemPC Key [3]
40  - Gemplus GemPC PinPad  - Gemplus GemPC PinPad
41  - Gemplus GemPC Twin [4]  - Gemplus GemPC Twin [4]
# Line 72  I would like to get these readers to per Line 73  I would like to get these readers to per
73  move them in the supported list above. If you are one of the  move them in the supported list above. If you are one of the
74  manufacturers, please, contact me.  manufacturers, please, contact me.
75    
76    - Axalto Reflex USB v3 [38]
77  - C3PO LTC32 [13]  - C3PO LTC32 [13]
78  - Gemplus GemPC Express  - Gemplus GemPC Express
79    - OmniKey CardMan 3821 [37]
80  - OmniKey CardMan 5125 [33]  - OmniKey CardMan 5125 [33]
81    - OmniKey CardMan 6121 [36]
82  - SCM Micro SCR 331-DI NTTCom [23]  - SCM Micro SCR 331-DI NTTCom [23]
83  - SCM Micro SCR 3310-NTTCOM [28]  - SCM Micro SCR 3310-NTTCOM [28]
84  - SCM Micro SCR 3320 [32]  - SCM Micro SCR 3320 [32]
85  - SCM Micro SCR 333 [15]  - SCM Micro SCR 333 [15]
86    - SCM Micro SDI 010 [39]
87  - SCM SCR 3340 ExpressCard54 [34]  - SCM SCR 3340 ExpressCard54 [34]
88  - Silitek SK-3105 keyboard [12] or C3PO TLTC2USB [14]  - Silitek SK-3105 keyboard [12] or C3PO TLTC2USB [14]
89    - Winbond Electronics (for OEM only) [40]
90    
91    
92  Unsupported or partly supported CCID readers:  Unsupported or partly supported CCID readers:
# Line 111  Debug informations: Line 117  Debug informations:
117  ===================  ===================
118    
119  The driver uses the debug function provided by pcscd. So if pcscd sends  The driver uses the debug function provided by pcscd. So if pcscd sends
120  its debug to stdout (pcscd --foreground) then the CCID will also send  its debug to stderr (pcscd --foreground) then the CCID will also send
121  its debug to stdout. If pcscd sends its debug to syslog (by default)  its debug to stderr. If pcscd sends its debug to syslog (by default)
122  then the CCID will also send its debug to syslog.  then the CCID will also send its debug to syslog.
123    
124  You can change the debug level using the Info.plist configuraion file.  You can change the debug level using the Info.plist configuration file.
125  The Info.plist is installed, by default, in  The Info.plist is installed, by default, in
126  /usr/local/pcsc/drivers/ifd-ccid.bundle/Contents/Info.plist  /usr/local/pcsc/drivers/ifd-ccid.bundle/Contents/Info.plist
127    
# Line 123  The debug level is set in the ifdLogLeve Line 129  The debug level is set in the ifdLogLeve
129  combinaison of 4 different levels.  combinaison of 4 different levels.
130  - 1: critical: important error messages  - 1: critical: important error messages
131  - 2: info:     informative messages like what reader was detected  - 2: info:     informative messages like what reader was detected
132  - 4: periodic: periodic info when pcscd test if a card is present (every  - 4: comm:     a dump of all the bytes exchanged between the host and the
                1/10 of a second)  
 - 8: comm:     a dump of all the bytes exchanged between the host and the  
133                 reader                 reader
134    - 8: periodic: periodic info when pcscd test if a card is present (every
135                   1/10 of a second)
136    
137  By default the debug level is set to 3 (1 + 2) and correspond to the  By default the debug level is set to 3 (1 + 2) and correspond to the
138  critical and info levels.  critical and info levels.
# Line 170  Inc., 59 Temple Place, Suite 330, Boston Line 176  Inc., 59 Temple Place, Suite 330, Boston
176  History:  History:
177  ========  ========
178    
179    1.0.0 - 3 March 2006, Ludovic Rousseau
180        - add support for ActivCard USB Reader 3.0, Athena ASE IIIe USB V2,
181          SCM Micro SCR 355, SCR 3311, SCR 3320, SCR 3340 ExpressCard54,
182          Gemplus GemCore SIM Pro, GemCore POS Pro (serial and USB), GemPC
183          Express (ExpressCard/54 interface), SmartEpad (v 2.0), OmniKey
184          CardMan 5125
185        - greatly improve support of PIN PAD readers. We now support TPDU
186          readers with T=1 cards
187        - use l10n strings for the Gemplus GemPC PIN PAD (it has a screen).
188          Supported languages are: de, en, es, fr, it
189        - rename ACS ACR 38 in ACR 38U-CCID since the ACR 38 is a different
190          reader and is not CCID compatible
191        - allow to select the Power On voltage using Info.plist instead of
192          recompiling the source code
193        - correct bugs in the support of multi-slots readers
194        - if the card is faster than the reader (TA1=97 for example) we try
195          to use a not-so-bad speed (corresponding to TA1=96, 95 or 94)
196          instead of the default speed of TA1=11
197        - the src/parse tool do not use the driver anymore. No need to
198          update the Info.plist file first.
199        - some minor bugs removed
200    
201    
202  0.9.4 - 27 November 2005, Ludovic Rousseau  0.9.4 - 27 November 2005, Ludovic Rousseau
203      - add support for Eutron SIM Pocket Combo, Eutron CryptoIdentity,      - add support for Eutron SIM Pocket Combo, Eutron CryptoIdentity,
204        Verisign Secure Token and VeriSign Secure Storage Token, GemPC        Verisign Secure Token and VeriSign Secure Storage Token, GemPC
# Line 410  References: Line 439  References:
439  [33] http://www.omnikey.com/index.php?id=121  [33] http://www.omnikey.com/index.php?id=121
440  [34] http://www.scmmicro.com/security/SCR3340.html  [34] http://www.scmmicro.com/security/SCR3340.html
441  [35] http://www.cherry.de/deutsch/advanced-line/advanced_smart_terminal_st-2000u.htm  [35] http://www.cherry.de/deutsch/advanced-line/advanced_smart_terminal_st-2000u.htm
442    [36] http://www.omnikey.com/index.php?id=21
443    [37] http://www.omnikey.com/index.php?id=114
444    [38] http://www.reflexreaders.com/Products/reflex_usbnew.html
445    [39] http://www.scmmicro.com/security/SDI_010.html
446    [40] http://www.winbond.com.tw/E-WINBONDHTM/partner/b_2_e_4.htm
447    [41] http://www.gemplus.com/products/gempc_card/
448    
449  $Id$  $Id$
450    

Legend:
Removed from v.1883  
changed lines
  Added in v.1969

  ViewVC Help
Powered by ViewVC 1.1.5