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:
add Gemalto SG CCID
1 lines of code changed in 1 file:
ccid_open_hack_pre(): use InterruptRead() with a timeout of 100ms
instead of 10ms to give more time to the device to respond.
This allows the Gemalto SG CCID to always start correctly, not just once
in a while.
2 lines of code changed in 1 file:
ccid_open_hack_pre(): Do not disable the call to InterruptRead() on Mac
OS X. We now use libusb-1.0 and the timeout should work.
This allows the Gemalto SG CCID to work under Mac OS X.
0 lines of code changed in 1 file:
Add Gemalto Smart Guardian (SG CCID)
53 lines of code changed in 2 files:
Rename Gemalto Smart Enterprise Guardian
1 lines of code changed in 1 file:
Use the full include path for libusb.h
1 lines of code changed in 1 file:
Use the new Info.plist parser API
2466 lines of code changed in 5 files:
OpenSerialByName(): TOKEN_MAX_VALUE_SIZE is no more defined in parser.h
Use MAX_DEVICENAME defined as 255 in pcscd.h
2 lines of code changed in 1 file:
Do not hardcode the libusb-1.0 include header path (remove the
libusb-1.0/ part)
3 lines of code changed in 3 files:
Do not hardcode the libusb.h path. The h file is not at the same place
on kfreebsd
Fixes Debian bug #591782
1 lines of code changed in 1 file:
release 1.4.0
19 lines of code changed in 2 files:
Add support of the SCM SDI 010 again. At least the contact interface can
be used.
This should not conflict with the SCM proprietary driver since the CCID
driver will only work with pcsc-lite > 1.6.2 and recent pcsc-lite
(>= 1.5.4) will load any specific driver before my "Class" CCID driver.
1 lines of code changed in 1 file:
Install the serial configuration find in /etc/reader.conf.d/libccidtwin
instead of /etc/reader.conf.
pcscd (>= 1.6.0) will parse all the files from /etc/reader.conf.d/
2 lines of code changed in 1 file:
Add SCM SCL01x Contactless Reader (disabled since unsupported)
1 lines of code changed in 1 file:
Add Gemalto Hybrid Smartcard Reader
1 lines of code changed in 1 file:
Add Tianyu Smart Card Reader
52 lines of code changed in 2 files:
Do not #include "ccid_usb.h"
Compilation fails on Mac OS X for the libccidtwin library
0 lines of code changed in 2 files: