Skip to content

Commit be6a236

Browse files
Cameron Williamsgregkh
authored andcommitted
tty: serial: 8250: Add some more device IDs
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 0a3b5a5 commit be6a236

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
@@ -5253,6 +5253,14 @@ static const struct pci_device_id serial_pci_tbl[] = {
52535253
PCI_ANY_ID, PCI_ANY_ID,
52545254
0, 0,
52555255
pbn_b2_2_115200 },
5256+
{ PCI_VENDOR_ID_INTASHIELD, 0x0BA2,
5257+
PCI_ANY_ID, PCI_ANY_ID,
5258+
0, 0,
5259+
pbn_b2_2_115200 },
5260+
{ PCI_VENDOR_ID_INTASHIELD, 0x0BA3,
5261+
PCI_ANY_ID, PCI_ANY_ID,
5262+
0, 0,
5263+
pbn_b2_2_115200 },
52565264
/*
52575265
* Brainboxes UC-235/246
52585266
*/
@@ -5373,6 +5381,14 @@ static const struct pci_device_id serial_pci_tbl[] = {
53735381
PCI_ANY_ID, PCI_ANY_ID,
53745382
0, 0,
53755383
pbn_b2_4_115200 },
5384+
{ PCI_VENDOR_ID_INTASHIELD, 0x0C42,
5385+
PCI_ANY_ID, PCI_ANY_ID,
5386+
0, 0,
5387+
pbn_b2_4_115200 },
5388+
{ PCI_VENDOR_ID_INTASHIELD, 0x0C43,
5389+
PCI_ANY_ID, PCI_ANY_ID,
5390+
0, 0,
5391+
pbn_b2_4_115200 },
53765392
/*
53775393
* Brainboxes UC-420
53785394
*/

0 commit comments

Comments
 (0)