[Pcsclite-cvs-commit] r1694 - trunk/PCSC

Ludovic Rousseau rousseau at costa.debian.org
Sat Oct 29 15:49:32 UTC 2005


Author: rousseau
Date: 2005-10-29 15:49:32 +0000 (Sat, 29 Oct 2005)
New Revision: 1694

Added:
   trunk/PCSC/TODO
Log:
todo list


Added: trunk/PCSC/TODO
===================================================================
--- trunk/PCSC/TODO	2005-10-21 08:01:38 UTC (rev 1693)
+++ trunk/PCSC/TODO	2005-10-29 15:49:32 UTC (rev 1694)
@@ -0,0 +1,16 @@
+- improve performances between pcscd and libpcsclite
+  see http://archives.neohapsis.com/archives/dev/muscle/2005-q4/0086.html
+
+- allow the use of extended APDU without breaking libpcsclite ABI
+  For now we have either normal APDU (max 256 bytes) or extended APDU
+  (--enable-extendedapdu, max 32K bytes) but not both
+
+- include Apple patches and improvements (if possible/needed)
+
+- power on the card _only_ if an application requests a connection
+  see Alioth bug #301965
+
+- use a callback from IFD handler to pcscd instead of pooling to get the
+  card status: better performance, possible lower power consumption
+
+Oct 2005




More information about the Pcsclite-cvs-commit mailing list