summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2020-09-03usb: dwc3: gadget: Don't setup more than requestedThinh Nguyen1-16/+35
2020-09-03USB: gadget: u_f: Unbreak offset calculation in VLAsAndy Shevchenko1-4/+4
2020-09-03USB: gadget: f_ncm: add bounds checks to ncm_unwrap_ntb()Brooke Basile1-12/+69
2020-09-03USB: gadget: u_f: add overflow checks to VLA macrosBrooke Basile1-11/+27
2020-09-03usb: host: ohci-exynos: Fix error handling in exynos_ohci_probe()Tang Bin1-3/+2
2020-09-03USB: Ignore UAS for JMicron JMS567 ATA/ATAPI BridgeCyril Roelandt1-1/+1
2020-09-03USB: quirks: Ignore duplicate endpoint on Sound Devices MixPre-DAlan Stern1-0/+5
2020-09-03USB: quirks: Add no-lpm quirk for another Raydium touchscreenKai-Heng Feng1-0/+2
2020-09-03usb: uas: Add quirk for PNY Pro EliteThinh Nguyen1-0/+7
2020-09-03USB: yurex: Fix bad gfp argumentAlan Stern1-1/+1
2020-09-03usbip: Implement a match function to fix usbipM. Vefa Bicakci1-0/+6
2020-09-03xhci: Always restore EP_SOFT_CLEAR_TOGGLE even if ep reset failedDing Hui1-1/+2
2020-09-03xhci: Do warm-reset when both CAS and XDEV_RESUME are setKai-Heng Feng1-9/+10
2020-09-03usb: host: xhci: fix ep context print mismatch in debugfsLi Jun1-4/+4
2020-09-03usb: host: xhci-tegra: fix tegra_xusb_get_phy()JC Kuo1-1/+1
2020-09-03usb: host: xhci-tegra: otg usb2/usb3 port initJC Kuo1-0/+2
2020-09-03usb: renesas-xhci: remove version checkVinod Koul1-18/+1
2020-09-03USB: lvtest: return proper error code in probeEvgeny Novikov1-1/+1
2020-09-03usb: gadget: f_tcm: Fix some resource leaks in some error pathsChristophe JAILLET1-3/+4
2020-09-03USB: sisusbvga: Fix a potential UB casued by left shifting a negative valueChangming Liu1-1/+1
2020-08-21USB: serial: ftdi_sio: clean up receive processingJohan Hovold1-10/+9
2020-08-21USB: serial: ftdi_sio: make process-packet buffer unsignedJohan Hovold1-11/+11
2020-08-19usb: cdns3: gadget: always zeroed TRB buffer when enable endpointPeter Chen1-1/+2
2020-08-19USB: serial: cp210x: enable usb generic throttle/unthrottleBrant Merryman1-0/+2
2020-08-19USB: serial: cp210x: re-enable auto-RTS on openBrant Merryman1-0/+17
2020-08-19usb: gadget: f_uac2: fix AC Interface Header Descriptor wTotalLengthRuslan Bilovol1-5/+2
2020-08-19usb: dwc2: Fix error path in gadget registrationMarek Szyprowski1-1/+3
2020-08-19usb: dwc3: meson-g12a: fix shared reset control useDan Robertson1-6/+9
2020-08-19usb: core: fix quirks_param_set() writing to a const pointerKars Mulder1-4/+12
2020-08-19USB: serial: iuu_phoenix: fix led-activity helpersJohan Hovold1-6/+8
2020-08-19usb: bdc: Halt controller on suspendDanesh Petigara1-2/+7
2020-08-19bdc: Fix bug causing crash after multiple disconnectsSasi Kumar2-6/+14
2020-08-19usb: gadget: net2280: fix memory leak on probe error handling pathsEvgeny Novikov1-1/+3
2020-08-19usb: mtu3: clear dual mode of u3port when disable deviceChunfeng Yun1-1/+5
2020-08-11usb: xhci: Fix ASMedia ASM1142 DMA addressingForest Crossman1-1/+3
2020-08-11usb: xhci: define IDs for various ASMedia host controllersForest Crossman1-3/+5
2020-08-11USB: iowarrior: fix up report size handling for some devicesGreg Kroah-Hartman1-10/+25
2020-08-11USB: serial: qcserial: add EM7305 QDL product IDErik Ekman1-0/+1
2020-07-23usb: tegra: Fix allocation for the FPCI contextJon Hunter1-1/+1
2020-07-21usb: xhci: Fix ASM2142/ASM3142 DMA addressingForest Crossman1-0/+3
2020-07-21usb: xhci-mtk: fix the failure of bandwidth allocationChunfeng Yun1-0/+4
2020-07-16Merge tag 'usb-serial-5.8-rc6' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman1-3/+5
2020-07-16USB: serial: iuu_phoenix: fix memory corruptionJohan Hovold1-3/+5
2020-07-10Merge tag 'fixes-for-v5.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman8-30/+38
2020-07-10USB: c67x00: fix use after free in c67x00_giveback_urbTom Rix1-1/+1
2020-07-09usb: gadget: function: fix missing spinlock in f_uac1_legacyZhang Qiang1-0/+2
2020-07-09usb: gadget: udc: atmel: fix uninitialized read in debug printkMichał Mirosław1-1/+1
2020-07-09usb: gadget: udc: atmel: remove outdated comment in usba_ep_disable()Michał Mirosław1-7/+1
2020-07-09usb: dwc2: Fix shutdown callback in platformMinas Harutyunyan1-1/+2
2020-07-09usb: cdns3: trace: fix some endian issuesPeter Chen1-3/+3