Skip to content

Commit 88f7334

Browse files
Cameron Williamsgregkh
authored andcommitted
tty: 8250: Remove UC-257 and UC-431
commit 33092fb upstream. The UC-257 is a serial + LPT card, so remove it from this driver. A patch has been submitted to add it to parport_serial instead. Additionaly, the UC-431 does not use this card ID, only the UC-420 does. The 431 is a 3-port card and there is no generic 3-port configuration available, so remove reference to it from this driver. Fixes: 152d1af ("tty: Add support for Brainboxes UC cards.") Cc: stable@vger.kernel.org Signed-off-by: Cameron Williams <cang1@live.co.uk> Link: https://lore.kernel.org/r/DU0PR02MB78995ADF7394C74AD4CF3357C4DBA@DU0PR02MB7899.eurprd02.prod.outlook.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent ce4df90 commit 88f7334

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

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

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4940,13 +4940,6 @@ static const struct pci_device_id serial_pci_tbl[] = {
49404940
PCI_ANY_ID, PCI_ANY_ID,
49414941
0, 0,
49424942
pbn_b2_1_115200 },
4943-
/*
4944-
* Brainboxes UC-257
4945-
*/
4946-
{ PCI_VENDOR_ID_INTASHIELD, 0x0861,
4947-
PCI_ANY_ID, PCI_ANY_ID,
4948-
0, 0,
4949-
pbn_b2_2_115200 },
49504943
/*
49514944
* Brainboxes UC-260/271/701/756
49524945
*/
@@ -5026,7 +5019,7 @@ static const struct pci_device_id serial_pci_tbl[] = {
50265019
0, 0,
50275020
pbn_b2_4_115200 },
50285021
/*
5029-
* Brainboxes UC-420/431
5022+
* Brainboxes UC-420
50305023
*/
50315024
{ PCI_VENDOR_ID_INTASHIELD, 0x0921,
50325025
PCI_ANY_ID, PCI_ANY_ID,

0 commit comments

Comments
 (0)