libftdi-git Archives

Subject: A library to talk to FTDI chips branch, master, updated. v1.5-21-g629ed33

From: libftdi-git@xxxxxxxxxxxxxxxxxxxxxxx
To: libftdi-git@xxxxxxxxxxxxxxxxxxxxxxx
Date: Tue, 29 Aug 2023 15:33:02 +0200 (CEST)
The branch, master has been updated
       via  629ed337dcc50d73beccf2a7fe4c94c1d0efd9fb (commit)
      from  4d12b998630865d3f631ec67011473657e75fb43 (commit)


- Log -----------------------------------------------------------------
commit 629ed337dcc50d73beccf2a7fe4c94c1d0efd9fb
Author: Yegor Yefremov <yegorslists@xxxxxxxxxxxxxx>
Date:   Tue Aug 29 10:57:00 2023 +0200

    Align is_not_pnp property
    
    As seen when written with FTD2XX.

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

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

diff --git a/src/ftdi.c b/src/ftdi.c
index 349df8a..3d16674 100644
--- a/src/ftdi.c
+++ b/src/ftdi.c
@@ -3125,6 +3125,8 @@ int ftdi_eeprom_build(struct ftdi_context *ftdi)
         i++;
         output[i & eeprom_size_mask] = eeprom->is_not_pnp; /* as seen when 
written with FTD2XX */
         i++;
+        output[i & eeprom_size_mask] = 0x00;
+        i++;
     }
 
     if (ftdi->type > TYPE_AM) /* use_serial not used in AM devices */


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. v1.5-21-g629ed33, libftdi-git <=