Skip to content

Commit 8b48255

Browse files
Cameron Williamsgregkh
authored andcommitted
tty: 8250: Add support for Intashield IS-100
commit 4d994e3 upstream. 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 c37e342 commit 8b48255

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
@@ -4913,6 +4913,12 @@ static const struct pci_device_id serial_pci_tbl[] = {
49134913
0, 0,
49144914
pbn_b1_bt_1_115200 },
49154915

4916+
/*
4917+
* IntaShield IS-100
4918+
*/
4919+
{ PCI_VENDOR_ID_INTASHIELD, 0x0D60,
4920+
PCI_ANY_ID, PCI_ANY_ID, 0, 0,
4921+
pbn_b2_1_115200 },
49164922
/*
49174923
* IntaShield IS-200
49184924
*/

0 commit comments

Comments
 (0)