tty: serial: 8250: Add Brainboxes XC devices
commit 5c7e2896481a177bbda41d7850f05a9f5a8aee2b upstream. These ExpressCard devices use the OxPCIE chip and can be used with this driver. Signed-off-by: Cameron Williams <cang1@live.co.uk> Cc: stable <stable@kernel.org> Link: https://lore.kernel.org/r/DB7PR02MB3802907A9360F27F6CD67AAFC4D62@DB7PR02MB3802.eurprd02.prod.outlook.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
ded9ea3814
commit
eb7cfa77f5
@ -2596,6 +2596,22 @@ static struct pci_serial_quirk pci_serial_quirks[] = {
|
|||||||
.init = pci_oxsemi_tornado_init,
|
.init = pci_oxsemi_tornado_init,
|
||||||
.setup = pci_oxsemi_tornado_setup,
|
.setup = pci_oxsemi_tornado_setup,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
.vendor = PCI_VENDOR_ID_INTASHIELD,
|
||||||
|
.device = 0x4026,
|
||||||
|
.subvendor = PCI_ANY_ID,
|
||||||
|
.subdevice = PCI_ANY_ID,
|
||||||
|
.init = pci_oxsemi_tornado_init,
|
||||||
|
.setup = pci_oxsemi_tornado_setup,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
.vendor = PCI_VENDOR_ID_INTASHIELD,
|
||||||
|
.device = 0x4021,
|
||||||
|
.subvendor = PCI_ANY_ID,
|
||||||
|
.subdevice = PCI_ANY_ID,
|
||||||
|
.init = pci_oxsemi_tornado_init,
|
||||||
|
.setup = pci_oxsemi_tornado_setup,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
.vendor = PCI_VENDOR_ID_INTEL,
|
.vendor = PCI_VENDOR_ID_INTEL,
|
||||||
.device = 0x8811,
|
.device = 0x8811,
|
||||||
@ -5489,6 +5505,20 @@ static const struct pci_device_id serial_pci_tbl[] = {
|
|||||||
PCI_ANY_ID, PCI_ANY_ID,
|
PCI_ANY_ID, PCI_ANY_ID,
|
||||||
0, 0,
|
0, 0,
|
||||||
pbn_oxsemi_1_15625000 },
|
pbn_oxsemi_1_15625000 },
|
||||||
|
/*
|
||||||
|
* Brainboxes XC-235
|
||||||
|
*/
|
||||||
|
{ PCI_VENDOR_ID_INTASHIELD, 0x4026,
|
||||||
|
PCI_ANY_ID, PCI_ANY_ID,
|
||||||
|
0, 0,
|
||||||
|
pbn_oxsemi_1_15625000 },
|
||||||
|
/*
|
||||||
|
* Brainboxes XC-475
|
||||||
|
*/
|
||||||
|
{ PCI_VENDOR_ID_INTASHIELD, 0x4021,
|
||||||
|
PCI_ANY_ID, PCI_ANY_ID,
|
||||||
|
0, 0,
|
||||||
|
pbn_oxsemi_1_15625000 },
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Perle PCI-RAS cards
|
* Perle PCI-RAS cards
|
||||||
|
Loading…
Reference in New Issue
Block a user