| 1 |
- improve performances between pcscd and libpcsclite
|
| 2 |
see http://archives.neohapsis.com/archives/dev/muscle/2005-q4/0086.html
|
| 3 |
|
| 4 |
- include Apple patches and improvements (if possible/needed)
|
| 5 |
|
| 6 |
- power on the card _only_ if an application requests a connection
|
| 7 |
see Alioth bug #301965
|
| 8 |
That could be implemented by polling the reader only if an application
|
| 9 |
requests it.
|
| 10 |
|
| 11 |
- use a callback from IFD handler to pcscd instead of polling to get the
|
| 12 |
card status: better performance, possible lower power consumption
|
| 13 |
|
| 14 |
- allow to have pcscd and libpcsclite on two different machines.
|
| 15 |
That would be needed to support remote PAM login.
|
| 16 |
Maybe use unix2tcp (http://dizzy.roedu.net/unix2tcp/)
|
| 17 |
|
| 18 |
- manage power suspend/resume (in a laptop for example) and coordinate
|
| 19 |
with the driver (when/if possible)
|
| 20 |
|
| 21 |
October 2007
|