Message ID | Z7IAH0twfNXO-j_m@kroah.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 6bfcc5fb2fcee1e914708ce55b70e707d03d8097 |
Headers | show |
Series | [GIT,PULL] USB driver fixes for 6.14-rc3 | expand |
The pull request you sent on Sun, 16 Feb 2025 16:11:27 +0100:
> git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-6.14-rc3
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/6bfcc5fb2fcee1e914708ce55b70e707d03d8097
Thank you!
The following changes since commit 2014c95afecee3e76ca4a56956a936e23283f05b: Linux 6.14-rc1 (2025-02-02 15:39:26 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-6.14-rc3 for you to fetch changes up to 659f5d55feb75782bd46cf130da3c1f240afe9ba: usb: typec: tcpm: PSSourceOffTimer timeout in PR_Swap enters ERROR_RECOVERY (2025-02-14 09:26:44 +0100) ---------------------------------------------------------------- USB fixes for 6.14-rc3 Here are some small USB driver fixes, and new device ids, for 6.14-rc3. Lots of tiny stuff for reported problems, including: - new device ids and quirks - usb hub crash fix found by syzbot - dwc2 driver fix - dwc3 driver fixes - uvc gadget driver fix - cdc-acm driver fixes for a variety of different issues - other tiny bugfixes Almost all of these have been in linux-next this week, and all have passed 0-day testing. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> ---------------------------------------------------------------- Alan Stern (1): USB: hub: Ignore non-compliant devices with too many configs or interfaces Alexander Stein (1): usb: phy: generic: Use proper helper for property detection Chester A. Unal (1): USB: serial: option: add MeiG Smart SLM828 Elson Roy Serrao (1): usb: roles: set switch registered flag early on Fabio Porcedda (2): USB: serial: option: add Telit Cinterion FN990B compositions USB: serial: option: fix Telit Cinterion FN990A name Fabrice Gasnier (1): usb: dwc2: gadget: remove of_node reference upon udc_stop Frederic Weisbecker (1): usb: gadget: uvc: Fix unstarted kthread worker Greg Kroah-Hartman (1): Merge tag 'usb-serial-6.14-rc3' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus Guo Ren (1): usb: gadget: udc: renesas_usb3: Fix compiler warning Huacai Chen (1): USB: pci-quirks: Fix HCCPARAMS register error for LS7A EHCI Jann Horn (2): usb: cdc-acm: Check control transfer buffer size before access usb: cdc-acm: Fix handling of oversized fragments Jill Donahue (1): USB: gadget: f_midi: f_midi_complete to call queue_work Johan Hovold (1): USB: serial: option: drop MeiG Smart defines John Keeping (1): usb: gadget: f_midi: fix MIDI Streaming descriptor lengths Jos Wang (1): usb: typec: tcpm: PSSourceOffTimer timeout in PR_Swap enters ERROR_RECOVERY Lei Huang (1): USB: quirks: add USB_QUIRK_NO_LPM quirk for Teclast dist Marek Vasut (1): USB: cdc-acm: Fill in Renesas R-Car D3 USB Download mode quirk Mathias Nyman (1): USB: Add USB_QUIRK_NO_LPM quirk for sony xperia xz1 smartphone Michal Pecio (1): usb: xhci: Restore xhci_pci support for Renesas HCs Roy Luo (1): usb: gadget: core: flush gadget workqueue after device removal Selvarasu Ganesan (2): usb: gadget: f_midi: Fixing wMaxPacketSize exceeded issue during MIDI bind retries usb: dwc3: Fix timeout issue during controller enter/exit from halt state Stefan Eichenberger (1): usb: core: fix pipe creation for get_bMaxPacketSize0 Thinh Nguyen (1): usb: dwc3: Document nostream_work drivers/usb/class/cdc-acm.c | 28 ++++++++++++++----- drivers/usb/core/hub.c | 14 ++++++++-- drivers/usb/core/quirks.c | 6 ++++ drivers/usb/dwc2/gadget.c | 1 + drivers/usb/dwc3/core.h | 1 + drivers/usb/dwc3/gadget.c | 34 +++++++++++++++++++++++ drivers/usb/gadget/function/f_midi.c | 19 +++++++++---- drivers/usb/gadget/function/uvc_video.c | 2 +- drivers/usb/gadget/udc/core.c | 2 +- drivers/usb/gadget/udc/renesas_usb3.c | 2 +- drivers/usb/host/pci-quirks.c | 9 ++++++ drivers/usb/host/xhci-pci.c | 7 +++-- drivers/usb/phy/phy-generic.c | 2 +- drivers/usb/roles/class.c | 5 ++-- drivers/usb/serial/option.c | 49 +++++++++++++++++++-------------- drivers/usb/typec/tcpm/tcpm.c | 3 +- 16 files changed, 139 insertions(+), 45 deletions(-)