]> git.itanic.dy.fi Git - linux-stable/commitdiff
tty: 8250: Add support for Intashield IS-100
authorCameron Williams <cang1@live.co.uk>
Fri, 20 Oct 2023 16:03:11 +0000 (17:03 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 8 Nov 2023 10:22:21 +0000 (11:22 +0100)
commit 4d994e3cf1b541ff32dfb03fbbc60eea68f9645b 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>
drivers/tty/serial/8250/8250_pci.c

index 406332a91336a031665837caa8d5cfa801651da2..d05b155b48673cb814a2d17bff29a5c5e89da2a0 100644 (file)
@@ -4771,6 +4771,12 @@ static const struct pci_device_id serial_pci_tbl[] = {
                0, 0,
                pbn_b1_bt_1_115200 },
 
+       /*
+        * IntaShield IS-100
+        */
+       {       PCI_VENDOR_ID_INTASHIELD, 0x0D60,
+               PCI_ANY_ID, PCI_ANY_ID, 0, 0,
+               pbn_b2_1_115200 },
        /*
         * IntaShield IS-200
         */