EEPROM: mention FT230X in the dynamic content calculation
authorYegor Yefremov <yegorslists@googlemail.com>
Wed, 9 Aug 2023 12:38:26 +0000 (14:38 +0200)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Tue, 29 Aug 2023 13:18:45 +0000 (15:18 +0200)
src/ftdi.c

index cf53e04..349df8a 100644 (file)
@@ -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)
     {