diff linux-patch/orig-202007/README @ 82:e2161ac7d641

linux-patch: move original 2020-07 version into orig-202007
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 06 Dec 2020 01:20:27 +0000
parents linux-patch/README@749e1a14aa24
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/linux-patch/orig-202007/README	Sun Dec 06 01:20:27 2020 +0000
@@ -0,0 +1,14 @@
+The patches contained in this directory need to be applied to the Linux kernel
+ftdi_sio driver, specifically to ftdi_sio.c and ftdi_sio_ids.h source files.
+This patch adds support for Falconia/FreeCalypso custom USB IDs with
+appropriate quirks applied:
+
+* FreeCalypso buffered and unbuffered JTAG+UART adapters are recognized and
+  treated as such, creating a ttyUSBx device for Channel B, but not for
+  Channel A.
+
+* DUART28C USB ID is treated with the appropriate quirk, suppressing automatic
+  DTR & RTS assertion on ttyUSBx open for Channel B.
+
+The present patches have been made against Linux kernel version 4.4.14;
+application to other kernel versions may require minor porting.