On Thu, Feb 07, 2019 at 08:18:06PM -0800, Jay Dolan wrote: > Have ACCES cards use Pericom quirk > > Signed-off-by: Jay Dolan <jay.dolan@xxxxxxxxxxx> > --- > diff --git a/drivers/tty/serial/8250/8250_pci.c b/drivers/tty/serial/8250/8250_pci.c > index 806e2fad6ad5..2f68fc2708eb 100644 > --- a/drivers/tty/serial/8250/8250_pci.c > +++ b/drivers/tty/serial/8250/8250_pci.c > @@ -2027,6 +2027,13 @@ static struct pci_serial_quirk pci_serial_quirks[] __refdata = { > .setup = pci_default_setup, > .exit = pci_plx9050_exit, > }, > + { > + .vendor = PCI_VENDOR_ID_ACCESIO, > + .device = PCI_ANY_ID, > + .subvendor = PCI_ANY_ID, > + .subdevice = PCI_ANY_ID, > + .setup = pci_pericom_setup, > + }, Same question as before, has this never worked properly, or is this a new issue? thanks, greg k-h