January 2007 Commit Log

Number of Commits:
39
Number of Active Developers:
1
rousseau 2007-01-30 17:46 Rev.: 2366

ccid_open_hack(): add the l10n of the 10th string "PIN blocked"

13 lines of code changed in 1 file:

rousseau 2007-01-30 17:01 Rev.: 2365

ccid_open_hack(): add portugese strings for the GemPC Pinpad.

Thanks to Stef Hoeben

13 lines of code changed in 1 file:

rousseau 2007-01-27 18:48 Rev.: 2363

release 1.2.1

10 lines of code changed in 2 files:

rousseau 2007-01-27 18:41 Rev.: 2362

move the O2Micro Oz7762 from the unsupported to the supported list since
patches to support it are applied by default (O2MICRO_OZ776_PATCH)

1 lines of code changed in 1 file:

rousseau 2007-01-27 18:36 Rev.: 2361

add non CCID generic (InterfaceClass: 0xFF) readers

19 lines of code changed in 1 file:

rousseau 2007-01-27 17:42 Rev.: 2360

SK-3106.txt is a duplicate of DellSK-3106.txt

0 lines of code changed in 2 files:

rousseau 2007-01-27 15:31 Rev.: 2359

Bogus_firmwares[]: the driver now contains patches to circumvent the
Oz776 reader. It is then declared bogus only if O2MICRO_OZ776_PATCH is
not defined

2 lines of code changed in 1 file:

rousseau 2007-01-27 15:28 Rev.: 2358

T0ProcACK(): use a hack to circumvent the Oz776 firmware bug with
commands of size modulo 64

34 lines of code changed in 1 file:

rousseau 2007-01-26 18:57 Rev.: 2357

CmdGetSlotStatus(): the O2MICRO OZ 776 reader sends "card absent or
mute" errors when no card is inserted. We do not log this error since it
is normal execution and just fill the syslog files

6 lines of code changed in 1 file:

rousseau 2007-01-26 18:43 Rev.: 2356

move #define O2MICRO_OZ776_PATCH from ccid_usb.c to ccid.h so we can use
it in other .c files

7 lines of code changed in 2 files:

rousseau 2007-01-24 15:21 Rev.: 2355

document how to use --enable-udev on FreeBSD.

Thanks to Tilman Linneweh

14 lines of code changed in 1 file:

rousseau 2007-01-20 17:47 Rev.: 2351

version 1.2.0 was released in 2007 not 2006 :-)

1 lines of code changed in 1 file:

rousseau 2007-01-19 21:53 Rev.: 2345

release 1.2.0

14 lines of code changed in 2 files:

rousseau 2007-01-19 17:33 Rev.: 2342

removed since generated from configure.in by autoheader

0 lines of code changed in 1 file:

rousseau 2007-01-18 11:46 Rev.: 2338

document udev use

15 lines of code changed in 1 file:

rousseau 2007-01-18 11:41 Rev.: 2337

pcsc-lite versions before 1.3.3 are not supported so remove notes about
CHANNELID

3 lines of code changed in 1 file:

rousseau 2007-01-18 11:34 Rev.: 2336

add #CCID_compliant URL refenrece when a reader is not yet supported

3 lines of code changed in 1 file:

rousseau 2007-01-10 23:01 Rev.: 2329

do not install the pcscd_ccid.rules file but display a message telling
so. The exact location of this file is Linux distribution dependent.

Thanks to Alon Bar-Lev for the idea.

1 lines of code changed in 1 file:

rousseau 2007-01-10 22:53 Rev.: 2328

typo: "busses" -> "buses"

Thanks to Martin Paljak for the patch

1 lines of code changed in 1 file:

rousseau 2007-01-10 17:50 Rev.: 2326

add a missing \n in printf

1 lines of code changed in 1 file:

rousseau 2007-01-09 21:55 Rev.: 2322

use 60-pcscd_ccid.rules instead of 50-pcscd_ccid.rules so udev default
> rules will run before are run before this one.

Thanks to Alon Bar-Lev.

1 lines of code changed in 1 file:

rousseau 2007-01-08 10:01 Rev.: 2318

add pcscd_ccid.rules in EXTRA_DIST

Thanks to Kjell M. Myksvoll for the bug report

1 lines of code changed in 1 file:

rousseau 2007-01-07 00:15 Rev.: 2317

add SCARDGETATTRIB.txt to EXTRA_DIST

1 lines of code changed in 1 file:

rousseau 2007-01-06 23:54 Rev.: 2316

use LPSTR instead or the deprecated LPTSTR

1 lines of code changed in 1 file:

rousseau 2007-01-06 23:53 Rev.: 2315

if --enable-udev is used we define IFD_GENERATE_HOTPLUG in
ifdCapabilities and install the pcscd_ccid.rules for udev

9 lines of code changed in 1 file:

rousseau 2007-01-06 23:52 Rev.: 2314

replace MAGIC_IFDCAPABILITIES by the 3rd command line argument

11 lines of code changed in 1 file:

rousseau 2007-01-06 23:51 Rev.: 2313

use MAGIC_IFDCAPABILITIES

9 lines of code changed in 1 file:

rousseau 2007-01-06 23:50 Rev.: 2312

add --enable-udev

7 lines of code changed in 1 file:

rousseau 2007-01-06 23:39 Rev.: 2311

udev file for hotplug capability

0 lines of code changed in 1 file:

rousseau 2007-01-04 22:27 Rev.: 2298

add "HP USB Smartcard Reader" in the "Should work but untested by me" list

1 lines of code changed in 1 file:

rousseau 2007-01-04 22:26 Rev.: 2297

add HP USB Smartcard Reader

52 lines of code changed in 2 files:

rousseau 2007-01-02 21:55 Rev.: 2296

CloseUSB(): free .dirname and .filename only for the last slot

3 lines of code changed in 1 file:

rousseau 2007-01-02 19:01 Rev.: 2295

OpenUSBByName(): move the "Checking device: " log message out of the
usbDevice[] loop since we display info of the new device and not of
a device from usbDevice[]

2 lines of code changed in 1 file:

rousseau 2007-01-02 18:55 Rev.: 2294

struct _usbDevice: replace struct usb_device *dev; by char *dirname; and
char *filename; since the libusb structure can be modified at any time
by libusb (this structure is reused for another USB device when the USB
device is removed)

22 lines of code changed in 1 file:

rousseau 2007-01-02 18:46 Rev.: 2293

get_data_rates() now has a struct usb_device *dev parameter to avoid
storing it in struct _usbDevice

6 lines of code changed in 1 file:

rousseau 2007-01-02 18:25 Rev.: 2292

remove unused get_desc() function

0 lines of code changed in 2 files:

rousseau 2007-01-02 18:23 Rev.: 2291

revert revisions 2289 and 2290

It is not the correct solution to the problem

0 lines of code changed in 1 file:

rousseau 2007-01-02 16:28 Rev.: 2290

WriteUSB()/ReadUSB(): check that the device entry is still valid before
using it

6 lines of code changed in 1 file:

rousseau 2007-01-02 16:25 Rev.: 2289

WriteUSB()/ReadUSB(): call CloseUSB() as soon as the device disapears
(ENODEV) since the libusb structures pointed by usbDevice[] may be
reused by another USB device

6 lines of code changed in 1 file:

December 2006 »

Generated by StatSVN 0.7.0