[GIT PULL] USB / Thunderbolt driver fixes for 6.14-rc7

From: Greg KH
Date: Sun Mar 16 2025 - 02:30:51 EST


The following changes since commit 80e54e84911a923c40d7bee33a34c1b4be148d7a:

Linux 6.14-rc6 (2025-03-09 13:45:25 -1000)

are available in the Git repository at:

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

for you to fetch changes up to f2865c6300d75a9f187dd7918d248e010970fd44:

usb: typec: tcpm: fix state transition for SNK_WAIT_CAPABILITIES state in run_state_machine() (2025-03-14 09:15:20 +0100)

----------------------------------------------------------------
USB / Thunderbolt driver fixes and device ids for 6.14-rc7

Here are some small USB and Thunderbolt driver fixes and new usb-serial
device ids for 6.14-rc7. Included in here are:
- new usb-serial device ids
- typec driver bugfix
- thunderbolt driver resume bugfix

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

Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>

----------------------------------------------------------------
Amit Sunil Dhamne (1):
usb: typec: tcpm: fix state transition for SNK_WAIT_CAPABILITIES state in run_state_machine()

Boon Khai Ng (1):
USB: serial: ftdi_sio: add support for Altera USB Blaster 3

Fabio Porcedda (2):
USB: serial: option: add Telit Cinterion FE990B compositions
USB: serial: option: fix Telit Cinterion FE990A name

Greg Kroah-Hartman (2):
Merge tag 'thunderbolt-for-v6.14-rc7' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt into usb-linus
Merge tag 'usb-serial-6.14-rc7' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus

Johan Hovold (1):
USB: serial: option: match on interface class for Telit FN990B

Mika Westerberg (1):
thunderbolt: Prevent use-after-free in resume from hibernate

drivers/thunderbolt/tunnel.c | 11 ++++++---
drivers/thunderbolt/tunnel.h | 2 ++
drivers/usb/serial/ftdi_sio.c | 14 ++++++++++++
drivers/usb/serial/ftdi_sio_ids.h | 13 +++++++++++
drivers/usb/serial/option.c | 48 ++++++++++++++++++++++++++-------------
drivers/usb/typec/tcpm/tcpm.c | 8 +++----
6 files changed, 73 insertions(+), 23 deletions(-)