Skip to content

Commit ded9ea3

Browse files
Cameron Williamsgregkh
authored andcommitted
tty: serial: 8250: Add some more device IDs
commit be6a23650908e2f827f2e7839a3fbae41ccb5b63 upstream. These card IDs got missed the first time around. Cc: stable <[email protected]> Signed-off-by: Cameron Williams <[email protected]> Link: https://lore.kernel.org/r/DB7PR02MB380295BCC879CCF91315AC38C4C12@DB7PR02MB3802.eurprd02.prod.outlook.com Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 79aafdf commit ded9ea3

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

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

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5127,6 +5127,14 @@ static const struct pci_device_id serial_pci_tbl[] = {
51275127
PCI_ANY_ID, PCI_ANY_ID,
51285128
0, 0,
51295129
pbn_b2_2_115200 },
5130+
{ PCI_VENDOR_ID_INTASHIELD, 0x0BA2,
5131+
PCI_ANY_ID, PCI_ANY_ID,
5132+
0, 0,
5133+
pbn_b2_2_115200 },
5134+
{ PCI_VENDOR_ID_INTASHIELD, 0x0BA3,
5135+
PCI_ANY_ID, PCI_ANY_ID,
5136+
0, 0,
5137+
pbn_b2_2_115200 },
51305138
/*
51315139
* Brainboxes UC-235/246
51325140
*/
@@ -5247,6 +5255,14 @@ static const struct pci_device_id serial_pci_tbl[] = {
52475255
PCI_ANY_ID, PCI_ANY_ID,
52485256
0, 0,
52495257
pbn_b2_4_115200 },
5258+
{ PCI_VENDOR_ID_INTASHIELD, 0x0C42,
5259+
PCI_ANY_ID, PCI_ANY_ID,
5260+
0, 0,
5261+
pbn_b2_4_115200 },
5262+
{ PCI_VENDOR_ID_INTASHIELD, 0x0C43,
5263+
PCI_ANY_ID, PCI_ANY_ID,
5264+
0, 0,
5265+
pbn_b2_4_115200 },
52505266
/*
52515267
* Brainboxes UC-420
52525268
*/

0 commit comments

Comments
 (0)