libftdi-git Archives

Subject: A library to talk to FTDI chips branch, master, updated. v0.18-12-gd48caea

From: libftdi-git@xxxxxxxxxxxxxxxxxxxxxxx
To: libftdi-git@xxxxxxxxxxxxxxxxxxxxxxx
Date: Tue, 12 Apr 2011 16:56:58 +0200 (CEST)
The branch, master has been updated
       via  d48caea12d6dd92af7948b7fdb510a52d7abc154 (commit)
      from  3af1ac0986d0b7cf4063794be8c375ea9a90a770 (commit)


- Log -----------------------------------------------------------------
commit d48caea12d6dd92af7948b7fdb510a52d7abc154
Author: Uwe Bonnes <bon@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
Date:   Tue Mar 29 17:15:49 2011 +0200

    Better explanation of ftdi_read_data() behaviour
    
    On the mailing list, some have come to the conclusion that the 0.17 and 1.0
    behaviour of ftdi_read_data() is the most sensible, but needs mor
    explanation.
    
    Hopefully the added explanation fullfills this target.
    --
    Uwe Bonnes                bon@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
    
    Institut fuer Kernphysik  Schlossgartenstrasse 9  64289 Darmstadt
    --------- Tel. 06151 162516 -------- Fax. 06151 164321 ----------
    >From eec274ebd929611180b3524c66ea61025cd391d9 Mon Sep 17 00:00:00 2001
    From: Uwe Bonnes <bon@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
    Date: Tue, 29 Mar 2011 16:17:43 +0200
    Subject: Better explanation of ftdi_read_data() behaviour

-----------------------------------------------------------------------

Summary of changes:
 src/ftdi.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/ftdi.c b/src/ftdi.c
index 9cf425f..de7d81a 100644
--- a/src/ftdi.c
+++ b/src/ftdi.c
@@ -1547,6 +1547,7 @@ int ftdi_write_data_get_chunksize(struct ftdi_context 
*ftdi, unsigned int *chunk
 /**
     Reads data in chunks (see ftdi_read_data_set_chunksize()) from the chip.
 
+    Returns when at least one byte is available or when the latency timer has 
elapsed
     Automatically strips the two modem status bytes transfered during every 
read.
 
     \param ftdi pointer to ftdi_context


hooks/post-receive
-- 
A library to talk to FTDI chips

--
libftdi-git - see http://www.intra2net.com/en/developer/libftdi for details.
To unsubscribe send a mail to libftdi-git+unsubscribe@xxxxxxxxxxxxxxxxxxxxxxx   

Current Thread
  • A library to talk to FTDI chips branch, master, updated. v0.18-12-gd48caea, libftdi-git <=