-
- Downloads
Merge tag 'usb-5.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
Pull USB fixes from Greg KH: "Here are a number of USB driver fixes for 5.7-rc3. Nothing huge, just the usual collection of: - xhci fixes - gadget driver fixes - syzkaller fuzzing fixes - new device ids and DT bindings - new quirks added for broken devices A few of the gadget driver fixes show up twice here as they were applied to my branch, and also by Felipe to his branch which I then pulled in as we got out of sync a bit. All of these have been in linux-next with no reported issues" * tag 'usb-5.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb: (33 commits) USB: sisusbvga: Change port variable from signed to unsigned usb-storage: Add unusual_devs entry for JMicron JMS566 USB: hub: Revert commit bd0e6c96 ("usb: hub: try old enumeration scheme first for high speed devices") USB: hub: Fix handling of connect changes during sleep usb: typec: altmode: Fix typec_altmode_get_partner sometimes returning an invalid pointer xhci: Don't clear hub TT buffer on ep0 protocol stall xhci: prevent bus suspend if a roothub port detected a over-current condition xhci: Fix handling halted endpoint even if endpoint ring appears empty usb: raw-gadget: Fix copy_to/from_user() checks usb: raw-gadget: fix raw_event_queue_fetch locking usb: gadget: udc: atmel: Fix vbus disconnect handling usb: dwc3: gadget: Fix request completion check USB: Add USB_QUIRK_DELAY_CTRL_MSG and USB_QUIRK_DELAY_INIT for Corsair K70 RGB RAPIDFIRE phy: tegra: Select USB_COMMON for usb_get_maximum_speed() usb: typec: tcpm: Ignore CC and vbus changes in PORT_RESET change usb: f_fs: Clear OS Extended descriptor counts to zero in ffs_data_reset() cdc-acm: introduce a cool down cdc-acm: close race betrween suspend() and acm_softint UAS: fix deadlock in error handling and PM flushing work UAS: no use logging any details in case of ENODEV ...
Showing
- Documentation/admin-guide/kernel-parameters.txt 1 addition, 2 deletionsDocumentation/admin-guide/kernel-parameters.txt
- Documentation/devicetree/bindings/usb/renesas,usb3-peri.yaml 1 addition, 0 deletionsDocumentation/devicetree/bindings/usb/renesas,usb3-peri.yaml
- Documentation/devicetree/bindings/usb/renesas,usbhs.yaml 1 addition, 0 deletionsDocumentation/devicetree/bindings/usb/renesas,usbhs.yaml
- Documentation/devicetree/bindings/usb/usb-xhci.txt 2 additions, 1 deletionDocumentation/devicetree/bindings/usb/usb-xhci.txt
- drivers/phy/tegra/Kconfig 2 additions, 1 deletiondrivers/phy/tegra/Kconfig
- drivers/usb/class/cdc-acm.c 31 additions, 5 deletionsdrivers/usb/class/cdc-acm.c
- drivers/usb/class/cdc-acm.h 4 additions, 1 deletiondrivers/usb/class/cdc-acm.h
- drivers/usb/core/hub.c 15 additions, 3 deletionsdrivers/usb/core/hub.c
- drivers/usb/core/message.c 8 additions, 1 deletiondrivers/usb/core/message.c
- drivers/usb/core/quirks.c 4 additions, 0 deletionsdrivers/usb/core/quirks.c
- drivers/usb/dwc3/core.h 6 additions, 2 deletionsdrivers/usb/dwc3/core.h
- drivers/usb/dwc3/gadget.c 47 additions, 29 deletionsdrivers/usb/dwc3/gadget.c
- drivers/usb/early/xhci-dbc.c 4 additions, 4 deletionsdrivers/usb/early/xhci-dbc.c
- drivers/usb/early/xhci-dbc.h 16 additions, 2 deletionsdrivers/usb/early/xhci-dbc.h
- drivers/usb/gadget/function/f_fs.c 4 additions, 0 deletionsdrivers/usb/gadget/function/f_fs.c
- drivers/usb/gadget/legacy/raw_gadget.c 42 additions, 29 deletionsdrivers/usb/gadget/legacy/raw_gadget.c
- drivers/usb/gadget/udc/atmel_usba_udc.c 2 additions, 2 deletionsdrivers/usb/gadget/udc/atmel_usba_udc.c
- drivers/usb/gadget/udc/bdc/bdc_ep.c 1 addition, 1 deletiondrivers/usb/gadget/udc/bdc/bdc_ep.c
- drivers/usb/host/xhci-hub.c 9 additions, 0 deletionsdrivers/usb/host/xhci-hub.c
- drivers/usb/host/xhci-ring.c 40 additions, 6 deletionsdrivers/usb/host/xhci-ring.c
Loading
Please register or sign in to comment