Skip to content

Commit 54f9a8d

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

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
@@ -5213,6 +5213,14 @@ static const struct pci_device_id serial_pci_tbl[] = {
52135213
PCI_ANY_ID, PCI_ANY_ID,
52145214
0, 0,
52155215
pbn_b2_2_115200 },
5216+
{ PCI_VENDOR_ID_INTASHIELD, 0x0BA2,
5217+
PCI_ANY_ID, PCI_ANY_ID,
5218+
0, 0,
5219+
pbn_b2_2_115200 },
5220+
{ PCI_VENDOR_ID_INTASHIELD, 0x0BA3,
5221+
PCI_ANY_ID, PCI_ANY_ID,
5222+
0, 0,
5223+
pbn_b2_2_115200 },
52165224
/*
52175225
* Brainboxes UC-235/246
52185226
*/
@@ -5333,6 +5341,14 @@ static const struct pci_device_id serial_pci_tbl[] = {
53335341
PCI_ANY_ID, PCI_ANY_ID,
53345342
0, 0,
53355343
pbn_b2_4_115200 },
5344+
{ PCI_VENDOR_ID_INTASHIELD, 0x0C42,
5345+
PCI_ANY_ID, PCI_ANY_ID,
5346+
0, 0,
5347+
pbn_b2_4_115200 },
5348+
{ PCI_VENDOR_ID_INTASHIELD, 0x0C43,
5349+
PCI_ANY_ID, PCI_ANY_ID,
5350+
0, 0,
5351+
pbn_b2_4_115200 },
53365352
/*
53375353
* Brainboxes UC-420
53385354
*/

0 commit comments

Comments
 (0)