summaryrefslogtreecommitdiffstats
path: root/drivers/usb
AgeCommit message (Expand)Author
2021-05-22xhci: Do not use GFP_KERNEL in (potentially) atomic contextChristophe JAILLET
2021-05-22usb: dwc3: gadget: Return success always for kick transfer in ep queueWesley Cheng
2021-05-22usb: core: hub: fix race condition about TRSMRCY of resumeChunfeng Yun
2021-05-22usb: dwc2: Fix gadget DMA unmap directionPhil Elwell
2021-05-22usb: xhci: Increase timeout for HC haltMaximilian Luz
2021-05-22usb: dwc3: pci: Enable usb2-gadget-lpm-disable for Intel MerrifieldFerry Toth
2021-05-22usb: dwc3: omap: improve extcon initializationMarcel Hamer
2021-05-22usb: fotg210-hcd: Fix an error messageChristophe JAILLET
2021-05-22usb: dwc2: Fix hibernation between host and device modes.Artur Petrosyan
2021-05-22usb: dwc2: Fix host mode hibernation exit with remote wakeup flow.Artur Petrosyan
2021-05-22usbip: vudc: fix missing unlock on error in usbip_sockfd_store()Ye Bin
2021-05-22USB: cdc-acm: fix unprivileged TIOCCSERIALJohan Hovold
2021-05-22usb: gadget: r8a66597: Add missing null check on return from platform_get_res...Colin Ian King
2021-05-22USB: gadget: udc: fix wrong pointer passed to IS_ERR() and PTR_ERR()Yang Yingliang
2021-05-22usb: gadget: aspeed: fix dma map failureTao Ren
2021-05-22fotg210-udc: Complete OUT requests on short packetsFabian Vogt
2021-05-22fotg210-udc: Don't DMA more than the buffer can takeFabian Vogt
2021-05-22fotg210-udc: Mask GRP2 interrupts we don't handleFabian Vogt
2021-05-22fotg210-udc: Remove a dubious condition leading to fotg210_doneFabian Vogt
2021-05-22fotg210-udc: Fix EP0 IN requests bigger than two packetsFabian Vogt
2021-05-22fotg210-udc: Fix DMA on EP0 for length > max packet sizeFabian Vogt
2021-05-22usb: gadget: pch_udc: Check for DMA mapping errorAndy Shevchenko
2021-05-22usb: gadget: pch_udc: Check if driver is present before calling ->setup()Andy Shevchenko
2021-05-22usb: gadget: pch_udc: Replace cpu_to_le32() by lower_32_bits()Andy Shevchenko
2021-05-22usb: typec: tcpci: Check ROLE_CONTROL while interpreting CC_STATUSBadhri Jagan Sridharan
2021-05-22usb: gadget: pch_udc: Revert d3cb25a12138 completelyAndy Shevchenko
2021-05-22usb: dwc2: Fix session request interrupt handlerArtur Petrosyan
2021-05-22usb: dwc3: gadget: Fix START_TRANSFER link state checkThinh Nguyen
2021-05-22usb: gadget/function/f_fs string table fix for multiple languagesDean Anderson
2021-05-22usb: gadget: Fix double free of device descriptor pointersHemant Kumar
2021-05-22usb: gadget: dummy_hcd: fix gpf in gadget_setupAnirudh Rayabharam
2021-05-22xhci: fix potential array out of bounds with several interruptersMathias Nyman
2021-05-22xhci: check control context is valid before dereferencing it.Mathias Nyman
2021-05-22usb: xhci-mtk: support quirk to disable usb2 lpmChunfeng Yun
2021-05-22usb: xhci: Fix port minor revisionThinh Nguyen
2021-05-22usb: dwc3: gadget: Ignore EP queue requests during bus resetWesley Cheng
2021-05-22usb: gadget: f_uac1: validate input parametersRuslan Bilovol
2021-05-22usb: gadget: uvc: add bInterval checking for HS modePawel Laszczak
2021-05-07USB: Add reset-resume quirk for WD19's Realtek HubChris Chiu
2021-05-07USB: Add LPM quirk for Lenovo ThinkPad USB-C Dock Gen2 EthernetKai-Heng Feng
2021-04-28USB: CDC-ACM: fix poison/unpoison imbalanceOliver Neukum
2021-04-14usbip: synchronize event handler with sysfs code pathsShuah Khan
2021-04-14usbip: vudc synchronize sysfs code pathsShuah Khan
2021-04-14usbip: stub-dev synchronize sysfs code pathsShuah Khan
2021-04-14usbip: add sysfs_lock to synchronize sysfs code pathsShuah Khan
2021-04-07usb: dwc2: Fix HPRT0.PrtSusp bit setting for HiKey 960 board.Artur Petrosyan
2021-04-07usb: gadget: udc: amd5536udc_pci fix null-ptr-dereferenceTong Zhang
2021-04-07USB: cdc-acm: fix use-after-free after probe failureJohan Hovold
2021-04-07USB: cdc-acm: fix double free on probe failureJohan Hovold
2021-04-07USB: cdc-acm: downgrade message to debugOliver Neukum