tty: 8250: Remove UC-257 and UC-431
authorCameron Williams <cang1@live.co.uk>
Fri, 20 Oct 2023 16:03:08 +0000 (17:03 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 21 Oct 2023 16:51:04 +0000 (18:51 +0200)
commit33092fb3af51deb80849e90a17bada44bbcde6b3
tree0397dc7ccf2733997c70ad983fd06cda63911894
parent68e6939ea9ec3d6579eadeab16060339cdeaf940
tty: 8250: Remove UC-257 and UC-431

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: 152d1afa834c ("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>
drivers/tty/serial/8250/8250_pci.c