mbox series

[GIT,PULL] USB driver fixes for 6.7-rc6

Message ID ZYaqHUkBTsBP0_ZQ@kroah.com
State New
Headers show
Series [GIT,PULL] USB driver fixes for 6.7-rc6 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-6.7-rc7

Message

Greg Kroah-Hartman Dec. 23, 2023, 9:36 a.m. UTC
The following changes since commit a39b6ac3781d46ba18193c9dbb2110f31e9bffe9:

  Linux 6.7-rc5 (2023-12-10 14:33:40 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-6.7-rc7

for you to fetch changes up to ab241a0ab5abd70036c3d959146e534a02447d17:

  Merge tag 'usb-serial-6.7-rc6' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus (2023-12-22 09:59:30 +0100)

----------------------------------------------------------------
USB / Thunderbolt fixes for 6.7-rc7

Here are some small bugfixes and new device ids for USB and Thunderbolt
drivers for 6.7-rc7.  Included in here are:
  - new usb-serial device ids
  - thunderbolt driver fixes
  - typec driver fix
  - usb-storage driver quirk added
  - fotg210 driver fix

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

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

----------------------------------------------------------------
Alper Ak (1):
      USB: serial: option: add Quectel EG912Y module support

Dan Carpenter (1):
      usb: fotg210-hcd: delete an incorrect bounds test

Gil Fine (1):
      thunderbolt: Fix minimum allocated USB 3.x and PCIe bandwidth

Greg Kroah-Hartman (2):
      Merge tag 'thunderbolt-for-v6.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt into usb-linus
      Merge tag 'usb-serial-6.7-rc6' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus

Johan Hovold (1):
      usb: typec: ucsi: fix gpio-based orientation detection

Jose Ignacio Tornos Martinez (1):
      net: usb: ax88179_178a: avoid failed operations when device is disconnected

Mark Glover (1):
      USB: serial: ftdi_sio: update Actisense PIDs constant names

Reinhard Speyerer (1):
      USB: serial: option: add Quectel RM500Q R13 firmware support

Slark Xiao (1):
      USB: serial: option: add Foxconn T99W265 with new baseline

Tasos Sahanidis (1):
      usb-storage: Add quirk for incorrect WP on Kingston DT Ultimate 3.0 G3

Yaxiong Tian (1):
      thunderbolt: Fix memory leak in margining_port_remove()

 drivers/net/usb/ax88179_178a.c      | 23 ++++++++++++++++++++---
 drivers/thunderbolt/debugfs.c       |  2 +-
 drivers/thunderbolt/usb4.c          | 10 +++++-----
 drivers/usb/fotg210/fotg210-hcd.c   |  3 ---
 drivers/usb/serial/ftdi_sio.c       |  6 +++---
 drivers/usb/serial/ftdi_sio_ids.h   |  6 +++---
 drivers/usb/serial/option.c         |  5 +++++
 drivers/usb/storage/unusual_devs.h  | 11 +++++++++++
 drivers/usb/typec/ucsi/ucsi_glink.c |  2 +-
 9 files changed, 49 insertions(+), 19 deletions(-)