[GIT PULL] USB-serial fixes for 6.10-rc8
From: Johan Hovold
Date: Wed Jul 10 2024 - 12:15:28 EST
Hi Greg,
I noticed that you still have some fixes queued for 6.10-rc8/final so figured
I'd send this now even if this addresses a really old bug. I've verified that
the issue is real and have tested the fix here myself. Feel free to queue it up
for 6.11-rc1 if you prefer.
Johan
The following changes since commit 4298e400dbdbf259549d69c349e060652ad53611:
USB: serial: option: add Telit generic core-dump composition (2024-06-27 12:04:33 +0200)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-6.10-rc8
for you to fetch changes up to c15a688e49987385baa8804bf65d570e362f8576:
USB: serial: mos7840: fix crash on resume (2024-07-09 18:10:04 +0200)
----------------------------------------------------------------
USB-serial fixes for 6.10-rc8
Here's a fix for a long-standing issue in the mos7840 driver that can trigger
a crash when resuming from system suspend.
Included are also some new modem device ids.
All have been in linux-next with no reported issues.
----------------------------------------------------------------
Dmitry Smirnov (1):
USB: serial: mos7840: fix crash on resume
Mank Wang (1):
USB: serial: option: add Netprisma LCUK54 series modules
Slark Xiao (1):
USB: serial: option: add support for Foxconn T99W651
Vanillan Wang (1):
USB: serial: option: add Rolling RW350-GL variants
drivers/usb/serial/mos7840.c | 45 ++++++++++++++++++++++++++++++++++++++++++++
drivers/usb/serial/option.c | 28 +++++++++++++++++++++++++++
2 files changed, 73 insertions(+)