[GIT PULL] USB fixes for 6.12-rc3
From: Greg KH
Date: Sun Oct 13 2024 - 09:07:43 EST
The following changes since commit 9852d85ec9d492ebef56dc5f229416c925758edc:
Linux 6.12-rc1 (2024-09-29 15:06:19 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-6.12-rc3
for you to fetch changes up to faa34159d08089036b6119c85e279fb36abb8bb5:
net/9p/usbg: Fix build error (2024-10-09 09:56:40 +0200)
----------------------------------------------------------------
USB fixes for 6.12-rc3
Here are some small USB fixes for some reported problems for 6.12-rc3.
Include in here is:
- fix for yurex driver that was caused in -rc1
- build error fix for usbg network filesystem code
- onboard_usb_dev build fix
- dwc3 driver fixes for reported errors
- gadget driver fix
- new USB storage driver quirk
- xhci resume bugfix
All of these have been in linux-next for a while with no reported
issues.
Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
----------------------------------------------------------------
Icenowy Zheng (1):
usb: storage: ignore bogus device raised by JieLi BR21 USB sound chip
Jinjie Ruan (1):
net/9p/usbg: Fix build error
John Keeping (1):
usb: gadget: core: force synchronous registration
Jose Alberto Reguero (1):
usb: xhci: Fix problem with xhci resume from suspend
Oliver Neukum (2):
Revert "usb: yurex: Replace snprintf() with the safer scnprintf() variant"
USB: yurex: kill needless initialization in yurex_read
Radhey Shyam Pandey (1):
usb: misc: onboard_usb_dev: introduce new config symbol for usb5744 SMBus support
Roy Luo (1):
usb: dwc3: re-enable runtime PM after failed resume
Selvarasu Ganesan (1):
usb: dwc3: core: Stop processing of pending events if controller is halted
drivers/usb/dwc3/core.c | 30 ++++++++++++++++++++++--------
drivers/usb/dwc3/core.h | 4 ----
drivers/usb/dwc3/gadget.c | 11 -----------
drivers/usb/gadget/udc/core.c | 1 +
drivers/usb/host/xhci-pci.c | 5 +++++
drivers/usb/misc/Kconfig | 12 ++++++++++++
drivers/usb/misc/onboard_usb_dev.c | 6 ++++--
drivers/usb/misc/yurex.c | 21 +++++++++------------
drivers/usb/storage/unusual_devs.h | 11 +++++++++++
net/9p/Kconfig | 2 ++
10 files changed, 66 insertions(+), 37 deletions(-)