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.6-rc1
Date: Mon, 27 Jan 2020 09:29:15 +0100 [thread overview]
Message-ID: <20200127082915.GA9636@localhost> (raw)
The following changes since commit b3a987b0264d3ddbb24293ebff10eddfc472f653:
Linux 5.5-rc6 (2020-01-12 16:55:08 -0800)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-5.6-rc1
for you to fetch changes up to 19c64e7354e50d19e7b5ddf94bfb5fa24d69594c:
USB: serial: cyberjack: fix spelling mistake "To" -> "Too" (2020-01-23 09:14:52 +0100)
----------------------------------------------------------------
Here are the USB-serial updates for 5.6-rc1, including:
- a missing ir-usb endpoint sanity check
- fixes for two long-standing regressions in ir-usb
- opticon chars_in_buffer support
Included are also various clean ups.
All have been in linux-next with no reported issues.
Signed-off-by: Johan Hovold <johan@kernel.org>
----------------------------------------------------------------
Colin Ian King (1):
USB: serial: cyberjack: fix spelling mistake "To" -> "Too"
Gustavo A. R. Silva (1):
USB: serial: garmin_gps: Use flexible-array member
Johan Hovold (7):
USB: serial: opticon: add chars_in_buffer() implementation
USB: serial: opticon: stop all I/O on close()
USB: serial: ir-usb: add missing endpoint sanity check
USB: serial: ir-usb: fix link-speed handling
USB: serial: ir-usb: fix IrLAP framing
USB: serial: ir-usb: make set_termios synchronous
USB: serial: ir-usb: simplify endpoint check
drivers/usb/serial/cyberjack.c | 2 +-
drivers/usb/serial/garmin_gps.c | 2 +-
drivers/usb/serial/ir-usb.c | 185 +++++++++++++++++++++++++---------------
drivers/usb/serial/opticon.c | 61 +++++++++----
include/linux/usb/irda.h | 13 ++-
5 files changed, 172 insertions(+), 91 deletions(-)
next reply other threads:[~2020-01-27 8:29 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-01-27 8:29 Johan Hovold [this message]
2020-01-27 9:22 ` [GIT PULL] USB-serial updates for 5.6-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=20200127082915.GA9636@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.