summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2021-03-17usb: gadget: f_uac2: always increase endpoint max_packet_size by one audio slotRuslan Bilovol1-1/+1
2021-03-17USB: gadget: u_ether: Fix a configfs return codeDan Carpenter1-3/+2
2021-03-17USB: gadget: udc: s3c2410_udc: fix return value check in s3c2410_udc_probe()Wei Yongjun1-2/+2
2021-03-17Goodix Fingerprint device is not a modemYorick de Wid1-0/+5
2021-03-17drm: Use USB controller's DMA mask when importing dmabufsThomas Zimmermann1-0/+32
2021-03-11usb: cdns3: fix NULL pointer dereference on no platform dataRoger Quadros2-2/+2
2021-03-11usb: cdns3: add quirk for enable runtime pm by defaultPeter Chen3-4/+23
2021-03-11usb: cdns3: host: add xhci_plat_priv quirk XHCI_SKIP_PHY_INITPeter Chen1-0/+1
2021-03-11usb: cdns3: host: add .suspend_quirk for xhci-plat.cPeter Chen2-0/+49
2021-03-04USB: serial: mos7720: fix error code in mos7720_write()Dan Carpenter1-1/+3
2021-03-04USB: serial: mos7840: fix error code in mos7840_write()Dan Carpenter1-1/+3
2021-03-04USB: serial: pl2303: fix line-speed handling on newer chipsJohan Hovold1-1/+7
2021-03-04USB: serial: ftdi_sio: fix FTX sub-integer prescalerJohan Hovold1-2/+3
2021-03-04usb: dwc3: gadget: Fix dep->interval for fullspeed interruptThinh Nguyen1-1/+6
2021-03-04usb: dwc3: gadget: Fix setting of DEPCFG.bInterval_m1Thinh Nguyen1-1/+11
2021-03-04usb: musb: Fix runtime PM race in musb_queue_resume_workPaul Cercueil1-14/+17
2021-03-04USB: serial: option: update interface mapping for ZTE P685MLech Perczak1-1/+2
2021-03-04usb: dwc2: Make "trimming xfer length" a debug messageGuenter Roeck1-1/+1
2021-03-04usb: dwc2: Abort transaction after errors with unknown reasonGuenter Roeck1-0/+12
2021-03-04usb: dwc2: Do not update data length if it is 0 on inbound transfersGuenter Roeck1-7/+8
2021-03-04usb: gadget: u_audio: Free requests only after callbackJack Pham1-3/+14
2021-02-26usb: quirks: add quirk to start video capture on ELMO L-12F document camera r...Stefan Ursella1-0/+3
2021-02-26USB: quirks: sort quirk entriesJohan Hovold1-3/+3
2021-02-17kcov, usb: only collect coverage from __usb_hcd_giveback_urb in softirqAndrey Konovalov1-2/+9
2021-02-10xhci: fix bounce buffer usage for non-sg list caseMathias Nyman1-11/+20
2021-02-10usb: xhci-mtk: break loop when find the endpoint to dropChunfeng Yun1-1/+3
2021-02-10usb: xhci-mtk: skip dropping bandwidth of unchecked endpointsChunfeng Yun2-29/+36
2021-02-10usb: xhci-mtk: fix unreleased bandwidth dataIkjoon Jang5-39/+111
2021-02-10usb: dwc3: fix clock issue during resume in OTG modeGary Bisson1-1/+1
2021-02-10usb: dwc2: Fix endpoint direction check in ep_from_windexHeiko Stuebner1-7/+1
2021-02-10usb: renesas_usbhs: Clear pipe running flag in usbhs_pkt_pop()Yoshihiro Shimoda1-0/+1
2021-02-10USB: usblp: don't call usb_set_interface if there's a single altJeremy Figgins1-8/+11
2021-02-10usb: gadget: aspeed: add missing of_node_putkernel test robot1-1/+3
2021-02-10USB: gadget: legacy: fix an error code in eth_bind()Dan Carpenter1-1/+3
2021-02-10usb: host: xhci: mvebu: make USB 3.0 PHY optional for Armada 3720Pali Rohár4-1/+68
2021-02-10USB: serial: option: Adding support for Cinterion MV31Christoph Schemmel1-0/+6
2021-02-10USB: serial: cp210x: add new VID/PID for supporting Teraoka AD2000Chenxin Jin1-0/+1
2021-02-10USB: serial: cp210x: add pid/vid for WSDA-200-USBPho Tran1-0/+1
2021-01-27xhci: tegra: Delay for disabling LFPS detectorJC Kuo1-0/+7
2021-01-27xhci: make sure TRB is fully written before giving it to the controllerMathias Nyman1-0/+2
2021-01-27usb: cdns3: imx: fix can't create core device the second time issuePeter Chen1-10/+1
2021-01-27usb: cdns3: imx: fix writing read-only memory issuePeter Chen1-1/+5
2021-01-27usb: bdc: Make bdc pci driver depend on BROKENPatrik Jakobsson1-1/+1
2021-01-27usb: udc: core: Use lock when write to soft_connectThinh Nguyen1-3/+10
2021-01-27USB: gadget: dummy-hcd: Fix errors in port-reset handlingAlan Stern1-3/+7
2021-01-27usb: gadget: aspeed: fix stop dma register setting.Ryan Chen1-1/+4
2021-01-27USB: ehci: fix an interrupt calltrace errorLongfang Liu1-0/+3
2021-01-27ehci: fix EHCI host controller initialization sequenceEugene Korenevsky1-0/+12
2021-01-19usb: typec: Fix copy paste error for NVIDIA alt-mode descriptionPeter Robinson1-1/+1
2021-01-12USB: serial: keyspan_pda: remove unused variableJohan Hovold1-2/+0