comparison Linux-DTR-RTS-flaw @ 101:916488f7a8e0

Linux-DTR-RTS-flaw: link to current location of patches
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 11 Sep 2023 06:26:36 +0000
parents 48ea323c1c47
children 72a272083f46
comparison
equal deleted inserted replaced
100:48ea323c1c47 101:916488f7a8e0
109 to the ftdi_sio driver, a patch that adds support for FreeCalypso DUART28C 109 to the ftdi_sio driver, a patch that adds support for FreeCalypso DUART28C
110 (custom USB ID) and applies the appropriate special quirk just for this USB ID, 110 (custom USB ID) and applies the appropriate special quirk just for this USB ID,
111 not affecting any other devices - a quirk that suppresses automatic DTR & RTS 111 not affecting any other devices - a quirk that suppresses automatic DTR & RTS
112 assertion on FT2232D Channel B, the UART channel on which these signals are 112 assertion on FT2232D Channel B, the UART channel on which these signals are
113 repurposed on DUART28 hardware. Several different versions of this patch (made 113 repurposed on DUART28 hardware. Several different versions of this patch (made
114 to apply cleanly to several different kernel versions) can be found in the 114 to apply cleanly to several different kernel versions) can be found here:
115 linux-patch directory in the present source repository. 115
116 https://www.freecalypso.org/hg/freecalypso-hwlab/file/tip/linux-patch
116 117
117 In 2020-09 I made a good-faith, due-diligence attempt to get the hardware 118 In 2020-09 I made a good-faith, due-diligence attempt to get the hardware
118 support patch for DUART28C (a patch to ftdi_sio driver that recognizes the new 119 support patch for DUART28C (a patch to ftdi_sio driver that recognizes the new
119 USB ID and applies the necessary quirk, entirely contained inside this driver) 120 USB ID and applies the necessary quirk, entirely contained inside this driver)
120 mainlined - I submitted the patch to ftdi_sio maintainer Johan Hovold. I was 121 mainlined - I submitted the patch to ftdi_sio maintainer Johan Hovold. I was