Skip to content

Commit 9f2068f

Browse files
nikolaciprichgregkh
authored andcommitted
serial: 8250_pci: Add Brainboxes UC-260 4 port serial device
Add PCI ids for two variants of Brainboxes UC-260 quad port PCI serial cards. Suggested-by: Andy Shevchenko <[email protected]> Signed-off-by: Nikola Ciprich <[email protected]> Cc: stable <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 1f66dd3 commit 9f2068f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4702,6 +4702,17 @@ static const struct pci_device_id serial_pci_tbl[] = {
47024702
{ PCI_VENDOR_ID_INTASHIELD, PCI_DEVICE_ID_INTASHIELD_IS400,
47034703
PCI_ANY_ID, PCI_ANY_ID, 0, 0, /* 135a.0dc0 */
47044704
pbn_b2_4_115200 },
4705+
/*
4706+
* BrainBoxes UC-260
4707+
*/
4708+
{ PCI_VENDOR_ID_INTASHIELD, 0x0D21,
4709+
PCI_ANY_ID, PCI_ANY_ID,
4710+
PCI_CLASS_COMMUNICATION_MULTISERIAL << 8, 0xffff00,
4711+
pbn_b2_4_115200 },
4712+
{ PCI_VENDOR_ID_INTASHIELD, 0x0E34,
4713+
PCI_ANY_ID, PCI_ANY_ID,
4714+
PCI_CLASS_COMMUNICATION_MULTISERIAL << 8, 0xffff00,
4715+
pbn_b2_4_115200 },
47054716
/*
47064717
* Perle PCI-RAS cards
47074718
*/

0 commit comments

Comments
 (0)