summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2022-06-29usb: chipidea: udc: check request status before setting device addressXu Yang1-0/+3
2022-06-29USB: gadget: Fix double-free bug in raw_gadget driverAlan Stern1-6/+7
2022-06-29usb: gadget: Fix non-unique driver names in raw-gadget driverAlan Stern1-16/+46
2022-06-29usb: gadget: uvc: fix list double add in uvcg_video_pumpDan Vacura1-0/+3
2022-06-29xhci-pci: Allow host runtime PM as default for Intel Meteor Lake xHCIUtkarsh Patel1-1/+3
2022-06-29xhci-pci: Allow host runtime PM as default for Intel Raptor Lake xHCITanveer Alam1-1/+3
2022-06-29xhci: turn off port power in shutdownMathias Nyman3-3/+16
2022-06-29usb: typec: wcove: Drop wrong dependency to INTEL_SOC_PMICAndy Shevchenko1-1/+0
2022-06-29USB: serial: option: add Quectel RM500K module supportMacpaul Lin1-0/+2
2022-06-29USB: serial: option: add Quectel EM05-G modemYonglin Tan1-0/+3
2022-06-29USB: serial: option: add Telit LE910Cx 0x1250 compositionCarlo Lobrano1-0/+1
2022-06-29USB: serial: pl2303: add support for more HXN (G) typesJohan Hovold1-12/+17
2022-06-22usb: gadget: f_fs: change ep->ep safe in ffs_epfile_io()Linyu Yuan1-0/+6
2022-06-22usb: gadget: f_fs: change ep->status safe in ffs_epfile_io()Linyu Yuan1-15/+19
2022-06-22usb: gadget: lpc32xx_udc: Fix refcount leak in lpc32xx_udc_probeMiaoqian Lin1-0/+1
2022-06-22usb: gadget: u_ether: fix regression in setting fixed MAC addressMarian Postevca1-2/+10
2022-06-22usb: dwc3: pci: Restore line lost in merge conflict resolutionStephan Gerhold1-0/+1
2022-06-22usb: dwc3: gadget: Fix IN endpoint max packet size allocationWesley Cheng1-11/+15
2022-06-22usb: cdnsp: Fixed setting last_trb incorrectlyJing Leng1-8/+11
2022-06-22usb: dwc2: Fix memory leak in dwc2_hcd_initMiaoqian Lin1-1/+1
2022-06-22USB: serial: io_ti: add Agilent E5805A supportRobert Eckelmann2-0/+3
2022-06-22USB: serial: option: add support for Cinterion MV31 with new baselineSlark Xiao1-0/+6
2022-06-14extcon: Fix extcon_get_extcon_dev() error handlingDan Carpenter3-11/+6
2022-06-14usb: dwc3: gadget: Only End Transfer for ep0 data phaseThinh Nguyen1-0/+11
2022-06-14usb: dwc3: host: Stop setting the ACPI companionHeikki Krogerus1-2/+0
2022-06-14usb: dwc2: gadget: don't reset gadget's driver->busMarek Szyprowski1-1/+0
2022-06-14USB: hcd-pci: Fully suspend across freeze/thaw cycleEvan Green1-2/+2
2022-06-14drivers: usb: host: Fix deadlock in oxu_bus_suspend()Duoming Zhou1-0/+2
2022-06-14USB: host: isp116x: check return value after calling platform_get_resource()Zhen Ni1-2/+4
2022-06-14usb: typec: mux: Check dev_set_name() return valueBjorn Andersson1-4/+10
2022-06-14usb: dwc3: pci: Fix pm_runtime_get_sync() error checkingZheng Yongjun1-1/+1
2022-06-14usb: dwc3: gadget: Replace list_for_each_entry_safe() if using givebackWesley Cheng1-4/+16
2022-06-14usb: musb: Fix missing of_node_put() in omap2430_probeMiaoqian Lin1-0/+1
2022-06-14USB: storage: karma: fix rio_karma_init returnLin Ma1-7/+8
2022-06-14usb: usbip: add missing device lock on tweak configuration cmdNiels Dossche1-0/+2
2022-06-14usb: usbip: fix a refcount leak in stub_probe()Hangyu Hua1-1/+1
2022-06-09xhci: Allow host runtime PM as default for Intel Alder Lake N xHCIMathias Nyman1-0/+2
2022-06-09xhci: Set HCD flag to defer primary roothub registrationKishon Vijay Abraham I1-0/+2
2022-06-09usb: core: hcd: Add support for deferring roothub registrationKishon Vijay Abraham I1-6/+23
2022-06-09usb: dwc3: gadget: Move null pinter check to proper placeAlbert Wang1-3/+3
2022-06-09usb: isp1760: Fix out-of-bounds array accessLinus Walleij1-0/+8
2022-06-09USB: new quirk for Dell Gen 2 devicesMonish Kumar R1-0/+3
2022-06-09USB: serial: option: add Quectel BG95 modemCarl Yin(殷张成)1-0/+2
2022-06-09USB: serial: pl2303: fix type detection for odd deviceJohan Hovold1-0/+3
2022-05-13Merge tag 'usb-serial-5.18-rc7' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman4-0/+8
2022-05-12usb: xhci-mtk: remove bandwidth budget tableChunfeng Yun2-64/+12
2022-05-12usb: xhci-mtk: fix fs isoc's transfer errorChunfeng Yun1-9/+7
2022-05-12usb: gadget: fix race when gadget driver register via ioctlSchspa Shi1-0/+2
2022-05-12usb: typec: tcpci_mt6360: Update for BMC PHY settingChiYuan Huang1-0/+26
2022-05-05usb: gadget: uvc: allow for application to cleanly shutdownDan Vacura3-1/+29