From: Johan Hovold <johan@kernel.org>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: linux-usb@vger.kernel.org
Subject: [GIT PULL] USB-serial updates for 5.5-rc1
Date: Fri, 15 Nov 2019 11:01:09 +0100 [thread overview]
Message-ID: <20191115100109.GA20249@localhost> (raw)
The following changes since commit 4f5cafb5cb8471e54afdc9054d973535614f7675:
Linux 5.4-rc3 (2019-10-13 16:37:36 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-5.5-rc1
for you to fetch changes up to c1a1f273d0825774c80896b8deb1c9ea1d0b91e3:
USB: serial: ftdi_sio: add device IDs for U-Blox C099-F9P (2019-11-14 18:55:31 +0100)
----------------------------------------------------------------
USB-serial updates for 5.5-rc1
Here are the USB-serial updates for 5.5-rc1, including:
- support for a new class of pl2303 devices
- improved divisor calculations for ch341
- fixes for a remote-wakeup bug in the moschip drivers
- improved device-type handling in mos7840
- various cleanups of mos7840
Included are also some new device ids.
All have been in linux-next with no reported issues.
Signed-off-by: Johan Hovold <johan@kernel.org>
----------------------------------------------------------------
Aleksander Morgado (2):
USB: serial: option: add support for DW5821e with eSIM support
USB: serial: option: add support for Foxconn T77W968 LTE modules
Charles Yeh (1):
USB: serial: pl2303: add support for PL2303HXN
Fabio D'Urso (1):
USB: serial: ftdi_sio: add device IDs for U-Blox C099-F9P
Johan Hovold (14):
USB: serial: ch341: reimplement line-speed handling
USB: serial: mos7720: fix remote wakeup
USB: serial: mos7840: fix remote wakeup
USB: serial: mos7840: clean up device-type handling
USB: serial: mos7840: document MCS7810 detection hack
USB: serial: mos7840: fix probe error handling
USB: serial: mos7840: rip out broken interrupt handling
USB: serial: mos7840: drop redundant urb context check
USB: serial: mos7840: drop paranoid port checks
USB: serial: mos7840: drop paranoid serial checks
USB: serial: mos7840: drop serial struct accessor
USB: serial: mos7840: drop port driver data accessors
USB: serial: mos7840: drop read-urb check
USB: serial: mos7840: drop port open flag
Pavel Löbl (1):
USB: serial: mos7840: add USB ID to support Moxa UPort 2210
drivers/usb/serial/ch341.c | 97 +++--
drivers/usb/serial/ftdi_sio.c | 3 +
drivers/usb/serial/ftdi_sio_ids.h | 7 +
drivers/usb/serial/mos7720.c | 4 -
drivers/usb/serial/mos7840.c | 762 +++++---------------------------------
drivers/usb/serial/option.c | 7 +
drivers/usb/serial/pl2303.c | 124 +++++--
drivers/usb/serial/pl2303.h | 6 +
8 files changed, 300 insertions(+), 710 deletions(-)
next reply other threads:[~2019-11-15 10:01 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-11-15 10:01 Johan Hovold [this message]
2019-11-15 10:17 ` [GIT PULL] USB-serial updates for 5.5-rc1 Greg Kroah-Hartman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20191115100109.GA20249@localhost \
--to=johan@kernel.org \
--cc=gregkh@linuxfoundation.org \
--cc=linux-usb@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.