Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 2404 (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 |
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:
No need to convert reader.h.in in reader.h since revision 5252.
235 lines of code changed in 3 files:
No need to use HOST_TO_CCID_16() and HOST_TO_CCID_32() since revision 5252
6 lines of code changed in 1 file:
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:
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:
Add a ENV{DEVTYPE}!="usb_device" rule as suggested by Marco d'Itri
1 lines of code changed in 1 file:
HP kus-0133 is not supported
66 lines of code changed in 2 files:
update URL to use ccid/
1 lines of code changed in 1 file:
new firmware
1 lines of code changed in 1 file:
Change the group ownership of the device to "pcscd" when a reader is
connected
14 lines of code changed in 1 file:
Add $Id$
1 lines of code changed in 1 file:
Factorize teh SUBSYSTEMS=="usb" test
13 lines of code changed in 1 file:
Add ReinerSCT cyberJack RFID basis
54 lines of code changed in 2 files:
ifdhandler.c: In function �IFDHPolling�:
ifdhandler.c:328: warning: unused variable �ret�
0 lines of code changed in 1 file:
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:
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:
IFDHSetCapabilities(): remove dead comments
0 lines of code changed in 1 file:
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:
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:
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:
(1548 more)