libftdi-git Archives

Subject: port libftdi to libusb-1.0 branch, eeprom-new, updated. v0.17-136-g043eafc

From: libftdi-git@xxxxxxxxxxxxxxxxxxxxxxx
To: libftdi-git@xxxxxxxxxxxxxxxxxxxxxxx
Date: Fri, 24 Sep 2010 15:43:24 +0200 (CEST)
The branch, eeprom-new has been updated
       via  043eafc0ecaaea0192ca2721652598bcbe1ae9a6 (commit)
      from  8bc605f3743d3dd30e2cd45e2cced1c4a730166c (commit)


- Log -----------------------------------------------------------------
commit 043eafc0ecaaea0192ca2721652598bcbe1ae9a6
Author: Thomas Jarosch <thomas.jarosch@xxxxxxxxxxxxx>
Date:   Fri Sep 24 15:43:21 2010 +0200

    eeprom of BM type chips: Fix trashing of first manufacturer string byte

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

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

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:
 


hooks/post-receive
-- 
port libftdi to libusb-1.0

--
libftdi-git - see http://www.intra2net.com/en/developer/libftdi for details.
To unsubscribe send a mail to libftdi-git+unsubscribe@xxxxxxxxxxxxxxxxxxxxxxx   

Current Thread
  • port libftdi to libusb-1.0 branch, eeprom-new, updated. v0.17-136-g043eafc, libftdi-git <=