summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'usb-serial-5.5-rc7' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2020-01-178-9/+36
|\
| * USB: serial: quatech2: handle unbound portsJohan Hovold2020-01-171-0/+6
| * USB: serial: keyspan: handle unbound portsJohan Hovold2020-01-171-0/+4
| * USB: serial: io_edgeport: add missing active-port sanity checkJohan Hovold2020-01-171-5/+7
| * USB: serial: io_edgeport: handle unbound ports on URB completionJohan Hovold2020-01-171-2/+2
| * USB: serial: ch341: handle unbound port at reset_resumeJohan Hovold2020-01-171-1/+5
| * USB: serial: suppress driver bind attributesJohan Hovold2020-01-171-0/+3
| * USB: serial: option: add support for Quectel RM500Q in QDL modeReinhard Speyerer2020-01-161-0/+2
| * USB: serial: opticon: fix control-message timeoutsJohan Hovold2020-01-141-1/+1
| * USB: serial: option: Add support for Quectel RM500QKristian Evensen2020-01-131-0/+4
| * USB: serial: simple: Add Motorola Solutions TETRA MTP3xxx and MTP85xxJerónimo Borque2020-01-131-0/+2
* | usb: core: hub: Improved device recognition on remote wakeupKeiya Nobuta2020-01-151-0/+1
|/
* usb: missing parentheses in USE_NEW_SCHEMEQi Zhou2020-01-081-1/+1
* usb: ohci-da8xx: ensure error return on variable error is setColin Ian King2020-01-081-2/+6
* usb: musb: Disable pullup at initPaul Cercueil2020-01-081-0/+3
* usb: musb: fix idling for suspend after disconnect interruptTony Lindgren2020-01-081-0/+8
* usb: typec: ucsi: Fix the notification bit offsetsHeikki Krogerus2020-01-081-9/+9
* USB: Fix: Don't skip endpoint descriptors with maxpacket=0Alan Stern2020-01-061-4/+8
* USB-PD tcpm: bad warning+size, PPS adaptersDouglas Gilbert2020-01-021-5/+15
* Merge tag 'usb-serial-5.5-rc5' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2020-01-023-0/+15
|\
| * USB: serial: option: add ZLP support for 0x1bc7/0x9010Daniele Palmas2019-12-203-0/+13
| * USB: serial: option: add Telit ME910G1 0x110a compositionDaniele Palmas2019-12-161-0/+2
* | usb: chipidea: host: Disable port power only if previously enabledGuenter Roeck2019-12-301-1/+3
* | usb: cdns3: should not use the same dev_id for shared interrupt handlerPeter Chen2019-12-301-9/+5
* | usb: dwc3: gadget: Fix request complete checkThinh Nguyen2019-12-301-0/+7
* | usb: musb: dma: Correct parameter passed to IRQ handlerPaul Cercueil2019-12-301-1/+1
* | usb: musb: jz4740: Silence error if code is -EPROBE_DEFERPaul Cercueil2019-12-301-2/+5
* | usb: udc: tegra: select USB_ROLE_SWITCHArnd Bergmann2019-12-301-0/+1
* | USB: core: fix check for duplicate endpointsJohan Hovold2019-12-301-12/+58
* | usb: xhci: Fix build warning seen with CONFIG_PM=nGuenter Roeck2019-12-181-1/+1
* | usbip: Fix error path of vhci_recv_ret_submit()Suwan Kim2019-12-171-4/+9
* | usbip: Fix receive error in vhci-hcd when using scatter-gatherSuwan Kim2019-12-171-0/+3
* | USB: EHCI: Do not return -EPIPE when hub is disconnectedErkka Talvitie2019-12-171-1/+12
* | usb: typec: fusb302: Fix an undefined reference to 'extcon_get_state'zhong jiang2019-12-171-0/+1
|/
* Merge tag 'usb-5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2019-12-1422-67/+135
|\
| * usb: dwc3: pci: add ID for the Intel Comet Lake -H variantHeikki Krogerus2019-12-121-1/+5
| * xhci: make sure interrupts are restored to correct stateMathias Nyman2019-12-111-6/+6
| * xhci: handle some XHCI_TRUST_TX_LENGTH quirks cases as default behaviour.Mathias Nyman2019-12-111-1/+2
| * xhci: Increase STS_HALT timeout in xhci_suspend()Kai-Heng Feng2019-12-111-1/+1
| * usb: xhci: only set D3hot for pci deviceHenry Lin2019-12-113-5/+16
| * xhci: fix USB3 device initiated resume race with roothub autosuspendMathias Nyman2019-12-112-2/+11
| * xhci: Fix memory leak in xhci_add_in_port()Mika Westerberg2019-12-111-0/+4
| * Merge tag 'fixes-for-v5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2019-12-114-2/+18
| |\
| | * usb: gadget: fix wrong endpoint descEJ Hsu2019-12-102-1/+6
| | * usb: dwc3: ep0: Clear started flag on completionThinh Nguyen2019-12-101-0/+8
| | * usb: dwc3: gadget: Clear started flag for non-IOCThinh Nguyen2019-12-101-0/+3
| | * usb: dwc3: gadget: Fix logical conditionTejas Joglekar2019-12-101-1/+1
| * | USB: Fix incorrect DMA allocations for local memory pool driversFredrik Noring2019-12-112-22/+23
| * | USB: atm: ueagle-atm: add missing endpoint checkJohan Hovold2019-12-101-6/+12
| * | USB: adutux: fix interface sanity checkJohan Hovold2019-12-101-1/+1