/[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 2176 by rousseau, Tue Sep 26 13:32:05 2006 UTC revision 2197 by rousseau, Wed Nov 15 10:04:18 2006 UTC
# Line 338  EXTERNAL RESPONSECODE IFDHGetCapabilitie Line 338  EXTERNAL RESPONSECODE IFDHGetCapabilitie
338                                  memcpy(Value, VENDOR_NAME, sizeof(VENDOR_NAME));                                  memcpy(Value, VENDOR_NAME, sizeof(VENDOR_NAME));
339                          break;                          break;
340    
341                    case SCARD_ATTR_MAXINPUT:
342                            *Length = sizeof(uint32_t);
343                            if (Value)
344                                    *(uint32_t *)Value = get_ccid_descriptor(reader_index) -> dwMaxCCIDMessageLength -10;
345                            break;
346    
347                  default:                  default:
348                          return IFD_ERROR_TAG;                          return IFD_ERROR_TAG;
349          }          }

Legend:
Removed from v.2176  
changed lines
  Added in v.2197

  ViewVC Help
Powered by ViewVC 1.1.5