mbox series

[v2,0/2] USB: serial: ftdi_sio: quirk for DUART28C

Message ID 20200929230511.1CC943740390@freecalypso.org
Headers show
Series USB: serial: ftdi_sio: quirk for DUART28C | expand

Message

Mychaela N. Falconia Sept. 29, 2020, 11:05 p.m. UTC
Here is the second version of the patch series (reduced to just two
patches now) that adds the special quirk needed for FreeCalypso
DUART28C adapter.  The first patch in this new reduced series is a
preparatory change that makes it possible for quirk port_probe
functions to determine which FT2232x or FT4232H channel is being
considered, whereas all controversial changes are contained in the
second and final patch.

Mychaela N. Falconia (2):
  USB: serial: ftdi_sio: pass port to quirk port_probe functions
  USB: serial: ftdi_sio: add support for FreeCalypso DUART28C adapter

 drivers/usb/serial/ftdi_sio.c     | 80 ++++++++++++++++++++++++++++++++-------
 drivers/usb/serial/ftdi_sio_ids.h |  1 +
 2 files changed, 68 insertions(+), 13 deletions(-)