ccid_open_hack(): add the l10n of the 10th string "PIN blocked"
13 lines of code changed in 1 file:
ccid_open_hack(): add portugese strings for the GemPC Pinpad.
Thanks to Stef Hoeben
13 lines of code changed in 1 file:
release 1.2.1
10 lines of code changed in 2 files:
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:
add non CCID generic (InterfaceClass: 0xFF) readers
19 lines of code changed in 1 file:
SK-3106.txt is a duplicate of DellSK-3106.txt
0 lines of code changed in 2 files:
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:
T0ProcACK(): use a hack to circumvent the Oz776 firmware bug with
commands of size modulo 64
34 lines of code changed in 1 file:
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:
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:
document how to use --enable-udev on FreeBSD.
Thanks to Tilman Linneweh
14 lines of code changed in 1 file:
version 1.2.0 was released in 2007 not 2006 :-)
1 lines of code changed in 1 file:
release 1.2.0
14 lines of code changed in 2 files:
removed since generated from configure.in by autoheader
0 lines of code changed in 1 file:
document udev use
15 lines of code changed in 1 file:
pcsc-lite versions before 1.3.3 are not supported so remove notes about
CHANNELID
3 lines of code changed in 1 file:
add #CCID_compliant URL refenrece when a reader is not yet supported
3 lines of code changed in 1 file:
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:
typo: "busses" -> "buses"
Thanks to Martin Paljak for the patch
1 lines of code changed in 1 file:
add a missing \n in printf
1 lines of code changed in 1 file:
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:
add pcscd_ccid.rules in EXTRA_DIST
Thanks to Kjell M. Myksvoll for the bug report
1 lines of code changed in 1 file:
add SCARDGETATTRIB.txt to EXTRA_DIST
1 lines of code changed in 1 file:
use LPSTR instead or the deprecated LPTSTR
1 lines of code changed in 1 file:
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:
replace MAGIC_IFDCAPABILITIES by the 3rd command line argument
11 lines of code changed in 1 file:
use MAGIC_IFDCAPABILITIES
9 lines of code changed in 1 file:
add --enable-udev
7 lines of code changed in 1 file:
udev file for hotplug capability
0 lines of code changed in 1 file:
add "HP USB Smartcard Reader" in the "Should work but untested by me" list
1 lines of code changed in 1 file:
add HP USB Smartcard Reader
52 lines of code changed in 2 files:
CloseUSB(): free .dirname and .filename only for the last slot
3 lines of code changed in 1 file:
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:
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:
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:
remove unused get_desc() function
0 lines of code changed in 2 files:
revert revisions 2289 and 2290
It is not the correct solution to the problem
0 lines of code changed in 1 file:
WriteUSB()/ReadUSB(): check that the device entry is still valid before
using it
6 lines of code changed in 1 file:
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: