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

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

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

revision 1640 by rousseau, Sat Aug 13 14:26:22 2005 UTC revision 1641 by rousseau, Mon Sep 5 14:43:02 2005 UTC
# Line 742  static unsigned int *get_data_rates(unsi Line 742  static unsigned int *get_data_rates(unsi
742          /* we do not get the expected number of data rates */          /* we do not get the expected number of data rates */
743          len = get_ccid_usb_interface(usbDevice[reader_index].dev)          len = get_ccid_usb_interface(usbDevice[reader_index].dev)
744                  ->altsetting->extra[27]; /* bNumDataRatesSupported */                  ->altsetting->extra[27]; /* bNumDataRatesSupported */
745          if (n != len)          if ((n != len) && len)
746          {          {
747                  DEBUG_INFO3("Got %d data rates but was expecting %d", n, len);                  DEBUG_INFO3("Got %d data rates but was expecting %d", n, len);
748    

Legend:
Removed from v.1640  
changed lines
  Added in v.1641

  ViewVC Help
Powered by ViewVC 1.1.5