Log of /trunk/PCSC/TODO
Parent Directory
|
Revision Log
Revision
5705 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Fri Apr 22 13:39:08 2011 UTC
(2 years, 1 month ago)
by
rousseau
File length: 358 byte(s)
Diff to
previous 5704
Fix: "start pcscd only when a reader is connected"
and "do not open the reader USB device if no client is using the reader"
Now that pcscd is auto started it will be started only if an appication
is using the PC/SC API. This is the case since release 1.6.0:
- SCardEstablishContext(): try to start the pcscd daemon if not already
running.
. pcscd will suicide itself after 60 seconds of inactivity if it is
started using --auto-exit. This is the default behavior when pcscd is
started by libpcsclite
. Set PCSCLITE_PCSCD_ARGS with the argument you want to pass to pcscd in
autostart Only one argument is passed. The space character is not a
separator. example: export PCSCLITE_PCSCD_ARGS=-dfa
Revision
5703 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Fri Apr 22 13:32:03 2011 UTC
(2 years, 1 month ago)
by
rousseau
File length: 989 byte(s)
Diff to
previous 5328
Fix: "use static driver instead of reader polling and dynamic driver
loading"
This is the case since release 1.6.0:
- Better handling of PCSCLITE_STATIC_DRIVER as can be used on platforms
using <B5>Clinux (without dynamic loader). This is used to statically
link the reader driver to pcscd. Since the link is static you must
define the IFDHandler API version at compilation time. Either define
IFDHANDLERv1, IFDHANDLERv2 or IFDHANDLERv3
Revision
5328 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Thu Oct 21 18:50:24 2010 UTC
(2 years, 7 months ago)
by
rousseau
File length: 1097 byte(s)
Diff to
previous 4824
Power on the card _only_ if an application requests a connection
see Alioth bug #301965
You can disable the feature using DISABLE_ON_DEMAND_POWER_ON in
src/eventhandler.c
Revision
4667 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Thu Jan 14 08:21:51 2010 UTC
(3 years, 4 months ago)
by
rousseau
File length: 1388 byte(s)
Diff to
previous 3298
For embedded/constained systems
- remove as much text messages (logs) as possible to limit the size of
the binaries (pcscd and libpcsclite)
- use static driver instead of reader polling and dynamic driver loading
Revision
2881 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Sun Apr 20 15:52:46 2008 UTC
(5 years, 1 month ago)
by
rousseau
File length: 939 byte(s)
Diff to
previous 2879
remove "use a callback from IFD handler to pcscd instead of polling to
get the card status" since this feature is now available using
TAG_IFD_POLLING_THREAD when the driver is collaborating
Revision
2236 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Thu Nov 23 09:38:26 2006 UTC
(6 years, 6 months ago)
by
rousseau
File length: 1115 byte(s)
Diff to
previous 2147
Allow connection from a 32-bits and 64-bits client to the same pcscd
server. This is part of the Apple patches and improvements.
see Alioth bug #303790
Revision
2066 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Thu May 25 21:56:01 2006 UTC
(7 years ago)
by
rousseau
File length: 609 byte(s)
Diff to
previous 1783
remove "allow the use of extended APDU without breaking libpcsclite ABI"
since it is implemented now
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
enter a numeric revision.