Skip to content

Commit ee61337

Browse files
Cameron Williamsgregkh
authored andcommitted
tty: 8250: Fix up PX-803/PX-857
The PX-803/PX-857 are variants of each other, add a note. Additionally fix up the port counts for the card (2, not 1). Fixes: ef5a03a ("tty: 8250: Add support for Brainboxes PX cards.") Cc: stable@vger.kernel.org Signed-off-by: Cameron Williams <cang1@live.co.uk> Link: https://lore.kernel.org/r/DU0PR02MB789978C8ED872FB4B014E132C4DBA@DU0PR02MB7899.eurprd02.prod.outlook.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent d0ff5b2 commit ee61337

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5285,16 +5285,16 @@ static const struct pci_device_id serial_pci_tbl[] = {
52855285
0, 0,
52865286
pbn_oxsemi_4_15625000 },
52875287
/*
5288-
* Brainboxes PX-803
5288+
* Brainboxes PX-803/PX-857
52895289
*/
52905290
{ PCI_VENDOR_ID_INTASHIELD, 0x4009,
52915291
PCI_ANY_ID, PCI_ANY_ID,
52925292
0, 0,
5293-
pbn_b0_1_115200 },
5293+
pbn_b0_2_115200 },
52945294
{ PCI_VENDOR_ID_INTASHIELD, 0x401E,
52955295
PCI_ANY_ID, PCI_ANY_ID,
52965296
0, 0,
5297-
pbn_oxsemi_1_15625000 },
5297+
pbn_oxsemi_2_15625000 },
52985298
/*
52995299
* Brainboxes PX-846
53005300
*/

0 commit comments

Comments
 (0)