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

Log of /trunk/Drivers/ccid

View Directory Listing Directory Listing


Sticky Revision:

Revision 417 - Directory Listing
Modified Wed Sep 10 09:29:03 2003 UTC (9 years, 8 months ago) by rousseau
use new parse indentation for more readability of supported features

Revision 415 - Directory Listing
Modified Wed Sep 10 09:19:05 2003 UTC (9 years, 8 months ago) by rousseau
new build process using autoconf/automake

Revision 414 - Directory Listing
Modified Wed Sep 10 09:17:43 2003 UTC (9 years, 8 months ago) by rousseau
manage serial protocol used by the GemPC Twin. Thanks to Niki W. Waibel
for a working prototype.

Revision 413 - Directory Listing
Modified Wed Sep 10 09:15:51 2003 UTC (9 years, 8 months ago) by rousseau
contains common CCID feature for USB and serial (was in ccid_usb before)

Revision 412 - Directory Listing
Modified Wed Sep 10 09:14:41 2003 UTC (9 years, 8 months ago) by rousseau
used to generate a correct reader.conf with the real library name

Revision 411 - Directory Listing
Modified Wed Sep 10 09:13:42 2003 UTC (9 years, 8 months ago) by rousseau
remove IFDSetEmv() definition. It is now useless.

Revision 410 - Directory Listing
Modified Wed Sep 10 09:12:20 2003 UTC (9 years, 8 months ago) by rousseau
use OpenPort instead of OpenUSB. move the complex TPDU management in
commands.c (and use it only if reader does not support APDU mode)

Revision 409 - Directory Listing
Modified Wed Sep 10 09:10:28 2003 UTC (9 years, 8 months ago) by rousseau
transport abstraction: define OpenPort, ClosePort, etc. to OpenSerial or
OpenUSB depending on TWIN_SERIAL compilation option

Revision 408 - Directory Listing
Modified Wed Sep 10 09:09:12 2003 UTC (9 years, 8 months ago) by rousseau
test for PACKAGE and not __CONFIG_H__ since the config.h file is not
generated by ./configure

Revision 407 - Directory Listing
Modified Wed Sep 10 09:06:41 2003 UTC (9 years, 8 months ago) by rousseau
- support auto voltage at power on if reader support it
- support Gemplus proprietary command to switch reader from TPDU to APDU mode
- use APDU mode if reader support it. make it easy to support extended
  APDU but I have no reader to test this.

Revision 406 - Directory Listing
Modified Wed Sep 10 09:01:30 2003 UTC (9 years, 8 months ago) by rousseau
redesign to separate communication media and CCID protocol. call
ccid_open_hack() upon open to do some reader dependent magic.

Revision 405 - Directory Listing
Modified Wed Sep 10 08:57:29 2003 UTC (9 years, 8 months ago) by rousseau
indent the output with one feature per line (and not on the same line
separated by ,)

Revision 404 - Directory Listing
Modified Wed Sep 10 08:55:45 2003 UTC (9 years, 8 months ago) by rousseau
new build process using autoconf/automake

Revision 403 - Directory Listing
Modified Wed Sep 10 08:52:29 2003 UTC (9 years, 8 months ago) by rousseau
use PCSCLITE_MAX_READERS instead of PCSCLITE_MAX_CHANNELS

Revision 402 - Directory Listing
Modified Wed Sep 10 08:47:41 2003 UTC (9 years, 8 months ago) by rousseau
new build process using autoconf/automake

Revision 343 - Directory Listing
Modified Wed Aug 27 06:53:56 2003 UTC (9 years, 8 months ago) by rousseau
remove unused capabilities.c file

Revision 342 - Directory Listing
Modified Tue Aug 26 20:16:00 2003 UTC (9 years, 8 months ago) by rousseau
release 0.2.0

Revision 341 - Directory Listing
Modified Tue Aug 26 20:14:38 2003 UTC (9 years, 8 months ago) by rousseau
script to create the .tar.gz

Revision 340 - Directory Listing
Modified Tue Aug 26 19:51:29 2003 UTC (9 years, 8 months ago) by rousseau
add a note about libusb problem under *BSD

Revision 339 - Directory Listing
Modified Tue Aug 26 19:48:04 2003 UTC (9 years, 8 months ago) by rousseau
require pcsc-lite 1.2.0 instead of 1.1.2

Revision 326 - Directory Listing
Modified Tue Aug 26 09:01:19 2003 UTC (9 years, 8 months ago) by rousseau
the reader enumeration problem also exist under GNU/Linux (is not MacOS
specific)

Revision 322 - Directory Listing
Modified Sun Aug 24 16:57:59 2003 UTC (9 years, 8 months ago) by rousseau
remove src/dep_stamp

Revision 321 - Directory Listing
Modified Sun Aug 24 16:57:23 2003 UTC (9 years, 8 months ago) by rousseau
add not about bugs/limitations under MacOS X

Revision 314 - Directory Listing
Modified Thu Aug 21 14:10:33 2003 UTC (9 years, 9 months ago) by rousseau
do not print garbage if we can't get the iManufacturer or iProduct fields

Revision 309 - Directory Listing
Modified Wed Aug 20 13:21:51 2003 UTC (9 years, 9 months ago) by rousseau
comment low level debug messages

Revision 308 - Directory Listing
Modified Wed Aug 20 13:21:29 2003 UTC (9 years, 9 months ago) by rousseau
use ./ylwrap instead of ylwrap

Revision 306 - Directory Listing
Modified Wed Aug 20 12:28:55 2003 UTC (9 years, 9 months ago) by rousseau
do not define LDFLAGS since we get it from outside

Revision 305 - Directory Listing
Modified Wed Aug 20 12:28:38 2003 UTC (9 years, 9 months ago) by rousseau
add needed MacOS X frameworks to LDFLAGS (for parse and check)

Revision 304 - Directory Listing
Modified Wed Aug 20 09:28:07 2003 UTC (9 years, 9 months ago) by rousseau
add src/ylwrap

Revision 303 - Directory Listing
Modified Wed Aug 20 09:27:43 2003 UTC (9 years, 9 months ago) by rousseau
wrapper to call (f)lex

Revision 302 - Directory Listing
Modified Wed Aug 20 08:38:36 2003 UTC (9 years, 9 months ago) by rousseau
src/parse shall not be distributed

Revision 301 - Directory Listing
Modified Wed Aug 20 08:37:34 2003 UTC (9 years, 9 months ago) by rousseau
do not duplicate the Info.plist filename but "calculate" it once

Revision 300 - Directory Listing
Modified Wed Aug 20 08:35:34 2003 UTC (9 years, 9 months ago) by rousseau
Add support of MacOS X

Revision 299 - Directory Listing
Modified Wed Aug 20 08:35:13 2003 UTC (9 years, 9 months ago) by rousseau
use an <array></array> for the alias enumeration

Revision 279 - Directory Listing
Modified Thu Aug 14 06:53:21 2003 UTC (9 years, 9 months ago) by rousseau
use a 1 minute USB timeout instead of the 1 second used for debug

Revision 278 - Directory Listing
Modified Thu Aug 14 06:34:21 2003 UTC (9 years, 9 months ago) by rousseau
include in CVS

Revision 277 - Directory Listing
Modified Thu Aug 14 06:32:24 2003 UTC (9 years, 9 months ago) by rousseau
remove parse binary in clean target

Revision 276 - Directory Listing
Modified Wed Aug 13 15:06:36 2003 UTC (9 years, 9 months ago) by rousseau
do not exit with failure if makedepend(1) does not exist

Revision 275 - Directory Listing
Modified Wed Aug 13 13:46:09 2003 UTC (9 years, 9 months ago) by rousseau
Installation and check guide

Revision 273 - Directory Listing
Modified Tue Aug 12 22:15:01 2003 UTC (9 years, 9 months ago) by rousseau
release 0.1.0

Revision 269 - Directory Listing
Added Tue Aug 12 12:40:23 2003 UTC (9 years, 9 months ago) by rousseau
Initial revision

  ViewVC Help
Powered by ViewVC 1.1.5