summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2018-12-17usb: Avoid use-after-free by flushing endpoints early in usb_set_interface()Mathias Nyman1-0/+11
2018-12-17usb: Don't die twice if PCI xhci host is not responding in resumeMathias Nyman1-2/+0
2018-12-17usb: uas: add support for more quirk flagsOliver Neukum1-0/+20
2018-12-17USB: Add quirk to support DJI CineSSDTim Anderson3-0/+19
2018-12-17USB: yurex: Fix buffer over-read in yurex_write()Ben Hutchings1-2/+3
2018-12-17USB: add quirk for WORLDE Controller KS49 or Prodipe MIDI 49C USB controllerMaxence Duprès1-0/+4
2018-12-17USB: net2280: Fix erroneous synchronization changeAlan Stern1-2/+12
2018-12-17usb: gadget: net2280: fix pullup handlingMian Yousaf Kaukab1-5/+12
2018-12-17usb: gadget: udc: net2280: do not rely on 'driver' argumentFelipe Balbi1-4/+3
2018-12-17USB: serial: ti_usb_3410_5052: fix array underflow in completion handlerJohan Hovold1-1/+1
2018-12-17USB: serial: ti_usb_3410_5052: use functions rather than macrosMathieu OTHACEHE2-4/+11
2018-12-17USB: serial: io_ti: fix array underflow in completion handlerJohan Hovold1-1/+1
2018-12-17USB: serial: kobil_sct: fix modem-status error handlingJohan Hovold1-2/+10
2018-12-17USB: serial: sierra: fix potential deadlock at closeJohn Ogness1-2/+2
2018-11-20usb: misc: usb3503: Update error code in print messageTushar Behera1-1/+2
2018-11-20usb: core: handle hub C_PORT_OVER_CURRENT conditionBin Liu1-2/+6
2018-11-20usb: gadget: u_audio: update hw_ptr in iso_complete after data copiedJoshua Frkuska1-2/+6
2018-11-20usb: cdc_acm: Add quirk for Castles VEGA3000Lubomir Rintel1-0/+3
2018-11-20usb: quirks: add delay quirks for Corsair StrafeNico Sneck1-0/+4
2018-11-20xhci: xhci-mem: off by one in xhci_stream_id_to_ring()Dan Carpenter1-1/+1
2018-11-20USB: serial: mos7840: fix status-register error handlingJohan Hovold1-0/+3
2018-11-20USB: serial: keyspan_pda: fix modem-status error handlingJohan Hovold1-1/+3
2018-11-20USB: serial: ch341: fix type promotion bug in ch341_control_in()Dan Carpenter1-1/+1
2018-11-20USB: serial: cp210x: add another USB ID for Qivicon ZigBee stickOlli Salonen1-0/+1
2018-11-20usb: cdc_acm: Add quirk for Uniden UBC125 scannerHouston Yaroschoff1-0/+3
2018-11-20USB: serial: cp210x: add CESINEL device idsJohan Hovold1-0/+11
2018-11-20USB: serial: cp210x: add Silicon Labs IDs for Windows UpdateKaroly Pados1-0/+3
2018-11-20usb: gadget: function: printer: avoid wrong list handling in printer_write()Yoshihiro Shimoda1-3/+3
2018-11-20usb: gadget: function: printer: avoid spinlock recursionYoshihiro Shimoda1-1/+6
2018-11-20usb: do not reset if a low-speed or full-speed device timed outMaxim Moseychuk1-1/+3
2018-10-21USB: Accept bulk endpoints with 1024-byte maxpacketAlan Stern1-1/+3
2018-10-21USB: serial: visor: handle potential invalid device configurationGreg Kroah-Hartman1-34/+35
2018-10-21usb: musb: host: fix potential NULL pointer dereferenceBin Liu1-1/+3
2018-10-21usb: core: Add quirk for HP v222w 16GB MiniKamil Lulko1-0/+3
2018-10-21USB: Increment wakeup count on remote wakeup.Ravi Chandra Sadineni2-1/+10
2018-10-21xhci: Fix USB ports for Dell Inspiron 5775Kai-Heng Feng1-1/+4
2018-10-21USB: serial: ftdi_sio: use jtag quirk for Arrow USB BlasterVasyl Vavrychuk1-1/+2
2018-10-21USB: serial: cp210x: add ID for NI USB serial consoleKyle Roeschley1-0/+1
2018-10-21USB: serial: simple: add libtransistor consoleCollin May2-0/+8
2018-10-21usb: musb: gadget: misplaced out of bounds checkHeinrich Schuchardt1-5/+9
2018-10-21USB:fix USB3 devices behind USB3 hubs not resuming at hibernate thawZhengjun Xing1-2/+7
2018-10-21USB: serial: ftdi_sio: add support for Harman FirmwareHubEmulatorClemens Werther2-0/+7
2018-10-21USB: serial: cp210x: add ELDAT Easywave RX09 idJohan Hovold1-0/+1
2018-10-21USB: serial: ftdi_sio: add RT Systems VX-8 cableMajor Hayden2-0/+4
2018-10-21usb: dwc3: pci: Properly cleanup resourceThinh Nguyen1-1/+1
2018-09-26uas: replace WARN_ON_ONCE() with lockdep_assert_held()Sanjeev Sharma1-4/+4
2018-09-26USB: yurex: fix out-of-bounds uaccess in read handlerJann Horn1-17/+6
2018-06-17xhci: Fix front USB ports on ASUS PRIME B350M-AKai-Heng Feng3-0/+7
2018-06-17usb: usbmon: Read text within supplied buffer sizePete Zaitcev1-48/+78
2018-06-17USB: usbmon: remove assignment from IS_ERR argumentJulia Lawall1-2/+4