FreeCalypso > hg > fc-usbser-tools
comparison eeproms/duart28c @ 3:434806360d91
eeproms: subset import from freecalypso-hwlab
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 03 Sep 2023 18:24:27 +0000 |
parents | |
children | d46ea7a3fa0c |
comparison
equal
deleted
inserted
replaced
2:17fdd0ba7a2e | 3:434806360d91 |
---|---|
1 # This EEPROM configuration is one of two possible configs that can be | |
2 # programmed into FreeCalypso DUART28 adapters (custom hw made by | |
3 # Falconia Partners LLC) based on the FT2232D chip. The present DUART28C | |
4 # configuration sets a custom USB ID and is intended to be used together | |
5 # with a custom patch to the Linux kernel ftdi_sio driver that applies | |
6 # a special quirk when this USB ID is detected. The driver quirk in | |
7 # question applies only to FT2232D Channel B and suppresses automatic | |
8 # assertion of DTR & RTS when the corresponding ttyUSBx device is opened; | |
9 # this driver quirk is required in order to use the DUART28C adapter's | |
10 # boot control outputs. | |
11 | |
12 vid 0x0403 # FTDI | |
13 pid 0x7152 # Allocated by FTDI to Falconia Partners LLC | |
14 | |
15 manuf FreeCalypso | |
16 product DUART28C |