Hello,

I just released a new version of my CCID smart card reader driver [1].
The source code archive is available at [2].

Changelog:
1.3.11 - 28 July 2009, Ludovic Rousseau
    - add support of Raritan D2CIM-DVUSB VM/CCID, Feitian SCR301,
      Softforum XecureHSM, 2 Neowave Weneo tokens, Synnix STD200, Aktiv
      Rutoken ECP, Alcor Micro SCR001, ATMEL AT91SC192192CT-USB,
      Panasonic USB Smart Card Reader 7A-Smart, Gemalto GemProx DU and SU
    - remove support of Reiner-SCT cyberJack pinpad(a) on request of
      Reiner-SCT.  You should user the Reiner-SCT driver instead
    - define CFBundleName to CCIDCLASSDRIVER so that non class drivers
      have a higher priority. Used by pcsc-lite 1.5.5 and up.
      Add a --disable-class configure option so that the Info.plist does
      not define a Class driver. Default is class driver.
    - do not power up a card with a voltage not supported by the reader
    - add support of PIN_PROPERTIES_STRUCTURE structure and
      FEATURE_IFD_PIN_PROPERTIES
    - adds support of FEATURE_MCT_READERDIRECT. Only the Kobil t...@nk
      reader supports this feature for now. This is used for the Secoder
      functionality in connected mode.
    - add support of a composite device. No change needed with libhal.
      use --enable-composite-as-multislot on Mac OS X since libhal is
      not available on Mac OS X or with libusb on Linux
    - some minor bugs removed

diffstat:
 ChangeLog                                  |  368
 MacOSX/configure                           |   14
 MacOSX/reader.h.in                         |   44
 Makefile.am                                |    2
 Makefile.in                                |   34
 README                                     |   26
 aclocal.m4                                 | 6701 -------
 config.guess                               |   51
 config.h.in                                |   10
 config.sub                                 |   54
 configure                                  |25517 +++++++++--------------------
 configure.in                               |   31
 contrib/Kobil_mIDentity_switch/Makefile.in |   36
 contrib/Makefile.in                        |   32
 contrib/RSA_SecurID/Makefile.in            |   36
 examples/Makefile.in                       |   32
 examples/scardcontrol.c                    |   98
 ltmain.sh                                  |13231 ++++++++-------
 m4/Makefile.in                             |   30
 readers/ACR122U_PICC.txt                   |    4
 readers/Alya.txt                           |   22
 readers/DellSCRK.txt                       |   11
 readers/Kobil_EMV_CAP.txt                  |   10
 readers/Makefile.am                        |    3
 readers/Makefile.in                        |   33
 readers/SCR331-DI-NTTCom.txt               |   52
 readers/supported_readers.txt              |   30
 src/Info.plist.src                         |   13
 src/Makefile.am                            |    4
 src/Makefile.in                            |   36
 src/ccid.c                                 |  128
 src/ccid.h                                 |   24
 src/ccid_ifdhandler.h                      |   11
 src/ccid_serial.c                          |    3
 src/ccid_usb.c                             |  175
 src/ccid_usb.h                             |    7
 src/commands.c                             |   85
 src/create_Info_plist.pl                   |   51
 src/defs.h                                 |    4
 src/ifdhandler.c                           |  135
 src/openct/proto-t1.c                      |    2
 src/parse.c                                |   30
 src/parser.h                               |    5
 src/tokenparser.c                          |   55
 src/tokenparser.l                          |   55
 src/utils.h                                |    4
 46 files changed, 17571 insertions(+), 29768 deletions(-)

[1] http://pcsclite.alioth.debian.org/ccid.html
[2] https://alioth.debian.org/frs/?group_id=30105&release_id=1377

-- 
 Dr. Ludovic Rousseau
_______________________________________________
Muscle mailing list
[email protected]
http://lists.drizzle.com/mailman/listinfo/muscle

Reply via email to