From ee93e3056cd496221d2c701dfd92e67f888376f3 Mon Sep 17 00:00:00 2001 From: Yegor Yefremov Date: Wed, 9 Aug 2023 14:38:26 +0200 Subject: [PATCH] EEPROM: mention FT230X in the dynamic content calculation --- 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) { -- 1.7.1