The branch, eeprom-new has been updated
via 118c45611363a6148dfcf09882fb6136dafda5d8 (commit)
from 735e81ea04451df5b8aa4a18ec4620d8e1c61fb7 (commit)
- Log -----------------------------------------------------------------
commit 118c45611363a6148dfcf09882fb6136dafda5d8
Author: Thomas Jarosch <thomas.jarosch@xxxxxxxxxxxxx>
Date: Sat Jan 15 16:57:26 2011 +0100
Fix user area size calculation
-----------------------------------------------------------------------
Summary of changes:
src/ftdi.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/ftdi.c b/src/ftdi.c
index ff09a35..a2cc5a6 100644
--- a/src/ftdi.c
+++ b/src/ftdi.c
@@ -2310,6 +2310,7 @@ int ftdi_eeprom_build(struct ftdi_context *ftdi)
case TYPE_2232H: // six extra config bytes + 4 bytes PnP
stuff
case TYPE_4232H:
user_area_size = 86;
+ break;
default:
user_area_size = 0;
break;
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
|