libftdi-git Archives

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

From: libftdi-git@xxxxxxxxxxxxxxxxxxxxxxx
To: libftdi-git@xxxxxxxxxxxxxxxxxxxxxxx
Date: Tue, 29 Aug 2023 15:18:53 +0200 (CEST)
The branch, master has been updated
       via  ee93e3056cd496221d2c701dfd92e67f888376f3 (commit)
      from  0fad6f389a7cad0513b23f73b2439700e53d47b3 (commit)


- Log -----------------------------------------------------------------
commit ee93e3056cd496221d2c701dfd92e67f888376f3
Author: Yegor Yefremov <yegorslists@xxxxxxxxxxxxxx>
Date:   Wed Aug 9 14:38:26 2023 +0200

    EEPROM: mention FT230X in the dynamic content calculation

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

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

diff --git a/src/ftdi.c b/src/ftdi.c
index cf53e04..349df8a 100644
--- a/src/ftdi.c
+++ b/src/ftdi.c
@@ -3049,7 +3049,7 @@ int ftdi_eeprom_build(struct ftdi_context *ftdi)
     // Dynamic content
     // Strings start at 0x94 (TYPE_AM, TYPE_BM)
     // 0x96 (TYPE_2232C), 0x98 (TYPE_R) and 0x9a (TYPE_x232H)
-    // 0xa0 (TYPE_232H)
+    // 0xa0 (TYPE_232H, TYPE_230X)
     i = 0;
     switch (ftdi->type)
     {


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-19-gee93e30, libftdi-git <=