/trunk/Drivers/ccid Developers: rousseau

Login name:
rousseau
Total Commits:
2�404 (99,9 %)
Lines of Code:
44�783 (100,0 %)
Most Recent Commit:
2010-09-20 10:13
Tweet this:
Tweet this

Activity by Clock Time

Activity by Hour of Day for rousseau

Activity by Day of Week for rousseau

Activity in Directories

DirectoryChangesLines of CodeLines per Change
Totals2404 (100.0%)44783 (100.0%)18.6
src/1091 (45.4%)16940 (37.8%)15.5
readers/587 (24.4%)15779 (35.2%)26.8
/429 (17.8%)3552 (7.9%)8.2
src/towitoko/79 (3.3%)1673 (3.7%)21.1
src/openct/55 (2.3%)1460 (3.3%)26.5
examples/75 (3.1%)1393 (3.1%)18.5
MacOSX/30 (1.2%)1318 (2.9%)43.9
contrib/RSA_SecurID/9 (0.4%)739 (1.7%)82.1
contrib/Kobil_mIDentity_switch/22 (0.9%)574 (1.3%)26.0
contrib/midswitch/6 (0.2%)452 (1.0%)75.3
contrib/5 (0.2%)346 (0.8%)69.2
aclocal/9 (0.4%)263 (0.6%)29.2
build/6 (0.2%)251 (0.6%)41.8
m4/1 (0.0%)43 (0.1%)43.0

Activity of rousseau

Most Recent Commits

rousseau 2010-09-20 10:13 Rev.: 5263

Rename to add the number in the file name. The file shall be _after_
91-permissions.rules on Debian.

See http://permalink.gmane.org/gmane.linux.hotplug.devel/16139

43 lines of code changed in 2 files:

  • src: 92_pcscd_ccid.rules (new 43), pcscd_ccid.rules (del)
rousseau 2010-09-15 16:32 Rev.: 5257

No need to convert reader.h.in in reader.h since revision 5252.

235 lines of code changed in 3 files:

  • MacOSX: configure (-2), reader.h (new 235), reader.h.in (del)
rousseau 2010-09-14 11:31 Rev.: 5253

No need to use HOST_TO_CCID_16() and HOST_TO_CCID_32() since revision 5252

6 lines of code changed in 1 file:

  • examples: scardcontrol.c (+6 -6)
rousseau 2010-09-14 11:29 Rev.: 5252

SecurePINVerify() & SecurePINModify(): Accept big and little endian byte
orders for multibytes fields

The application should not use HOST_TO_CCID_16() and HOST_TO_CCID_32()
any more and just use the normal byte order of the architecture.

Thanks to Douglas E. Engert for the patch
http://archives.neohapsis.com/archives/dev/muscle/2010-q3/0145.html

50 lines of code changed in 1 file:

  • src: commands.c (+50)
rousseau 2010-09-13 15:00 Rev.: 5251

Use GROUP= instead of RUN+= to avoid a race

See the thread "Use GROUP= in a rule matching an interface of the
device?" on linux-hotplug@vger.kernel.org mailing list
http://www.spinics.net/lists/hotplug/msg04165.html

2 lines of code changed in 1 file:

  • src: pcscd_ccid.rules (+2 -2)
rousseau 2010-09-04 16:41 Rev.: 5244

Add a ENV{DEVTYPE}!="usb_device" rule as suggested by Marco d'Itri

1 lines of code changed in 1 file:

  • src: pcscd_ccid.rules (+1)
rousseau 2010-09-03 16:00 Rev.: 5237

HP kus-0133 is not supported

66 lines of code changed in 2 files:

  • readers: HP_kus-0133.txt (new 65), supported_readers.txt (+1)
rousseau 2010-09-03 15:57 Rev.: 5236

update URL to use ccid/

1 lines of code changed in 1 file:

  • readers: supported_readers.txt (+1 -1)
rousseau 2010-09-03 11:01 Rev.: 5229

new firmware

1 lines of code changed in 1 file:

  • readers: Precise_200_MC.txt (+1 -1)
rousseau 2010-09-02 14:56 Rev.: 5223

Change the group ownership of the device to "pcscd" when a reader is
connected

14 lines of code changed in 1 file:

  • src: pcscd_ccid.rules (+14 -12)
rousseau 2010-09-02 14:50 Rev.: 5222

Add $Id$

1 lines of code changed in 1 file:

  • src: pcscd_ccid.rules (+1)
rousseau 2010-09-02 14:47 Rev.: 5221

Factorize teh SUBSYSTEMS=="usb" test

13 lines of code changed in 1 file:

  • src: pcscd_ccid.rules (+13 -12)
rousseau 2010-08-31 20:51 Rev.: 5207

Add ReinerSCT cyberJack RFID basis

54 lines of code changed in 2 files:

  • readers: ReinerSCT_cyberJack_RFID_basis.txt (new 51), supported_readers.txt (+3)
rousseau 2010-08-31 10:58 Rev.: 5206

ifdhandler.c: In function �IFDHPolling�:
ifdhandler.c:328: warning: unused variable �ret�

0 lines of code changed in 1 file:

  • src: ifdhandler.c (-1)
rousseau 2010-08-31 10:55 Rev.: 5205

Convert the return value from libusb code to IFD_* in InterruptRead()
instead of IFDHPolling().

We do not return IFD_NO_SUCH_DEVICE any more. This value will be
returned by the next libusb_*() call

4 lines of code changed in 2 files:

  • src: ccid_usb.c (+3 -1), ifdhandler.c (+1 -6)
rousseau 2010-08-26 14:05 Rev.: 5189

Remove O2 Micro Oz776 and Blutronics Bludrive II CCID since they are no
more supported since version 1.4.0

The USB descriptor is bogus and the patch in get_ccid_usb_interface()
does not work with libusb-1.0

10 lines of code changed in 1 file:

  • readers: supported_readers.txt (+10 -7)
rousseau 2010-08-26 11:32 Rev.: 5188

IFDHSetCapabilities(): remove dead comments

0 lines of code changed in 1 file:

  • src: ifdhandler.c (-5)
rousseau 2010-08-26 11:13 Rev.: 5187

Add --enable-embedded (default is no) to build libccid for an embedded
system.

This will activate the NO_LOG option to disable logging and limit RAM
and disk consumption.

8 lines of code changed in 1 file:

  • configure.in (+8)
rousseau 2010-08-26 10:58 Rev.: 5185

Include config.h before any other local includes to the configuration
defined in config.h is used.

This is just a preventive change.

5 lines of code changed in 5 files:

  • src: ccid_serial.c (+1 -1), ccid_usb.c (+1 -1), commands.c (+1 -1), ifdhandler.c (+1 -1), utils.c (+1)
rousseau 2010-08-24 11:46 Rev.: 5182

ccid_open_hack_pre(): call InterruptRead() only if the device has an
interrupt pipe endpoint (3 in total)

2 lines of code changed in 1 file:

  • src: ccid.c (+2 -1)

(1548 more)

Generated by StatSVN 0.7.0