From: Thomas Jarosch Date: Fri, 24 Sep 2010 13:43:21 +0000 (+0200) Subject: eeprom of BM type chips: Fix trashing of first manufacturer string byte X-Git-Tag: v1.0rc1~133^2~41 X-Git-Url: http://developer.intra2net.com/git/?p=libftdi;a=commitdiff_plain;h=043eafc0ecaaea0192ca2721652598bcbe1ae9a6 eeprom of BM type chips: Fix trashing of first manufacturer string byte --- diff --git a/src/ftdi.c b/src/ftdi.c index 9c0d53d..2d10e72 100644 --- a/src/ftdi.c +++ b/src/ftdi.c @@ -2468,7 +2468,6 @@ int ftdi_eeprom_build(struct ftdi_context *ftdi) case TYPE_BM: output[0x0C] = eeprom->usb_version & 0xff; output[0x0D] = (eeprom->usb_version>>8) & 0xff; - output[0x14] = eeprom->chip; break; case TYPE_2232C: