public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Linus Torvalds <torvalds@linux-foundation.org>,
	Andrew Morton <akpm@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org
Subject: [GIT PULL] USB driver fixes for 4.18-rc5
Date: Wed, 11 Jul 2018 12:56:42 +0200	[thread overview]
Message-ID: <20180711105642.GA18037@kroah.com> (raw)

The following changes since commit 021c91791a5e7e85c567452f1be3e4c2c6cb6063:

  Linux 4.18-rc3 (2018-07-01 16:04:53 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git/ tags/usb-4.18-rc5

for you to fetch changes up to f1e255d60ae66a9f672ff9a207ee6cd8e33d2679:

  USB: yurex: fix out-of-bounds uaccess in read handler (2018-07-06 17:21:34 +0200)

----------------------------------------------------------------
USB fixes for 4.18-rc5

Here are a number of small USB fixes for 4.18-rc5.

Nothing major here, just the normal set of new device ids, xhci fixes,
and some typec fixes.  The typec fix required some tiny changes in an
i2c driver, which that maintainer acked to come through my tree.

All of these have been in linux-next for a while with no reported
issues.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

----------------------------------------------------------------
Arnd Bergmann (1):
      usb/gadget: aspeed-vhub: add USB_LIBCOMPOSITE dependency

Dan Carpenter (2):
      USB: serial: ch341: fix type promotion bug in ch341_control_in()
      xhci: xhci-mem: off by one in xhci_stream_id_to_ring()

Greg Kroah-Hartman (1):
      Merge tag 'usb-serial-4.18-rc4' of https://git.kernel.org/.../johan/usb-serial into usb-linus

Hans de Goede (2):
      typec: tcpm: Correctly report power_supply current and voltage for non pd supply
      i2c-cht-wc: Fix bq24190 supplier

Jann Horn (1):
      USB: yurex: fix out-of-bounds uaccess in read handler

Johan Hovold (2):
      USB: serial: keyspan_pda: fix modem-status error handling
      USB: serial: mos7840: fix status-register error handling

Kai-Heng Feng (1):
      usb: xhci: dbc: Don't decrement runtime PM counter if DBC is not started

Laurentiu Tudor (1):
      docs: kernel-parameters.txt: document xhci-hcd.quirks parameter

Nico Sneck (1):
      usb: quirks: add delay quirks for Corsair Strafe

Olli Salonen (1):
      USB: serial: cp210x: add another USB ID for Qivicon ZigBee stick

 Documentation/admin-guide/kernel-parameters.txt |  5 +++++
 drivers/i2c/busses/i2c-cht-wc.c                 |  3 ++-
 drivers/usb/core/quirks.c                       |  4 ++++
 drivers/usb/gadget/udc/aspeed-vhub/Kconfig      |  1 +
 drivers/usb/host/xhci-dbgcap.c                  | 12 ++++++++----
 drivers/usb/host/xhci-mem.c                     |  2 +-
 drivers/usb/misc/yurex.c                        | 23 ++++++-----------------
 drivers/usb/serial/ch341.c                      |  2 +-
 drivers/usb/serial/cp210x.c                     |  1 +
 drivers/usb/serial/keyspan_pda.c                |  4 +++-
 drivers/usb/serial/mos7840.c                    |  3 +++
 drivers/usb/typec/tcpm.c                        |  5 +++--
 12 files changed, 38 insertions(+), 27 deletions(-)

                 reply	other threads:[~2018-07-11 10:56 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20180711105642.GA18037@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=torvalds@linux-foundation.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox