Skip to content

Commit 62d2ec2

Browse files
Cameron Williamsgregkh
authored andcommitted
tty: 8250: Add support for Intashield IX cards
Add support for the IX-100, IX-200 and IX-400 serial cards. Cc: stable@vger.kernel.org Signed-off-by: Cameron Williams <cang1@live.co.uk> Link: https://lore.kernel.org/r/DU0PR02MB7899614E5837E82A03272A4BC4DBA@DU0PR02MB7899.eurprd02.prod.outlook.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 9604884 commit 62d2ec2

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

drivers/tty/serial/8250/8250_pci.c

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4981,6 +4981,27 @@ static const struct pci_device_id serial_pci_tbl[] = {
49814981
{ PCI_VENDOR_ID_INTASHIELD, PCI_DEVICE_ID_INTASHIELD_IS400,
49824982
PCI_ANY_ID, PCI_ANY_ID, 0, 0, /* 135a.0dc0 */
49834983
pbn_b2_4_115200 },
4984+
/*
4985+
* IntaShield IX-100
4986+
*/
4987+
{ PCI_VENDOR_ID_INTASHIELD, 0x4027,
4988+
PCI_ANY_ID, PCI_ANY_ID,
4989+
0, 0,
4990+
pbn_oxsemi_1_15625000 },
4991+
/*
4992+
* IntaShield IX-200
4993+
*/
4994+
{ PCI_VENDOR_ID_INTASHIELD, 0x4028,
4995+
PCI_ANY_ID, PCI_ANY_ID,
4996+
0, 0,
4997+
pbn_oxsemi_2_15625000 },
4998+
/*
4999+
* IntaShield IX-400
5000+
*/
5001+
{ PCI_VENDOR_ID_INTASHIELD, 0x4029,
5002+
PCI_ANY_ID, PCI_ANY_ID,
5003+
0, 0,
5004+
pbn_oxsemi_4_15625000 },
49845005
/* Brainboxes Devices */
49855006
/*
49865007
* Brainboxes UC-101

0 commit comments

Comments
 (0)