]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
tty: serial: 8250: Add some more device IDs
authorCameron Williams <cang1@live.co.uk>
Sun, 23 Feb 2025 22:07:38 +0000 (22:07 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 7 Apr 2025 08:05:45 +0000 (10:05 +0200)
commit be6a23650908e2f827f2e7839a3fbae41ccb5b63 upstream.

These card IDs got missed the first time around.

Cc: stable <stable@kernel.org>
Signed-off-by: Cameron Williams <cang1@live.co.uk>
Link: https://lore.kernel.org/r/DB7PR02MB380295BCC879CCF91315AC38C4C12@DB7PR02MB3802.eurprd02.prod.outlook.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/8250/8250_pci.c

index 6026cc50a7ea57dc1b9c1c6de2f8dce9302f6acf..fa7bb1b316bbc92106f9791f3615dfb438ffaaf8 100644 (file)
@@ -5127,6 +5127,14 @@ static const struct pci_device_id serial_pci_tbl[] = {
                PCI_ANY_ID, PCI_ANY_ID,
                0, 0,
                pbn_b2_2_115200 },
+       {       PCI_VENDOR_ID_INTASHIELD, 0x0BA2,
+               PCI_ANY_ID, PCI_ANY_ID,
+               0, 0,
+               pbn_b2_2_115200 },
+       {       PCI_VENDOR_ID_INTASHIELD, 0x0BA3,
+               PCI_ANY_ID, PCI_ANY_ID,
+               0, 0,
+               pbn_b2_2_115200 },
        /*
         * Brainboxes UC-235/246
         */
@@ -5247,6 +5255,14 @@ static const struct pci_device_id serial_pci_tbl[] = {
                PCI_ANY_ID, PCI_ANY_ID,
                0, 0,
                pbn_b2_4_115200 },
+       {       PCI_VENDOR_ID_INTASHIELD, 0x0C42,
+               PCI_ANY_ID, PCI_ANY_ID,
+               0, 0,
+               pbn_b2_4_115200 },
+       {       PCI_VENDOR_ID_INTASHIELD, 0x0C43,
+               PCI_ANY_ID, PCI_ANY_ID,
+               0, 0,
+               pbn_b2_4_115200 },
        /*
         * Brainboxes UC-420
         */