Replace eeprom->rs232_inversion with eeprom->invert.
authorFlorian Preinstorfer <fp@xell.at>
Thu, 23 Oct 2014 06:08:07 +0000 (08:08 +0200)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Tue, 28 Oct 2014 08:32:32 +0000 (09:32 +0100)
commit347d87e5ed745614c05e784facb449a9e3615cde
tree076f4616e73026e2ae2fc55844b4d042d9030953
parenta1b2db22abd6fbc134238952c84122ea8b11b856
Replace eeprom->rs232_inversion with eeprom->invert.

Summary:
 * The field eeprom->rs232_inversion reads and writes to the same
   location as eeprom->invert already does.
 * The configuration values invert_*, as read by ftdi_eeprom, are
   working ootb with FT230X chips. No configuration values were
   available for rs232_inversion.

I tested this commit with FT231X which identifies itself as VID 0x0403
and PID 0x6015.
src/ftdi.c
src/ftdi.h
src/ftdi_i.h