FreeCalypso > hg > freecalypso-hwlab
changeset 8:7d892dc7a044
eeproms/mcu-host-bus: config created
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 06 Apr 2018 01:32:44 +0000 |
parents | b991cf09f1da |
children | 010982d9ab3b |
files | eeproms/mcu-host-bus |
diffstat | 1 files changed, 18 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /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