/[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 2298 by rousseau, Thu Jan 4 20:27:13 2007 UTC revision 2610 by rousseau, Fri Aug 3 20:12:08 2007 UTC
# Line 49  Supported CCID readers: Line 49  Supported CCID readers:
49  - Kobil KAAN Base [19]  - Kobil KAAN Base [19]
50  - Kobil KAAN Advanced [20]  - Kobil KAAN Advanced [20]
51  - Kobil KAAN SIM III [21]  - Kobil KAAN SIM III [21]
 - Kobil mIDentity [22]  
52  - OmniKey CardMan 3121 [5]  - OmniKey CardMan 3121 [5]
53  - RSA SecureID SID800 [50]  - RSA SecureID SID800 [50]
54  - SCM Micro SCR 331 [6]  - SCM Micro SCR 331 [6]
# Line 85  manufacturers, please, contact me. Line 84  manufacturers, please, contact me.
84  - C3PO TLTC2USB  - C3PO TLTC2USB
85  - C3PO KBR36  - C3PO KBR36
86  - Gemplus GemPC Express  - Gemplus GemPC Express
87    - Fujitsu Siemens Computers SmartCard USB 2A [53]
88    - Fujitsu Siemens Computers SmartCard Keyboard USB 2A [54]
89    - Giesecke & Devrient StarSign Card Token 350 (ICCD) [57]
90    - Giesecke & Devrient StarSign Card Token 550 (ICCD)
91  - HP USB Smart Card Keyboard [44]  - HP USB Smart Card Keyboard [44]
92  - HP USB Smartcard Reader  - HP USB Smartcard Reader
93  - id3 Semiconductors CL1356D [45] (tested by me but I don't have the  - id3 Semiconductors CL1356D [45] (tested by me but I don't have the
# Line 95  manufacturers, please, contact me. Line 98  manufacturers, please, contact me.
98  - OmniKey CardMan 3021 [49]  - OmniKey CardMan 3021 [49]
99  - OmniKey CardMan 3621 [43]  - OmniKey CardMan 3621 [43]
100  - OmniKey CardMan 3821 [37]  - OmniKey CardMan 3821 [37]
101    - OmniKey CardMan 4321 [55]
102  - OmniKey CardMan 5121 [33]  - OmniKey CardMan 5121 [33]
103  - OmniKey CardMan 5125 [51]  - OmniKey CardMan 5125 [51]
104    - OmniKey CardMan 5321 [56]
105  - OmniKey CardMan 6121 [36]  - OmniKey CardMan 6121 [36]
106    - O2Micro Oz776 (0x7762 and 0x7772 versions)
107    - Philips JCOP41V221
108  - SCM Micro SCR 331-DI NTTCom [23]  - SCM Micro SCR 331-DI NTTCom [23]
109  - SCM Micro SCR 3310-NTTCOM [28]  - SCM Micro SCR 3310-NTTCOM [28]
110  - SCM Micro SCR 3320 [32]  - SCM Micro SCR 3320 [32]
111  - SCM Micro SCR 333 [15]  - SCM Micro SCR 333 [15]
112  - SCM Micro SDI 010 [39]  - SCM Micro SDI 010 [39]
113  - SCM SCR 3340 ExpressCard54 [34]  - SCM SCR 3340 ExpressCard54 [34]
114    - SchlumbergerSema Cyberflex Access e-gate ICCD
115  - Silitek SK-3105 keyboard [12] or C3PO TLTC2USB [14]  - Silitek SK-3105 keyboard [12] or C3PO TLTC2USB [14]
116    - Sitecom USB simcard reader MD-010
117  - Winbond Electronics (for OEM only) [40]  - Winbond Electronics (for OEM only) [40]
118    
119    
# Line 123  Unsupported or partly supported CCID rea Line 132  Unsupported or partly supported CCID rea
132      powerup fails with a Setcos card      powerup fails with a Setcos card
133      does work with the belgium eID (the reader is sold for this      does work with the belgium eID (the reader is sold for this
134      application)      application)
135  - O2Micro Oz7762  - Kobil mIDentity [22]
136      This reader is common as an internal reader in laptops like the Dell      Time requests are not managed correctly and make the firmware fails.
137      D420. You will then have different problems :      This is not a problem unless you use a time-consuming APDU like RSA
138      * lots of "pcscd: commands.c:693:CmdGetSlotStatus Card absent or      key generation.
139        mute" messages in you logs      A new firmware will correct the bug.
     * you can't use a command with 52 bytes of result, the reader will  
       time out and the command will fail  
     O2 Micro said the second problem would be corrected in a new  
     firmware version so you may be lucky to have a mostly working  
     reader. Until I get one working reader and can verify it does behave  
     correctly I will list it in the unsupported reader list.  
140    
141    
142  Supported operating systems:  Supported operating systems:
# Line 207  Inc., 59 Temple Place, Suite 330, Boston Line 210  Inc., 59 Temple Place, Suite 330, Boston
210  History:  History:
211  ========  ========
212    
213    1.3.0 - 10 May 2007, Ludovic Rousseau
214        - add support of ICCD version A and B
215        - add support for (new) KOBIL mIDentity, SchlumbergerSema Cyberflex
216          Access e-gate ICCD, Fujitsu Siemens Computers SmartCard USB 2A and
217          SmartCard Keyboard USB 2A readers, OmniKey CardMan 4321
218        - contrib/RSA_SecurID/RSA_SecurID_getpasswd: tool to get the on time
219          password also displayed on the token screen
220        - contrib/Kobil_mIDentity_switch: tool to activate the CCID reader
221          of the Kobil mIDentity. The tool should be started automatically
222          by the udev rule on Linux
223        - GemPC pinpad: localisation of the string "PIN blocked", add
224          Portuguese(pt), Dutch(nl) and Turkish(tr) localisations
225        - some minor bugs removed
226    
227    1.2.1 - 27 January 2007, Ludovic Rousseau
228        - pcscd_ccid.rules: add non CCID generic (InterfaceClass: 0xFF)
229          readers
230        - INSTALL: document how to use --enable-udev on FreeBSD
231        - move the O2Micro Oz7762 from the unsupported to the supported list
232          since patches to support it are applied by default
233          (O2MICRO_OZ776_PATCH)
234    
235    
236    1.2.0 - 19 January 2007, Ludovic Rousseau
237        - add support for SCARD_ATTR_VENDOR_IFD_VERSION,
238          SCARD_ATTR_VENDOR_NAME and SCARD_ATTR_MAXINPUT tags used by
239          SCardGetAttrib(). Read SCARDGETATTRIB.txt for more documentation
240        - add support for OmniKey CardMan 5125, CardMan 1021, C3PO LTC32,
241          Teo by Xiring, HP USB Smartcard Reader
242        - use --enable-twinserial to build the serial reader driver
243        - use --enable-udev to configure for a use with Linux udev hotplug
244          mechanism. This will allow pcscd to avoid polling the USB bus
245          every 1 second
246        - some minor bugs removed
247    
248    
249  1.1.0 - 11 August 2006, Ludovic Rousseau  1.1.0 - 11 August 2006, Ludovic Rousseau
250      - support Extended APDU (up to 64KB) for readers in TPDU mode (many      - support Extended APDU (up to 64KB) for readers in TPDU mode (many
251        readers) or Extended APDU mode (very rare). This only works for        readers) or Extended APDU mode (very rare). This only works for
# Line 521  References: Line 560  References:
560  [50] http://www.rsasecurity.com/products/securid/datasheets/SID800_DS_0205.pdf  [50] http://www.rsasecurity.com/products/securid/datasheets/SID800_DS_0205.pdf
561  [51] http://www.omnikey.com/?id=products&tx_okprod_pi1[product]=39  [51] http://www.omnikey.com/?id=products&tx_okprod_pi1[product]=39
562  [52] http://www.teobyxiring.com/  [52] http://www.teobyxiring.com/
563    [53] http://www.fujitsu-siemens.com/solutions/business_solutions/security/security_products/smartcase_scr_usbex.html
564    [54] http://www.fujitsu-siemens.com/solutions/business_solutions/security/security_products/smartcase_kbpc_cx.html
565    [55] http://omnikey.aaitg.com/?id=products&tx_okprod_pi1[product]=50
566    [56] http://omnikey.aaitg.com/?id=products&tx_okprod_pi1[product]=41
567    [57] http://www.gi-de.com/portal/page?_pageid=42,126834&_dad=portal&_schema=PORTAL
568    
569  $Id$  $Id$
570    

Legend:
Removed from v.2298  
changed lines
  Added in v.2610

  ViewVC Help
Powered by ViewVC 1.1.5