From 89db5c2cdb3e4256ad087f0c9eb1511725e62bfb Mon Sep 17 00:00:00 2001 From: leslie Date: Mon, 8 Feb 2010 21:03:25 +0100 Subject: [PATCH] smartcards: fix SR+ init bug --- smartcard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smartcard.c b/smartcard.c index 49b1644..696d1ea 100644 --- a/smartcard.c +++ b/smartcard.c @@ -1002,7 +1002,7 @@ bool cSmartCardSlotSRPlus::DeviceSetMode(int mode, int baud) // Configure SmartReader+ with initial settings, ref ISO 7816 3.1. return baud==ISO_BAUD && cSmartCardSlotSerial::DeviceSetMode(mode,ISO_BAUD) && - SRConfig(372,0.0,clock,0,0,0); + SRConfig(372,1.0,clock,0,0,0); } bool cSmartCardSlotSRPlus::DevicePTS(void) -- 2.39.5