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

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

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

revision 2974 by rousseau, Wed May 28 18:32:52 2008 UTC revision 2983 by rousseau, Sun Jun 8 08:31:47 2008 UTC
# Line 219  status_t WriteSerial(unsigned int reader Line 219  status_t WriteSerial(unsigned int reader
219   *   *
220   *****************************************************************************/   *****************************************************************************/
221  status_t ReadSerial(unsigned int reader_index,  status_t ReadSerial(unsigned int reader_index,
222          /*@unused@*/ unsigned int *length, unsigned char *buffer)          unsigned int *length, unsigned char *buffer)
223  {  {
224          unsigned char c;          unsigned char c;
225          int rv;          int rv;
# Line 333  ack: Line 333  ack:
333                  goto start;                  goto start;
334          }          }
335    
336            /* length of data read */
337            *length = to_read;
338    
339          return STATUS_SUCCESS;          return STATUS_SUCCESS;
340  } /* ReadSerial */  } /* ReadSerial */
341    

Legend:
Removed from v.2974  
changed lines
  Added in v.2983

  ViewVC Help
Powered by ViewVC 1.1.5