summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
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-19xhci: Fix use-after-free in xhci_free_virt_deviceMathias Nyman1-0/+3
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: 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-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: dwc3: of-simple: fix use-after-free on removeJohan Hovold1-1/+2
2018-08-22USB: option: add support for DW5821eAleksander Morgado1-0/+4
2018-08-22USB: serial: sierra: fix potential deadlock at closeJohn Ogness1-2/+2
2018-08-03usb: hub: Don't wait for connect state at resume for powered-off portsDominik Bozek1-0/+4
2018-08-03usb: dwc2: Fix DMA alignment to start at allocated boundaryAntti Seppälä1-21/+23
2018-07-28usb: gadget: f_fs: Only return delayed status when len is 0Jerry Zhang1-1/+1
2018-07-28usb: core: handle hub C_PORT_OVER_CURRENT conditionBin Liu1-2/+6
2018-07-28usb: cdc_acm: Add quirk for Castles VEGA3000Lubomir Rintel1-0/+3
2018-07-25xhci: Fix perceived dead host due to runtime suspend race with event handlerMathias Nyman2-3/+41
2018-07-17xhci: xhci-mem: off by one in xhci_stream_id_to_ring()Dan Carpenter1-1/+1
2018-07-17usb: quirks: add delay quirks for Corsair StrafeNico Sneck1-0/+4
2018-07-17USB: serial: mos7840: fix status-register error handlingJohan Hovold1-0/+3
2018-07-17USB: yurex: fix out-of-bounds uaccess in read handlerJann Horn1-17/+6
2018-07-17USB: serial: keyspan_pda: fix modem-status error handlingJohan Hovold1-1/+3
2018-07-17USB: serial: cp210x: add another USB ID for Qivicon ZigBee stickOlli Salonen1-0/+1
2018-07-17USB: serial: ch341: fix type promotion bug in ch341_control_in()Dan Carpenter1-1/+1
2018-07-11usb: dwc2: fix the incorrect bitmaps for the ports of multi_tt hubWilliam Wu1-1/+1
2018-07-11USB: serial: cp210x: add Silicon Labs IDs for Windows UpdateKaroly Pados1-0/+3
2018-07-11USB: serial: cp210x: add CESINEL device idsJohan Hovold1-0/+11
2018-07-11usb: cdc_acm: Add quirk for Uniden UBC125 scannerHouston Yaroschoff1-0/+3
2018-07-03usb: do not reset if a low-speed or full-speed device timed outMaxim Moseychuk1-1/+3
2018-06-26usb: musb: fix remote wakeup racing with suspendDaniel Glöckner3-13/+24
2018-06-16usb: gadget: udc: renesas_usb3: disable the controller's irqs for reconnectingYoshihiro Shimoda1-0/+7
2018-06-16usb-storage: Add compatibility quirk flags for G-Technologies G-DriveAlexander Kappner2-0/+18
2018-06-16usb-storage: Add support for FL_ALWAYS_SYNC flag in the UAS driverAlexander Kappner1-0/+6
2018-06-16usbip: vhci_sysfs: fix potential Spectre v1Gustavo A. R. Silva1-8/+16