/[pcsclite]/trunk/Drivers/ccid/src/ifdhandler.c
ViewVC logotype

Diff of /trunk/Drivers/ccid/src/ifdhandler.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1059 by rousseau, Fri Jul 9 14:08:28 2004 UTC revision 1077 by rousseau, Fri Jul 16 06:53:25 2004 UTC
# Line 41  Line 41 
41  #endif  #endif
42    
43  /* Array of structures to hold the ATR and other state value of each slot */  /* Array of structures to hold the ATR and other state value of each slot */
44  static CcidDesc CcidSlots[PCSCLITE_MAX_READERS];  static CcidDesc CcidSlots[CCID_DRIVER_MAX_READERS];
45    
46  /* global mutex */  /* global mutex */
47  #ifdef HAVE_PTHREAD  #ifdef HAVE_PTHREAD
# Line 250  RESPONSECODE IFDHGetCapabilities(DWORD L Line 250  RESPONSECODE IFDHGetCapabilities(DWORD L
250                          if (*Length >= 1)                          if (*Length >= 1)
251                          {                          {
252                                  *Length = 1;                                  *Length = 1;
253                                  *Value = PCSCLITE_MAX_READERS;                                  *Value = CCID_DRIVER_MAX_READERS;
254                          }                          }
255                          break;                          break;
256    

Legend:
Removed from v.1059  
changed lines
  Added in v.1077

  ViewVC Help
Powered by ViewVC 1.1.5