# HG changeset patch # User Mychaela Falconia # Date 1522978364 0 # Node ID 7d892dc7a0446a9ab2aadd5230418e16ae243b08 # Parent b991cf09f1dae137cba57e86a49f1de2310a89f2 eeproms/mcu-host-bus: config created diff -r b991cf09f1da -r 7d892dc7a044 eeproms/mcu-host-bus --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eeproms/mcu-host-bus Fri Apr 06 01:32:44 2018 +0000 @@ -0,0 +1,18 @@ +# We are going to use COTS FT2232D breakout boards in the MCU host bus +# emulation mode (enabled at run time via libftdi, cannot be configured +# in the EEPROM) to drive several different candidate 176x220 pix TFT LCDs +# (8-bit parallel 8080-style interface) as part of our LCD evaluation +# testing and vendor selection process. The purpose of this EEPROM config +# with a custom FTDI PID is to keep the Linux kernel's ftdi_sio driver +# from binding to this FT2232D instance, avoiding the creation of ttyUSBx +# device nodes for it. + +vid 0x0403 # FTDI +pid 0x7157 # assigned by FTDI to Falconia Partners LLC +manuf FTDI +product MCU host bus emulation + +# Try to be nice to Weendoze lusers (or should it be Losedows?) + +byte00 0x00 # Channel A driver: D2XX +byte01 0x00 # Channel B driver: D2XX