summaryrefslogtreecommitdiffstats
path: root/drivers/usb (follow)
Commit message (Expand)AuthorAgeFilesLines
* usb: gadget: f_fs: Use local copy of descriptors for userspace copyVamsi Krishna Samavedam2020-12-041-2/+4
* usb: ohci-omap: Fix descriptor conversionLinus Walleij2020-12-041-2/+2
* Revert "usb-storage: fix sdev->host->dma_dev"Greg Kroah-Hartman2020-12-042-4/+3
* Revert "uas: fix sdev->host->dma_dev"Greg Kroah-Hartman2020-12-041-11/+6
* Revert "uas: bump hw_max_sectors to 2048 blocks for SS or faster drives"Greg Kroah-Hartman2020-12-041-2/+0
* Merge tag 'usb-serial-5.10-rc7' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2020-12-043-12/+13
|\
| * USB: serial: kl5kusb105: fix memleak on openJohan Hovold2020-12-041-6/+4
| * USB: serial: ch341: sort device-id entriesJohan Hovold2020-12-031-3/+3
| * USB: serial: ch341: add new Product ID for CH341AJan-Niklas Burfeind2020-12-031-0/+1
| * USB: serial: option: fix Quectel BG96 matchingBjørn Mork2020-12-011-3/+2
| * USB: serial: option: add support for Thales Cinterion EXS82Giacinto Cifelli2020-11-271-0/+2
| * USB: serial: option: add Fibocom NL668 variantsVincent Palatin2020-11-201-1/+2
* | Merge tag 'usb-fixes-v5.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2020-11-302-13/+17
|\ \
| * | usb: cdns3: core: fix goto label for error pathPeter Chen2020-11-301-1/+1
| * | usb: cdns3: gadget: clear trb->length as zero after preparing every trbPeter Chen2020-11-301-0/+1
| * | usb: cdns3: Fix hardware based role switchRoger Quadros2020-11-301-12/+15
* | | usb: typec: stusb160x: fix power-opmode property with typec-power-opmodeAmelie Delaunay2020-11-271-1/+1
|/ /
* | USB: core: Change %pK for __user pointers to %pxAlan Stern2020-11-201-7/+7
* | USB: core: Fix regression in Hercules audio cardAlan Stern2020-11-201-0/+6
* | usb: gadget: Fix memleak in gadgetfs_fill_superZhang Qilong2020-11-201-0/+3
* | usb: gadget: f_midi: Fix memleak in f_midi_allocZhang Qilong2020-11-201-3/+7
* | USB: quirks: Add USB_QUIRK_DISCONNECT_SUSPEND quirk for Lenovo A630Z TIO buil...penghao2020-11-201-0/+4
* | usb: typec: qcom-pmic-typec: fix builtin build errorsRandy Dunlap2020-11-161-0/+1
* | Merge tag 'usb-fixes-v5.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2020-11-161-12/+14
|\ \ | |/ |/|
| * usb: cdns3: gadget: calculate TD_SIZE based on TDPeter Chen2020-11-161-11/+13
| * usb: cdns3: gadget: initialize link_trb as NULLPeter Chen2020-11-161-1/+1
* | usb: cdc-acm: Add DISABLE_ECHO for Renesas USB Download modeChris Brandt2020-11-131-0/+9
* | usb: typec: ucsi: Report power supply changesHeikki Krogerus2020-11-133-1/+17
* | xhci: hisilicon: fix refercence leak in xhci_histb_probeZhang Qilong2020-11-131-1/+1
* | Revert "usb: musb: convert to devm_platform_ioremap_resource_byname"Geert Uytterhoeven2020-11-131-1/+3
* | Merge tag 'usb-serial-5.10-rc3' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2020-11-072-1/+16
|\ \
| * | USB: serial: option: add Telit FN980 composition 0x1055Daniele Palmas2020-11-041-0/+2
| * | USB: serial: option: add LE910Cx compositions 0x1203, 0x1230, 0x1231Daniele Palmas2020-11-041-0/+6
| * | USB: serial: cyberjack: fix write-URB completion raceJohan Hovold2020-11-041-1/+6
| * | USB: serial: option: add Quectel EC200T module supportZiyi Cao2020-10-281-0/+2
* | | USB: apple-mfi-fastcharge: fix reference leak in apple_mfi_fc_set_propertyZhang Qilong2020-11-061-1/+3
* | | usb: mtu3: fix panic in mtu3_gadget_stop()Macpaul Lin2020-11-061-0/+1
| |/ |/|
* | USB: Add NO_LPM quirk for Kingston flash driveAlan Stern2020-11-031-0/+3
* | Merge tag 'fixes-for-v5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2020-11-026-4/+15
|\ \
| * | usb: raw-gadget: fix memory leak in gadget_setupZqiang2020-10-271-1/+4
| * | usb: dwc2: Avoid leaving the error_debugfs label unusedMartin Blumenstingl2020-10-271-0/+3
| * | usb: dwc3: ep0: Fix delay status handlingThinh Nguyen2020-10-271-1/+2
| * | usb: gadget: fsl: fix null pointer checkingRan Wang2020-10-271-1/+1
| * | usb: gadget: goku_udc: fix potential crashes in probeEvgeny Novikov2020-10-271-1/+1
| * | usb: dwc3: pci: add support for the Intel Alder Lake-SHeikki Krogerus2020-10-271-0/+4
| |/
* | Merge tag 'usb-v5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/pe...Greg Kroah-Hartman2020-10-303-83/+102
|\ \
| * | usb: cdns3: gadget: own the lock wrongly at the suspend routinePeter Chen2020-10-301-4/+7
| * | usb: cdns3: Fix on-chip memory overflow issuePawel Laszczak2020-10-303-76/+94
| * | usb: cdns3: gadget: suspicious implicit sign extensionPeter Chen2020-10-291-1/+1
| * | usb: cdns3: Variable 'length' set but not usedPawel Laszczak2020-10-281-2/+0
| |/