summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
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
2019-12-17USB: idmouse: fix interface sanity checksJohan Hovold1-1/+1
2019-12-17USB: atm: ueagle-atm: add missing endpoint checkJohan Hovold1-6/+12
2019-12-17xhci: handle some XHCI_TRUST_TX_LENGTH quirks cases as default behaviour.Mathias Nyman1-1/+2
2019-12-17xhci: Increase STS_HALT timeout in xhci_suspend()Kai-Heng Feng1-1/+1
2019-12-17usb: xhci: only set D3hot for pci deviceHenry Lin3-5/+16
2019-12-17usb: Allow USB device to be warm reset in suspended stateKai-Heng Feng1-3/+2
2019-12-17USB: uas: heed CAPACITY_HEURISTICSOliver Neukum1-0/+6
2019-12-17USB: uas: honor flag to avoid CAPACITY16Oliver Neukum1-0/+4
2019-12-17usb: gadget: pch_udc: fix use after freeGustavo A. R. Silva1-1/+0
2019-12-17usb: gadget: configfs: Fix missing spin_lock_init()Wei Yongjun1-0/+1
2019-12-17usb: mtu3: fix dbginfo in qmu_tx_zlp_error_handlerYueHaibing1-1/+1
2019-12-17usb: dwc3: don't log probe deferrals; but do log other error codesBrian Norris1-1/+2
2019-12-17usb: dwc3: debugfs: Properly print/set link state for HSThinh Nguyen2-2/+46
2019-12-17usb: gadget: u_serial: add missing port entry lockingMichał Mirosław1-0/+2
2019-12-05USB: serial: ftdi_sio: add device IDs for U-Blox C099-F9PFabio D'Urso2-0/+10
2019-12-01USB: serial: option: add support for Foxconn T77W968 LTE modulesAleksander Morgado1-0/+4
2019-12-01USB: serial: option: add support for DW5821e with eSIM supportAleksander Morgado1-0/+3
2019-12-01USB: serial: mos7840: fix remote wakeupJohan Hovold1-5/+0
2019-12-01USB: serial: mos7720: fix remote wakeupJohan Hovold1-4/+0
2019-12-01USB: serial: mos7840: add USB ID to support Moxa UPort 2210Pavel Löbl1-0/+11
2019-12-01appledisplay: fix error handling in the scheduled workOliver Neukum1-1/+7
2019-12-01USB: chaoskey: fix error case of a timeoutOliver Neukum1-3/+21
2019-12-01usb-serial: cp201x: support Mark-10 digital force gaugeGreg Kroah-Hartman1-0/+1
2019-12-01usbip: Fix uninitialized symbol 'nents' in stub_recv_cmd_submit()Suwan Kim1-18/+32
2019-12-01USB: misc: appledisplay: fix backlight update_status return codeMattias Jacobsson1-2/+5
2019-11-24USB: serial: cypress_m8: fix interrupt-out transfer lengthJohan Hovold1-1/+1
2019-11-24usb: dwc3: gadget: Check ENBLSLPM before sending ep commandThinh Nguyen1-10/+19
2019-11-24usb: gadget: udc: fotg210-udc: Fix a sleep-in-atomic-context bug in fotg210_g...Jia-Ju Bai1-1/+1
2019-11-20usb: xhci-mtk: fix ISOC error when interval is zeroChunfeng Yun1-1/+3
2019-11-20usb: gadget: uvc: Only halt video streaming endpoint in bulk modeLaurent Pinchart1-1/+3
2019-11-20usb: gadget: uvc: Factor out video USB request queueingLaurent Pinchart1-10/+20
2019-11-20usb: gadget: uvc: configfs: Prevent format changes after linking headerJoel Pepper1-0/+3
2019-11-20usb: gadget: uvc: configfs: Drop leaked references to config itemsLaurent Pinchart1-0/+4
2019-11-20usb: chipidea: Fix otg event handlerLoic Poulain1-3/+6
2019-11-20usb: chipidea: imx: enable OTG overcurrent in case USB subsystem is already s...Nicolas Adell1-0/+2
2019-11-12usbip: Fix free of unallocated memory in vhci txSuwan Kim1-0/+3