February 2005 Commit Log

Number of Commits:
28
Number of Active Developers:
1
rousseau 2005-02-28 11:35 Rev.: 1368

use ATR_t instead of ATR

6 lines of code changed in 2 files:

rousseau 2005-02-28 11:34 Rev.: 1367

rename ATR struct to ATR_t do not conflict with ATR field defined by
PCSC/ifdhandler.h.
This allows compilation using tcc (Tiny C Compiler)

8 lines of code changed in 1 file:

rousseau 2005-02-27 23:13 Rev.: 1361

check that we can link with libpcsclite needed by
examples/scardcontrol.c

6 lines of code changed in 1 file:

rousseau 2005-02-27 23:12 Rev.: 1360

exits with an error if usbdropdir is not defined

3 lines of code changed in 1 file:

rousseau 2005-02-27 23:03 Rev.: 1359

if /usr/local/lib/pkgconfig/libpcsclite.pc exists (default pcsc-lite
configuration) we exit telling the user to use
PKG_CONFIG_PATH=/usr/local/lib/pkgconfig ./configure

6 lines of code changed in 1 file:

rousseau 2005-02-27 22:53 Rev.: 1358

do not check for pkg-config since we can do without it

0 lines of code changed in 1 file:

rousseau 2005-02-25 19:29 Rev.: 1356

typo: correct ICC by CCID where needed

10 lines of code changed in 10 files:

rousseau 2005-02-25 19:26 Rev.: 1355

typo: used "ICC" instead of "CCID"

2 lines of code changed in 1 file:

rousseau 2005-02-25 19:25 Rev.: 1354

IFDHSetProtocolParameters(): return immediately if the reader has the
bit CCID_CLASS_AUTO_PPS_PROP set since he will perform PPS and
SetParameters himself

5 lines of code changed in 1 file:

rousseau 2005-02-25 19:24 Rev.: 1353

#define CCID_CLASS_AUTO_PPS_PROP 0x00000040

1 lines of code changed in 1 file:

rousseau 2005-02-25 19:19 Rev.: 1352

IFDHSetProtocolParameters(): calculate the value of pps[2] (TA1) even if
CCID_CLASS_AUTO_PPS_CUR bit is set and no PPS will be generated by the
driver since this value is also used later by the SetParameters()

2 lines of code changed in 1 file:

rousseau 2005-02-25 19:14 Rev.: 1351

IFDHSetProtocolParameters(): use "card_baudrate <= ccid_desc->dwMaxDataRate"
instead of "card_baudrate < ccid_desc->dwMaxDataRate" to not miss the
maximum speed value

1 lines of code changed in 1 file:

rousseau 2005-02-25 10:20 Rev.: 1350

we do not need to distribute mkinstalldirs

0 lines of code changed in 1 file:

rousseau 2005-02-25 10:15 Rev.: 1349

define WITHOUT_PCSC=false when pcsclite _is_ used

2 lines of code changed in 1 file:

rousseau 2005-02-23 15:19 Rev.: 1346

#include <sys/time.h> instead of <time.h> to get correct definition of
struct timeval under Mac OS X

1 lines of code changed in 1 file:

rousseau 2005-02-23 14:15 Rev.: 1343

if you use --disable-pcsclite and do _not_ want to see the logs sent to
stderr just #undef LOG_TO_STDERR

7 lines of code changed in 1 file:

rousseau 2005-02-23 14:08 Rev.: 1342

if --disable-pcsclite is used we must link the library with debug.c
to provide debug_msg()

6 lines of code changed in 2 files:

rousseau 2005-02-23 11:59 Rev.: 1341

use @PCSC_CFLAGS@ and @PCSC_LIBS@

2 lines of code changed in 1 file:

rousseau 2005-02-21 16:06 Rev.: 1330

OpenSerialByName(): use tx_buffer[] = { 0x02 } insead of "\x02" since we
want 1 byte only and not a null-terminated string

1 lines of code changed in 1 file:

rousseau 2005-02-21 14:29 Rev.: 1329

use @PCSC_CFLAGS@

3 lines of code changed in 1 file:

rousseau 2005-02-21 14:29 Rev.: 1328

use pkg-config(1) to find everything related to pcsc-lite

if you installed pcsc-lite in /usr/local you may use
$ PKG_CONFIG_PATH=/usr/local/lib/pkgconfig ./configure

if you do not have pkg-config installed you may use
$ CFLAGS=-I/usr/local/include/PCSC ./configure

11 lines of code changed in 1 file:

rousseau 2005-02-20 16:34 Rev.: 1327

add an "interface field" in _usbDevice. This value is set in OpenUSB()
and used in CloseUSB().

The struct usb_device structure is half "corrupted" after the USB device
is removed and we wanted to use it when when closing the driver after a
reader removal. This caused a crash with libusb 0.1.10.

5 lines of code changed in 1 file:

rousseau 2005-02-20 16:07 Rev.: 1326

add Kobil KAAN Base & KAAN Advanced readers in the supported list

4 lines of code changed in 1 file:

rousseau 2005-02-20 16:03 Rev.: 1325

Bogus_firmwares[]: add Kobil KAAN Base & KAAN Advanced readers

2 lines of code changed in 1 file:

rousseau 2005-02-20 16:01 Rev.: 1324

add Kobil KAAN Base & KAAN Advanced readers

4 lines of code changed in 1 file:

rousseau 2005-02-20 16:00 Rev.: 1323

firmware 0.37

6 lines of code changed in 2 files:

rousseau 2005-02-04 10:12 Rev.: 1322

new firmware (but still with version 1.0) with the wMaxPacketSize bug removed

4 lines of code changed in 1 file:

rousseau 2005-02-02 20:46 Rev.: 1321

move the ACR 38 from Unsupported to Supported list

5 lines of code changed in 1 file:

January 2005 »

Generated by StatSVN 0.7.0