summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2020-02-15usb: gadget: f_ecm: Use atomic_t to track in-flight requestBryan O'Donoghue1-4/+12
2020-02-15usb: gadget: f_ncm: Use atomic_t to track in-flight requestBryan O'Donoghue1-4/+13
2020-02-15usb: gadget: legacy: set max_speed to super-speedRoger Quadros4-4/+4
2020-02-05usb-storage: Disable UAS on JMicron SATA enclosureLaura Abbott1-2/+5
2020-02-05usb: dwc3: turn off VBUS when leaving host modeBin Liu1-0/+3
2020-02-05USB: serial: ir-usb: fix IrLAP framingJohan Hovold1-22/+91
2020-02-05USB: serial: ir-usb: fix link-speed handlingJohan Hovold1-10/+10
2020-02-05USB: serial: ir-usb: add missing endpoint sanity checkJohan Hovold1-0/+3
2020-01-27usb: host: xhci-hub: fix extra endianness conversionRuslan Bilovol1-1/+1
2020-01-27dwc2: gadget: Fix completed transfer size calculation in DDMAMinas Harutyunyan1-0/+1
2020-01-27usb: gadget: fsl: fix link error against usb-gadget moduleArnd Bergmann1-1/+1
2020-01-27cdc-wdm: pass return value of recover_from_urb_lossYueHaibing1-1/+1
2020-01-27usb: phy: twl6030-usb: fix possible use-after-free on removeSven Van Asbroeck1-1/+1
2020-01-23USB: serial: io_edgeport: handle unbound ports on URB completionJohan Hovold1-2/+2
2020-01-23USB: serial: io_edgeport: use irqsave() in USB's complete callbackJohn Ogness1-6/+11
2020-01-23usb: core: hub: Improved device recognition on remote wakeupKeiya Nobuta1-0/+1
2020-01-23USB: serial: quatech2: handle unbound portsJohan Hovold1-0/+6
2020-01-23USB: serial: keyspan: handle unbound portsJohan Hovold1-0/+4
2020-01-23USB: serial: io_edgeport: add missing active-port sanity checkJohan Hovold1-5/+7
2020-01-23USB: serial: ch341: handle unbound port at reset_resumeJohan Hovold1-1/+5
2020-01-23USB: serial: suppress driver bind attributesJohan Hovold1-0/+3
2020-01-23USB: serial: option: add support for Quectel RM500Q in QDL modeReinhard Speyerer1-0/+2
2020-01-23USB: serial: opticon: fix control-message timeoutsJohan Hovold1-1/+1
2020-01-23USB: serial: option: Add support for Quectel RM500QKristian Evensen1-0/+4
2020-01-23USB: serial: simple: Add Motorola Solutions TETRA MTP3xxx and MTP85xxJerónimo Borque1-0/+2
2020-01-14USB: Fix: Don't skip endpoint descriptors with maxpacket=0Alan Stern1-4/+8
2020-01-14usb: musb: dma: Correct parameter passed to IRQ handlerPaul Cercueil1-1/+1
2020-01-14usb: musb: Disable pullup at initPaul Cercueil1-0/+3
2020-01-14usb: musb: fix idling for suspend after disconnect interruptTony Lindgren1-0/+8
2020-01-14USB: serial: option: add ZLP support for 0x1bc7/0x9010Daniele Palmas3-0/+13
2020-01-14usb: chipidea: host: Disable port power only if previously enabledGuenter Roeck1-1/+3
2020-01-12USB: serial: option: add Telit ME910G1 0x110a compositionDaniele Palmas1-0/+2
2020-01-12USB: core: fix check for duplicate endpointsJohan Hovold1-12/+58
2020-01-12USB: dummy-hcd: increase max number of devices to 32Andrey Konovalov1-1/+1
2020-01-12USB: dummy-hcd: use usb_urb_dir_in instead of usb_pipeinAndrey Konovalov1-4/+4
2020-01-09usb: gadget: fix wrong endpoint descEJ Hsu2-1/+6
2019-12-31USB: EHCI: Do not return -EPIPE when hub is disconnectedErkka Talvitie1-1/+12
2019-12-31usbip: Fix error path of vhci_recv_ret_submit()Suwan Kim1-4/+9
2019-12-31usbip: Fix receive error in vhci-hcd when using scatter-gatherSuwan Kim1-0/+3
2019-12-31usb: xhci: Fix build warning seen with CONFIG_PM=nGuenter Roeck1-1/+1
2019-12-31usb: usbfs: Suppress problematic bind and unbind uevents.Ingo Rohloff1-1/+14
2019-12-31usb: renesas_usbhs: add suspend event support in gadget modeVeeraiyan Chidambaram2-4/+11
2019-12-21xhci: fix USB3 device initiated resume race with roothub autosuspendMathias Nyman2-5/+9
2019-12-17xhci: make sure interrupts are restored to correct stateMathias Nyman1-4/+4
2019-12-17xhci: Fix memory leak in xhci_add_in_port()Mika Westerberg1-0/+4
2019-12-17usb: dwc3: ep0: Clear started flag on completionThinh Nguyen1-0/+8
2019-12-17usb: mon: Fix a deadlock in usbmon between mmap and readPete Zaitcev1-11/+21
2019-12-17usb: core: urb: fix URB structure initialization functionEmiliano Ingrassia1-0/+1
2019-12-17USB: adutux: fix interface sanity checkJohan Hovold1-1/+1
2019-12-17USB: serial: io_edgeport: fix epic endpoint lookupJohan Hovold1-4/+6