]> www.vanbest.org Git - sasc-ng.git/commitdiff
smartcards: fix SR+ init bug
authorleslie <unknown>
Mon, 8 Feb 2010 20:03:25 +0000 (21:03 +0100)
committerleslie <unknown>
Mon, 8 Feb 2010 20:03:25 +0000 (21:03 +0100)
smartcard.c

index 49b1644228befc8910f965294e11eeee61d61887..696d1ea6352c287b522bcbe6716fa6047348a942 100644 (file)
@@ -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)