Skip to content

Commit e74f2c7

Browse files
Cameron Williamsgregkh
authored andcommitted
tty: 8250: Add support for Intashield IX cards
commit 62d2ec2 upstream. Add support for the IX-100, IX-200 and IX-400 serial cards. Cc: [email protected] Signed-off-by: Cameron Williams <[email protected]> Link: https://lore.kernel.org/r/DU0PR02MB7899614E5837E82A03272A4BC4DBA@DU0PR02MB7899.eurprd02.prod.outlook.com Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 0afb84c commit e74f2c7

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

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

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4931,6 +4931,27 @@ static const struct pci_device_id serial_pci_tbl[] = {
49314931
{ PCI_VENDOR_ID_INTASHIELD, PCI_DEVICE_ID_INTASHIELD_IS400,
49324932
PCI_ANY_ID, PCI_ANY_ID, 0, 0, /* 135a.0dc0 */
49334933
pbn_b2_4_115200 },
4934+
/*
4935+
* IntaShield IX-100
4936+
*/
4937+
{ PCI_VENDOR_ID_INTASHIELD, 0x4027,
4938+
PCI_ANY_ID, PCI_ANY_ID,
4939+
0, 0,
4940+
pbn_oxsemi_1_15625000 },
4941+
/*
4942+
* IntaShield IX-200
4943+
*/
4944+
{ PCI_VENDOR_ID_INTASHIELD, 0x4028,
4945+
PCI_ANY_ID, PCI_ANY_ID,
4946+
0, 0,
4947+
pbn_oxsemi_2_15625000 },
4948+
/*
4949+
* IntaShield IX-400
4950+
*/
4951+
{ PCI_VENDOR_ID_INTASHIELD, 0x4029,
4952+
PCI_ANY_ID, PCI_ANY_ID,
4953+
0, 0,
4954+
pbn_oxsemi_4_15625000 },
49344955
/* Brainboxes Devices */
49354956
/*
49364957
* Brainboxes UC-101

0 commit comments

Comments
 (0)