Skip to content

Commit be28a3d

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 <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>
1 parent 52eed36 commit be28a3d

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

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

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5107,6 +5107,14 @@ static const struct pci_device_id serial_pci_tbl[] = {
51075107
PCI_ANY_ID, PCI_ANY_ID,
51085108
0, 0,
51095109
pbn_b2_2_115200 },
5110+
{ PCI_VENDOR_ID_INTASHIELD, 0x0BA2,
5111+
PCI_ANY_ID, PCI_ANY_ID,
5112+
0, 0,
5113+
pbn_b2_2_115200 },
5114+
{ PCI_VENDOR_ID_INTASHIELD, 0x0BA3,
5115+
PCI_ANY_ID, PCI_ANY_ID,
5116+
0, 0,
5117+
pbn_b2_2_115200 },
51105118
/*
51115119
* Brainboxes UC-235/246
51125120
*/
@@ -5227,6 +5235,14 @@ static const struct pci_device_id serial_pci_tbl[] = {
52275235
PCI_ANY_ID, PCI_ANY_ID,
52285236
0, 0,
52295237
pbn_b2_4_115200 },
5238+
{ PCI_VENDOR_ID_INTASHIELD, 0x0C42,
5239+
PCI_ANY_ID, PCI_ANY_ID,
5240+
0, 0,
5241+
pbn_b2_4_115200 },
5242+
{ PCI_VENDOR_ID_INTASHIELD, 0x0C43,
5243+
PCI_ANY_ID, PCI_ANY_ID,
5244+
0, 0,
5245+
pbn_b2_4_115200 },
52305246
/*
52315247
* Brainboxes UC-420
52325248
*/

0 commit comments

Comments
 (0)