Skip to content

Commit 4d994e3

Browse files
Cameron Williamsgregkh
authored andcommitted
tty: 8250: Add support for Intashield IS-100
Add support for the Intashield IS-100 1 port serial card. Cc: stable@vger.kernel.org Signed-off-by: Cameron Williams <cang1@live.co.uk> Link: https://lore.kernel.org/r/DU0PR02MB7899A0E0CDAA505AF5A874CDC4DBA@DU0PR02MB7899.eurprd02.prod.outlook.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 2c6fec1 commit 4d994e3

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4963,6 +4963,12 @@ static const struct pci_device_id serial_pci_tbl[] = {
49634963
0, 0,
49644964
pbn_b1_bt_1_115200 },
49654965

4966+
/*
4967+
* IntaShield IS-100
4968+
*/
4969+
{ PCI_VENDOR_ID_INTASHIELD, 0x0D60,
4970+
PCI_ANY_ID, PCI_ANY_ID, 0, 0,
4971+
pbn_b2_1_115200 },
49664972
/*
49674973
* IntaShield IS-200
49684974
*/

0 commit comments

Comments
 (0)