use "DEVICENAME /dev/ttySx_not_configured" to make it (more) clear it
should be configured.
1 lines of code changed in 1 file:
reader.conf may also be needed for PCMCIA readers and not olny serial.
2 lines of code changed in 1 file:
add a note: "This file has to be configured for serial readers only."
6 lines of code changed in 1 file:
check that psContextMap[dwContextIndex].psChannelMap[dwChannelIndex].readerName is non NULL before accessing it in strcmp()
27 lines of code changed in 1 file:
- Simplify the psContext/psContextMap declarations to fix
build conflicts against some operating systems headers.
5 lines of code changed in 2 files:
Changed unsigned char * to char * and did some typecasting
to get rid of warnings when building in 64bit mode ...
4 lines of code changed in 1 file:
Remove an useless include
0 lines of code changed in 1 file:
correct comment about empty deviceName argument
4 lines of code changed in 2 files:
Use the device name to create channel only if defined.
10 lines of code changed in 1 file:
Add an empty parameter for deviceName to allow the compilation.
4 lines of code changed in 2 files:
Remove the useless include of sys/mman.h
0 lines of code changed in 1 file:
Remove unused function.
0 lines of code changed in 1 file:
Update the copyright.
23 lines of code changed in 13 files:
Add my name, my email and the copyright.
1 lines of code changed in 1 file:
Remove the useless PID information field. Also remove the WrapSHMWrite argument related to PID information.
14 lines of code changed in 1 file:
Remove an useless information field of the messages sent by the client to the server. Also remove in the prototype of WrapSHMWrite the parameter related to the deleted field.
1 lines of code changed in 1 file:
Remove a useless information field of the messages sent by the client to the server. Also remove in the prototype of WrapSHMWrite the parameter related to the deleted field.
1 lines of code changed in 1 file:
Correct the indentation of some lines and add debug information.
36 lines of code changed in 1 file:
Cleanup the code.
1 lines of code changed in 1 file:
Modify the output of the debug message.
1 lines of code changed in 1 file:
Changed Co to C(ZERO) instead. The Oh caused big problems with
formaticc
4 lines of code changed in 1 file:
Needed to define dwAtrLen so it would not just pick up garbage
for SCardStatus.
2 lines of code changed in 1 file:
In SCardStatus some of the memcopy's and strcpy's were occurring
before bounds checking.
7 lines of code changed in 1 file:
Changed error return from SYS_OpenFile of PCSCLITE_PUBSHM_FILE from UNKNOWN to
SCARD_E_NO_SERVICE. Sorry for no diffs, I'll put them in next time ...
1 lines of code changed in 1 file:
reformat and add Damien Sauveron and Antti Tapaninen
8 lines of code changed in 1 file:
Add the support of IFDHandler interface v3
54 lines of code changed in 2 files:
Modify the prototype of IFDOpenIFD.
1 lines of code changed in 1 file:
Add the function's pointer for the new function introduced in IFDHandler interface v3
3 lines of code changed in 1 file:
Define the length maximum of a device name.
1 lines of code changed in 1 file:
Get the device name of the USB device and give it to RFAddReader.
55 lines of code changed in 1 file:
Give the device name to RFAddReader
1 lines of code changed in 1 file:
Add a new parameter to the prototype of RFAddReader according to the changes in readerfactory.c
1 lines of code changed in 1 file:
Add a new parameter to RFAddReader to get the device name
6 lines of code changed in 1 file:
Add the device name
1 lines of code changed in 1 file:
Add the prototype of the new function introduced in the IFDHandler interface v3
11 lines of code changed in 1 file:
Remove a line commited by error. Sorry.
1 lines of code changed in 1 file:
Check that DEVICENAME and LIBPATH files exist and if an error occurs during the parsing the reader is not added.
14 lines of code changed in 1 file:
small code reorganisation for an easier reading
37 lines of code changed in 1 file:
use macro DebugLogB() instead of debug_msg()
2 lines of code changed in 1 file:
Modify tests in order to be homogeneous with those for next IFDHandlers versions
31 lines of code changed in 2 files:
simplify the perl expression in ChangeLog.cvs rule
2 lines of code changed in 1 file:
reformat to 72 columns
5 lines of code changed in 1 file:
Added README for Makefile directory and sample config.h
43 lines of code changed in 3 files:
C
Adding make-dirs plus Makefiles for certain configurations when people don't want to
try and fix autoconf
VS: ----------------------------------------------------------------------
24 lines of code changed in 1 file:
correct the file header. It was a cut-n-paste from hotplug_linux.c
2 lines of code changed in 1 file:
buffer overflow: the driver list was not terminated and caused crashes.
6 lines of code changed in 1 file:
correct my email address
1 lines of code changed in 1 file: