USB: serial: ftdi_sio: fix 300 bps rate for SIO
authorJohan Hovold <johan@kernel.org>
Tue, 13 Sep 2022 14:53:12 +0000 (16:53 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 12 Oct 2022 07:53:28 +0000 (09:53 +0200)
commitd58eb80b723d5440f497a9ee3bce955c7bbb547d
treead89453a038d23fcb7aa6869acda2246b38eea08
parent5ff80339cdc3143b89eee2ad91ae44b4dbf65ad1
USB: serial: ftdi_sio: fix 300 bps rate for SIO

commit 7bd7ad3c310cd6766f170927381eea0aa6f46c69 upstream.

The 300 bps rate of SIO devices has been mapped to 9600 bps since
2003... Let's fix the regression.

Cc: stable@vger.kernel.org
Signed-off-by: Johan Hovold <johan@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/serial/ftdi_sio.c