Skip to content

Commit 9878818

Browse files
Cameron Williamsgregkh
authored andcommitted
tty: 8250: Fix up PX-803/PX-857
commit ee61337 upstream. 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 143b107 commit 9878818

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
@@ -5235,16 +5235,16 @@ static const struct pci_device_id serial_pci_tbl[] = {
52355235
0, 0,
52365236
pbn_oxsemi_4_15625000 },
52375237
/*
5238-
* Brainboxes PX-803
5238+
* Brainboxes PX-803/PX-857
52395239
*/
52405240
{ PCI_VENDOR_ID_INTASHIELD, 0x4009,
52415241
PCI_ANY_ID, PCI_ANY_ID,
52425242
0, 0,
5243-
pbn_b0_1_115200 },
5243+
pbn_b0_2_115200 },
52445244
{ PCI_VENDOR_ID_INTASHIELD, 0x401E,
52455245
PCI_ANY_ID, PCI_ANY_ID,
52465246
0, 0,
5247-
pbn_oxsemi_1_15625000 },
5247+
pbn_oxsemi_2_15625000 },
52485248
/*
52495249
* Brainboxes PX-846
52505250
*/

0 commit comments

Comments
 (0)