libftdi-git Archives

Subject: A library to talk to FTDI chips branch, ftdi-eeprom-fix-bitflag-handling, updated. v1.4-40-gbede2cb

From: libftdi-git@xxxxxxxxxxxxxxxxxxxxxxx
To: libftdi-git@xxxxxxxxxxxxxxxxxxxxxxx
Date: Mon, 18 May 2020 22:00:47 +0200 (CEST)
The branch, ftdi-eeprom-fix-bitflag-handling has been updated
  discards  2a68cf5675acd010b16d0c8fa87fd40356c59020 (commit)
       via  bede2cb8b536426156d9a2707af283a7233088a1 (commit)

This update added new revisions after undoing existing revisions.  That is
to say, the old revision is not a strict subset of the new revision.  This
situation occurs when you --force push a change and generate a repository
containing something like this:

 * -- * -- B -- O -- O -- O (2a68cf5675acd010b16d0c8fa87fd40356c59020)
            \
             N -- N -- N (bede2cb8b536426156d9a2707af283a7233088a1)

When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.


- Log -----------------------------------------------------------------
commit bede2cb8b536426156d9a2707af283a7233088a1
Author: Thomas Jarosch <thomas.jarosch@xxxxxxxxxxxxx>
Date:   Thu May 14 23:00:24 2020 +0200

    ftdi_eeprom_build(): Fix inverted handling of VCP driver field for TYPE_R 
chips
    
    From doc/EEPROM-structure:
    
        On TYPE_R 00.3 set means D2XX, on other devices VCP
    
    -> invert the field for TYPE_R so "eeprom->channel_a_driver"
       set to 1 always means VCP driver for all chips.

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

Summary of changes:
 doc/EEPROM-structure |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/doc/EEPROM-structure b/doc/EEPROM-structure
index 08abe62..4a590b6 100644
--- a/doc/EEPROM-structure
+++ b/doc/EEPROM-structure
@@ -19,7 +19,7 @@ Byte.BIT| TYPE_AM TYPE_BM   TYPE_2232C       TYPE_R          
TYPE_2232H       TY
 00.7    |      0       0   0                0                SUSPEND_DBUS7    
channel_c_driver
 
 On TYPE_R 00.0 is set for the FT245R and cleared for the FT232R
-On TYPE_R 00.3 set mean D2XX, on other devices VCP
+On TYPE_R 00.3 set means D2XX, on other devices VCP
 
 01.0    |      0       0   channel_b_type                    channel_b_type   0
 01.1    |      0       0   channel_b_type                    channel_b_type   0


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, ftdi-eeprom-fix-bitflag-handling, updated. v1.4-40-gbede2cb, libftdi-git <=