git://developer.intra2net.com
/
libftdi
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
398d7b9
)
Warn user about missing FT4232H-specific EEPROM settings
author
Uwe Bonnes
<bon@elektron.ikp.physik.tu-darmstadt.de>
Thu, 16 Sep 2010 09:55:20 +0000 (11:55 +0200)
committer
Thomas Jarosch
<thomas.jarosch@intra2net.com>
Mon, 20 Sep 2010 13:34:46 +0000 (15:34 +0200)
src/ftdi.c
patch
|
blob
|
blame
|
history
diff --git
a/src/ftdi.c
b/src/ftdi.c
index
7d27134
..
05771c7
100644
(file)
--- a/
src/ftdi.c
+++ b/
src/ftdi.c
@@
-2631,6
+2631,8
@@
int ftdi_eeprom_build(struct ftdi_context *ftdi)
output[0x18] = eeprom->chip;
break;
+ case TYPE_4232H:
+ fprintf(stderr,"FIXME: Build FT4232H specific EEPROM settings\n");
}
// calculate checksum