Hi Waldek,
On Thu, Mar 24, 2011, Waldemar Rymarkiewicz wrote:
The sap_disconnect_ind() let's the sim driver to indicate
immediate disconnection.
Add support of immediate disconnection in sap-dummy driver
as well as a card status change in order to pass all PTS tests.
---
sap/sap-dummy.c | 31 ++++++++++++++++++++++++-------
sap/sap.h | 1 +
sap/server.c | 7 +++++++
3 files changed, 32 insertions(+), 7 deletions(-)
Are you planning to have some additional Disconnect* method in the
future since you didn't reuse the existing "Disconnect" method name for
this? The patch is also missing the corresponding update to sap-api.txt.
Johan