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

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

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

revision 413 by rousseau, Wed Sep 10 09:15:51 2003 UTC revision 445 by rousseau, Tue Sep 16 14:19:11 2003 UTC
# Line 45  int ccid_open_hack(int lun) Line 45  int ccid_open_hack(int lun)
45                          ccid_descriptor->dwFeatures |= CCID_CLASS_TPDU;                          ccid_descriptor->dwFeatures |= CCID_CLASS_TPDU;
46                          break;                          break;
47    
48    #if 0
49                            /*
50                             * Do not switch to APDU mode since it also swicth in EMV mode and
51                             * may not work with non EMV cards
52                             */
53                  case GEMPCKEY:                  case GEMPCKEY:
54                  case GEMPCTWIN:                  case GEMPCTWIN:
55                          /* Reader announces TPDU but can do APDU */                          /* Reader announces TPDU but can do APDU */
# Line 54  int ccid_open_hack(int lun) Line 59  int ccid_open_hack(int lun)
59                                  ccid_descriptor->dwFeatures |= CCID_CLASS_SHORT_APDU;                                  ccid_descriptor->dwFeatures |= CCID_CLASS_SHORT_APDU;
60                          }                          }
61                          break;                          break;
62    #endif
63          }          }
64    
65          return 0;          return 0;

Legend:
Removed from v.413  
changed lines
  Added in v.445

  ViewVC Help
Powered by ViewVC 1.1.5