From: leslie Date: Mon, 8 Feb 2010 20:03:25 +0000 (+0100) Subject: smartcards: fix SR+ init bug X-Git-Tag: upstream/620~99 X-Git-Url: http://www.vanbest.org/gitweb/?a=commitdiff_plain;h=89db5c2cdb3e4256ad087f0c9eb1511725e62bfb;p=sasc-ng.git smartcards: fix SR+ init bug --- 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)