summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* usb/max3421: fix return error code in max3421_probe()Yang Yingliang2020-12-301-1/+2
* usb: chipidea: ci_hdrc_imx: Pass DISABLE_DEVICE_STREAMING flag to imx6ulFabio Estevam2020-12-301-1/+2
* USB: gadget: f_rndis: fix bitrate for SuperSpeed and aboveWill McVicker2020-12-301-1/+3
* usb: gadget: f_fs: Re-use SS descriptors for SuperSpeedPlusJack Pham2020-12-301-1/+4
* USB: gadget: f_midi: setup SuperSpeed Plus descriptorsWill McVicker2020-12-301-0/+6
* USB: gadget: f_acm: add support for SuperSpeed Plustaehyun.cho2020-12-301-1/+1
* USB: serial: option: add interface-number sanity check to flag handlingJohan Hovold2020-12-301-2/+21
* USB: sisusbvga: Make console support depend on BROKENThomas Gleixner2020-12-301-1/+1
* USB: UAS: introduce a quirk to set no_write_sameOliver Neukum2020-12-303-2/+11
* xhci: Give USB2 ports time to enter U3 in bus suspendLi Jun2020-12-301-0/+4
* USB: add RESET_RESUME quirk for Snapscan 1212Oliver Neukum2020-12-301-0/+3
* USB: dummy-hcd: Fix uninitialized array use in init()Bui Quang Minh2020-12-301-1/+1
* USB: serial: option: fix Quectel BG96 matchingBjørn Mork2020-12-111-3/+2
* USB: serial: option: add support for Thales Cinterion EXS82Giacinto Cifelli2020-12-111-0/+2
* USB: serial: option: add Fibocom NL668 variantsVincent Palatin2020-12-111-1/+2
* USB: serial: ch341: sort device-id entriesJohan Hovold2020-12-111-3/+3
* USB: serial: ch341: add new Product ID for CH341AJan-Niklas Burfeind2020-12-111-0/+1
* USB: serial: kl5kusb105: fix memleak on openJohan Hovold2020-12-111-6/+4
* usb: gadget: f_fs: Use local copy of descriptors for userspace copyVamsi Krishna Samavedam2020-12-111-2/+4
* USB: core: Fix regression in Hercules audio cardAlan Stern2020-12-021-0/+6
* usb: gadget: Fix memleak in gadgetfs_fill_superZhang Qilong2020-12-021-0/+3
* USB: quirks: Add USB_QUIRK_DISCONNECT_SUSPEND quirk for Lenovo A630Z TIO buil...penghao2020-12-021-0/+4
* usb: gadget: f_midi: Fix memleak in f_midi_allocZhang Qilong2020-12-021-3/+7
* USB: core: Change %pK for __user pointers to %pxAlan Stern2020-12-021-7/+7
* xhci: hisilicon: fix refercence leak in xhci_histb_probeZhang Qilong2020-11-181-1/+1
* usb: cdc-acm: Add DISABLE_ECHO for Renesas USB Download modeChris Brandt2020-11-181-0/+9
* usb: gadget: goku_udc: fix potential crashes in probeEvgeny Novikov2020-11-181-1/+1
* usb: dwc3: gadget: Reclaim extra TRBs after request completionThinh Nguyen2020-11-181-5/+5
* usb: dwc3: gadget: Continue to process pending requestsThinh Nguyen2020-11-181-3/+21
* usb: mtu3: fix panic in mtu3_gadget_stop()Macpaul Lin2020-11-101-0/+1
* USB: Add NO_LPM quirk for Kingston flash driveAlan Stern2020-11-101-0/+3
* USB: serial: option: add Telit FN980 composition 0x1055Daniele Palmas2020-11-101-0/+2
* USB: serial: option: add LE910Cx compositions 0x1203, 0x1230, 0x1231Daniele Palmas2020-11-101-0/+6
* USB: serial: option: add Quectel EC200T module supportZiyi Cao2020-11-101-0/+2
* USB: serial: cyberjack: fix write-URB completion raceJohan Hovold2020-11-101-1/+6
* usb: host: fsl-mph-dr-of: check return of dma_set_mask()Ran Wang2020-11-051-3/+6
* usb: typec: tcpm: reset hard_reset_count for any disconnectLi Jun2020-11-051-3/+3
* usb: cdc-acm: fix cooldown mechanismJerome Brunet2020-11-052-9/+6
* usb: dwc3: core: don't trigger runtime pm when remove driverLi Jun2020-11-051-2/+2
* usb: dwc3: core: add phy cleanup for probe error handlingLi Jun2020-11-051-0/+11
* usb: dwc3: gadget: Check MPS of the request lengthThinh Nguyen2020-11-051-2/+2
* usb: dwc3: ep0: Fix ZLP for OUT ep0 requestsThinh Nguyen2020-11-051-2/+9
* usb: xhci: Workaround for S3 issue on AMD SNPS 3.0 xHCSandeep Singh2020-11-052-0/+18
* usb: xhci: omit duplicate actions when suspending a runtime suspended host.Peter Chen2020-11-051-2/+5
* USB: adutux: fix debuggingOliver Neukum2020-11-051-0/+1
* usb: typec: tcpm: During PR_SWAP, source caps should be sent only after tSwap...Badhri Jagan Sridharan2020-11-051-1/+1
* usb: gadget: f_ncm: allow using NCM in SuperSpeed Plus gadgets.Lorenzo Colitti2020-10-301-1/+1
* USB: cdc-wdm: Make wdm_flush() interruptible and add wdm_fsync().Oliver Neukum2020-10-301-17/+55
* usb: cdc-acm: add quirk to blacklist ETAS ES58X devicesVincent Mailhol2020-10-301-0/+11
* usb: core: Solve race condition in anchor cleanup functionsEli Billauer2020-10-301-35/+54