summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2021-11-26xhci: Fix USB 3.1 enumeration issues by increasing roothub power-on-good delayMathias Nyman1-1/+2
2021-11-12usb-storage: Add compatibility quirk flags for iODD 2531/2541James Buren1-0/+10
2021-11-12usb: musb: Balance list entry in musb_gadget_queueViraj Shah1-1/+3
2021-11-12usb: gadget: Mark USB_FSL_QE broken on 64-bitGeert Uytterhoeven1-0/+1
2021-11-12usb: ehci: handshake CMD_RUN instead of STS_HALTNeal Liu3-1/+17
2021-10-20USB: serial: option: add prod. id for Quectel EG91Tomaz Solc1-0/+4
2021-10-20USB: serial: option: add Telit LE910Cx composition 0x1204Daniele Palmas1-0/+2
2021-10-20USB: serial: option: add Quectel EC200S-CN module supportYu-Tung Chang1-0/+2
2021-10-20USB: serial: qcserial: add EM9191 QDL supportAleksander Morgado1-0/+1
2021-10-20usb: musb: dsps: Fix the probe error pathMiquel Raynal1-1/+3
2021-10-20xhci: Enable trust tx length quirk for Fresco FL11 USB controllerNikolay Martynov1-0/+2
2021-10-20xhci: Fix command ring pointer corruption while aborting a commandPavankumar Kondeti1-4/+10
2021-10-20xhci: guard accesses to ep_state in xhci_endpoint_reset()Jonathan Bell1-0/+5
2021-10-13USB: cdc-acm: fix break reportingJohan Hovold1-0/+3
2021-10-13USB: cdc-acm: fix racy tty buffer accessesJohan Hovold1-0/+5
2021-10-13Partially revert "usb: Kconfig: using select for USB_COMMON dependency"Ben Hutchings1-2/+1
2021-10-09usb: dwc2: check return value after calling platform_get_resource()Yang Yingliang1-0/+4
2021-10-06USB: serial: option: add device id for Foxconn T99W265Slark Xiao1-0/+2
2021-10-06USB: serial: option: remove duplicate USB device IDKrzysztof Kozlowski1-1/+0
2021-10-06USB: serial: option: add Telit LN920 compositionsCarlo Lobrano1-0/+8
2021-10-06USB: serial: mos7840: remove duplicated 0xac24 device IDKrzysztof Kozlowski1-2/+0
2021-10-06Re-enable UAS for LaCie Rugged USB3-FW with fk quirkJulian Sikorski1-1/+1
2021-10-06USB: cdc-acm: fix minor-number releaseJohan Hovold2-2/+7
2021-10-06USB: serial: cp210x: add ID for GW Instek GDM-834x Digital MultimeterUwe Brandt1-0/+1
2021-10-06usb-storage: Add quirk for ScanLogic SL11R-IDE older than 2.6cOndrej Zary1-1/+8
2021-10-06usb: musb: tusb6010: uninitialized data in tusb_fifo_write_unaligned()Dan Carpenter1-0/+1
2021-10-06usb: dwc2: gadget: Fix ISOC transfer complete handling for DDMAMinas Harutyunyan1-3/+1
2021-10-06usb: gadget: r8a66597: fix a loop in set_feature()Dan Carpenter1-1/+1
2021-09-22usbip:vhci_hcd USB port can get stuck in the disabled stateShuah Khan1-1/+7
2021-09-22usbip: give back URBs for unsent unlink requests during cleanupAnirudh Rayabharam1-0/+24
2021-09-22usb: musb: musb_dsps: request_irq() after initializing musbNadezda Lutovinova1-7/+6
2021-09-22Revert "USB: xhci: fix U1/U2 handling for hardware with XHCI_INTEL_HOST quirk...Mathias Nyman1-12/+12
2021-09-22usb: gadget: composite: Allow bMaxPower=0 if self-poweredJack Pham1-2/+6
2021-09-22usb: gadget: u_ether: fix a potential null pointer dereferenceMaciej Żenczykowski1-2/+3
2021-09-22usb: host: fotg210: fix the actual_length of an iso packetKelly Devilliv2-8/+2
2021-09-22usb: host: fotg210: fix the endpoint's transactional opportunities calculationKelly Devilliv1-19/+17
2021-09-22usb: bdc: Fix an error handling path in 'bdc_probe()' when no suitable DMA co...Christophe JAILLET1-1/+2
2021-09-22usb: ehci-orion: Handle errors of clk_prepare_enable() in probeEvgeny Novikov1-2/+6
2021-09-22usb: gadget: mv_u3d: request_irq() after initializing UDCNadezda Lutovinova1-9/+10
2021-09-22usb: phy: tahvo: add IRQ checkSergey Shtylyov1-1/+3
2021-09-22usb: host: ohci-tmio: add IRQ checkSergey Shtylyov1-0/+3
2021-09-22usb: phy: twl6030: add IRQ checksSergey Shtylyov1-0/+5
2021-09-22usb: phy: fsl-usb: add IRQ checkSergey Shtylyov1-0/+2
2021-09-22usb: gadget: udc: at91: add IRQ checkSergey Shtylyov1-1/+3
2021-09-22usb: mtu3: fix the wrong HS mult valueChunfeng Yun1-4/+2
2021-09-22usb: mtu3: use @mult for HS isoc or intrChunfeng Yun1-1/+1
2021-09-22usb: host: xhci-rcar: Don't reload firmware after the completionYoshihiro Shimoda1-0/+7
2021-09-22USB: serial: mos7720: improve OOM-handling in read_mos_reg()Tom Rix1-1/+3
2021-09-03usb: gadget: u_audio: fix race condition on endpoint stopJerome Brunet1-3/+2
2021-09-03usb: dwc3: gadget: Stop EP0 transfers during pullup disableWesley Cheng1-4/+3