summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2018-10-18xhci: Don't print a warning when setting link state for disabled portsMathias Nyman1-9/+9
2018-10-13usb: cdc_acm: Do not leak URB buffersRomain Izard1-0/+6
2018-10-13USB: serial: simple: add Motorola Tetra MTP6550 idJohan Hovold1-1/+2
2018-10-13usb: xhci-mtk: resume USB3 roothub firstChunfeng Yun1-2/+2
2018-10-13xhci: Add missing CAS workaround for Intel Sunrise Point xHCIMathias Nyman1-0/+2
2018-10-10USB: yurex: Check for truncation in yurex_read()Ben Hutchings1-0/+3
2018-10-10usb: gadget: fotg210-udc: Fix memory leak of fotg210->ep[i]Anton Vasilyev1-5/+10
2018-10-04USB: remove LPM management from usb_driver_claim_interface()Alan Stern1-15/+0
2018-10-04Revert "usb: cdc-wdm: Fix a sleep-in-atomic-context bug in service_outstandin...Sebastian Andrzej Siewior1-1/+1
2018-10-04USB: usbdevfs: restore warning for nonsensical flagsOliver Neukum1-0/+5
2018-10-04USB: usbdevfs: sanitize flags moreOliver Neukum1-3/+16
2018-10-04usb: musb: dsps: do not disable CPPI41 irq in driver teardownBin Liu1-11/+1
2018-10-04USB: handle NULL config in usb_find_alt_setting()Alan Stern1-0/+2
2018-10-04USB: fix error handling in usb_driver_claim_interface()Alan Stern1-0/+15
2018-10-04usb: wusbcore: security: cast sizeof to int for comparisonJulia Lawall1-1/+1
2018-10-04USB: serial: kobil_sct: fix modem-status error handlingJohan Hovold1-2/+10
2018-09-26Revert "cdc-acm: implement put_char() and flush_chars()"Oliver Neukum2-74/+0
2018-09-26usb: cdc-wdm: Fix a sleep-in-atomic-context bug in service_outstanding_interr...Jia-Ju Bai1-1/+1
2018-09-26USB: yurex: Fix buffer over-read in yurex_write()Ben Hutchings1-2/+3
2018-09-26USB: serial: ti_usb_3410_5052: fix array underflow in completion handlerJohan Hovold1-1/+1
2018-09-26usb: misc: uss720: Fix two sleep-in-atomic-context bugsJia-Ju Bai1-2/+2
2018-09-26USB: serial: io_ti: fix array underflow in completion handlerJohan Hovold1-1/+1
2018-09-26USB: net2280: Fix erroneous synchronization changeAlan Stern1-2/+14
2018-09-26usb: gadget: udc: renesas_usb3: fix maxpacket size of ep0Yoshihiro Shimoda1-1/+4
2018-09-26USB: add quirk for WORLDE Controller KS49 or Prodipe MIDI 49C USB controllerMaxence Duprès1-0/+4
2018-09-26usb: host: u132-hcd: Fix a sleep-in-atomic-context bug in u132_get_frame()Jia-Ju Bai1-1/+1
2018-09-26usb: Avoid use-after-free by flushing endpoints early in usb_set_interface()Mathias Nyman1-0/+11
2018-09-26usb: uas: add support for more quirk flagsOliver Neukum1-0/+21
2018-09-26USB: Add quirk to support DJI CineSSDTim Anderson3-0/+19
2018-09-26usb: Don't die twice if PCI xhci host is not responding in resumeMathias Nyman1-2/+0
2018-09-26xhci: Fix use after free for URB cancellation on a reallocated endpointMathias Nyman1-0/+30
2018-09-26usb: dwc3: change stream event enable bit back to 13Erich E. Hoover1-1/+1
2018-09-15usb: dwc3: core: Fix ULPI PHYs and prevent phy_get/ulpi_init during suspend/r...Roger Quadros2-11/+41
2018-09-05usb: gadget: f_uac2: fix endianness of 'struct cntrl_*_lay3'Eugeniu Rosca1-10/+10
2018-09-05usb/phy: fix PPC64 build errors in phy-fsl-usb.cRandy Dunlap1-1/+3
2018-09-05usb: gadget: u_audio: protect stream runtime fields with stream spinlockVladimir Zapolskiy1-1/+9
2018-09-05usb: gadget: u_audio: remove cached period bytes valueVladimir Zapolskiy1-35/+5
2018-09-05usb: gadget: u_audio: remove caching of stream buffer parametersVladimir Zapolskiy1-17/+13
2018-09-05usb: gadget: u_audio: update hw_ptr in iso_complete after data copiedJoshua Frkuska1-1/+5
2018-09-05usb: gadget: u_audio: fix pcm/card naming in g_audio_setup()Eugeniu Rosca1-3/+3
2018-09-05usb: gadget: f_uac2: fix error handling in afunc_bind (again)Eugeniu Rosca1-2/+2
2018-09-05usb: gadget: r8a66597: Fix a possible sleep-in-atomic-context bugs in r8a6659...Jia-Ju Bai1-1/+1
2018-09-05usb: gadget: r8a66597: Fix two possible sleep-in-atomic-context bugs in init_...Jia-Ju Bai1-2/+2
2018-08-24usb: xhci: increase CRS timeout valueAjay Gupta1-1/+6
2018-08-24usb: xhci: remove the code build warningDongjiu Geng1-1/+1
2018-08-24dwc2: gadget: Fix ISOC IN DDMA PID bitfield value calculationMinas Harutyunyan1-1/+6
2018-08-24usb: gadget: dwc2: fix memory leak in gadget_init()Grigor Tovmasyan1-2/+5
2018-08-24usb: gadget: composite: fix delayed_status race condition when set_interfaceChunfeng Yun1-0/+3
2018-08-24usb: dwc2: fix isoc split in transfer with no dataWilliam Wu1-2/+1
2018-08-24usb: dwc2: alloc dma aligned buffer for isoc split inWilliam Wu5-5/+106