USB: serial: ftdi_sio: fix 300 bps rate for SIO
Johan Hovold authored
commit 7bd7ad3c

 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: default avatarJohan Hovold <johan@kernel.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
7ec8f073
Name Last commit Last update
Documentation ARM: dts: fix Moxa SDIO 'compatible', remove 'sdhci' misnomer
LICENSES LICENSES: Rename other to deprecated
arch arch: um: Mark the stack non-executable to fix a binutils warning
block blk-mq: don't create hctx debugfs dir until q->debugfs_dir is created
certs certs/blacklist_hashes.c: fix const confusion in certs blacklist
crypto crypto: drbg - make reseeding from get_random_bytes() synchronous
drivers USB: serial: ftdi_sio: fix 300 bps rate for SIO
fs fs: fix UAF/GPF bug in nilfs_mdt_destroy
include net/ieee802154: fix uninit value bug in dgram_sendmsg
init random: handle latent entropy and command line from random_init()
ipc ipc/mqueue: use get_tree_nodev() in mqueue_get_tree()
kernel workqueue: don't skip lockdep work dependency in cancel_work_sync()
lib lib/vdso: Mark do_hres() and do_coarse() as __always_inline
mm mm: pagewalk: Fix race between unmap and page walker
net net/ieee802154: fix uninit value bug in dgram_sendmsg
samples samples/kretprobes: Fix return value if register_kretprobe() failed
scripts Makefile.extrawarn: Move -Wcast-function-type-strict to W=1
security apparmor: Fix memleak in aa_simple_write_to_buffer()
sound ALSA: hda/realtek: Enable 4-speaker output Dell Precision 5530 laptop
tools perf tools: Fixup get_current_dir_name() compilation
usr initramfs: restore default compression behavior
virt KVM: Add infrastructure and macro to mark VM as bugged
.clang-format clang-format: Update with the latest for_each macro list
.cocciconfig scripts: add Linux .cocciconfig for coccinelle
.get_maintainer.ignore Opt out of scripts/get_maintainer.pl
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README
Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.