git://developer.intra2net.com
/
libftdi
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
6855afd
)
FT2232C has version 0x0500 in EEPROM as default
author
Uwe Bonnes
<bon@elektron.ikp.physik.tu-darmstadt.de>
Fri, 10 Sep 2010 09:21:54 +0000 (11:21 +0200)
committer
Thomas Jarosch
<thomas.jarosch@intra2net.com>
Mon, 20 Sep 2010 13:34:40 +0000 (15:34 +0200)
src/ftdi.c
patch
|
blob
|
blame
|
history
diff --git
a/src/ftdi.c
b/src/ftdi.c
index
33ed148
..
62f7242
100644
(file)
--- a/
src/ftdi.c
+++ b/
src/ftdi.c
@@
-2197,6
+2197,9
@@
void ftdi_eeprom_initdefaults(struct ftdi_context *ftdi)
eeprom->product_id = 0x6010;
switch (ftdi->type)
{
+ case TYPE_2232C:
+ eeprom->release = 0x500;
+ break;
case TYPE_2232H:
eeprom->release = 0x200;
break;