summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2017-11-21USB: serial: garmin_gps: fix memory leak on probe errorsJohan Hovold1-0/+6
2017-11-21USB: serial: garmin_gps: fix I/O after failed probe and removeJohan Hovold1-3/+13
2017-11-21USB: serial: qcserial: add pid/vid for Sierra Wireless EM7355 fw updateDouglas Fischer1-0/+1
2017-11-21USB: serial: Change DbC debug device binding IDLu Baolu1-2/+2
2017-11-21USB: serial: metro-usb: stop I/O after failed openJohan Hovold1-3/+8
2017-11-21usb: gadget: f_fs: Fix use-after-free in ffs_free_instAndrew Gabbasov1-0/+1
2017-11-21USB: Add delay-init quirk for Corsair K70 LUX keyboardsBernhard Rosenkraenzer1-0/+3
2017-11-21USB: usbfs: compute urb->actual_length for isochronousAlan Stern1-0/+14
2017-11-21USB: early: Use new USB product ID and strings for DbC deviceLu Baolu1-3/+3
2017-11-18usb: usbtest: fix NULL pointer dereferenceAlan Stern1-2/+3
2017-10-27usb: xhci: Handle error condition in xhci_stop_device()Mayank Rana1-5/+18
2017-10-27usb: xhci: Reset halted endpoint if trb is noopLu Baolu1-7/+13
2017-10-27xhci: Cleanup current_cmd in xhci_cleanup_command_queue()Jeffy Chen1-0/+1
2017-10-27xhci: Identify USB 3.1 capable hosts by their port protocol capabilityMathias Nyman1-1/+2
2017-10-27usb: musb: Check for host-mode using is_host_active() on reset interruptJonathan Liu1-4/+2
2017-10-27usb: musb: musb_cppi41: Configure the number of channels for DA8xxAlexandre Bailon1-5/+26
2017-10-27usb: musb: musb_cppi41: Fix cppi41_set_dma_mode() for DA8xxAlexandre Bailon1-3/+37
2017-10-27usb: musb: musb_cppi41: Fix the address of teardown and autoreq registersAlexandre Bailon1-4/+19
2017-10-27USB: musb: fix late external abort on suspendJohan Hovold2-2/+11
2017-10-27USB: musb: fix session-bit runtime-PM quirkJohan Hovold1-4/+4
2017-10-27usb: musb: sunxi: Explicitly release USB PHY on exitJonathan Liu1-0/+2
2017-10-27usb: hub: Allow reset retry for USB2 devices on connect bounceMathias Nyman1-4/+7
2017-10-27usb: quirks: add quirk for WORLDE MINI MIDI keyboardFelipe Balbi1-0/+4
2017-10-27usb: cdc_acm: Add quirk for Elatec TWN3Maksim Salau1-0/+3
2017-10-27USB: serial: metro-usb: add MS7820 device idJohan Hovold1-0/+1
2017-10-27USB: core: fix out-of-bounds access bug in usb_get_bos_descriptor()Alan Stern1-2/+4
2017-10-27USB: devio: Revert "USB: devio: Don't corrupt user memory"Hans de Goede1-5/+1
2017-10-18USB: serial: console: fix use-after-free after failed setupJohan Hovold1-0/+1
2017-10-18USB: serial: console: fix use-after-free on disconnectJohan Hovold1-1/+1
2017-10-18USB: serial: qcserial: add Dell DW5818, DW5819Shrirang Bagul1-0/+4
2017-10-18USB: serial: option: add support for TP-Link LTE moduleHenryk Heisig1-0/+2
2017-10-18USB: serial: cp210x: add support for ELV TFD500Andreas Engel1-0/+1
2017-10-18USB: serial: cp210x: fix partnum regressionSebastian Frei1-6/+6
2017-10-18USB: serial: ftdi_sio: add id for Cypress WICED dev boardJeffrey Chu2-0/+9
2017-10-18usb: gadget: composite: Fix use-after-free in usb_composite_overwrite_optionsAndrew Gabbasov1-0/+5
2017-10-18usb: gadget: configfs: Fix memory leak of interface directory dataAndrew Gabbasov4-14/+25
2017-10-18usb: renesas_usbhs: Fix DMAC sequence for receiving zero-length packetKazuya Mizuguchi1-1/+1
2017-10-18USB: dummy-hcd: Fix deadlock caused by disconnect detectionAlan Stern1-3/+6
2017-10-12Revert "xhci: Limit USB2 port wake support for AMD Promontory hosts"Kai-Heng Feng3-16/+1
2017-10-12xhci: set missing SuperSpeedPlus Link Protocol bit in roothub descriptorMathias Nyman1-1/+10
2017-10-12xhci: Fix sleeping with spin_lock_irq() held in ASmedia 1042A workaroundMathias Nyman1-1/+1
2017-10-12usb: host: xhci-plat: allow sysdev to inherit from ACPIAdam Wallis1-6/+10
2017-10-12xhci: fix wrong endpoint ESIT value shown in tracingMathias Nyman1-2/+4
2017-10-12xhci: fix finding correct bus_state structure for USB 3.1 hostsMathias Nyman1-1/+1
2017-10-12usb: xhci: Free the right ring in xhci_add_endpoint()Lu Baolu1-1/+2
2017-10-12USB: fix out-of-bounds in usb_set_configurationGreg Kroah-Hartman1-3/+11
2017-10-12usb: Increase quirk delay for USB devicesDmitry Fleytman2-2/+2
2017-10-12USB: core: harden cdc_parse_cdc_headerGreg Kroah-Hartman1-0/+4
2017-10-12USB: uas: fix bug in handling of alternate settingsAlan Stern2-12/+13
2017-10-12USB: g_mass_storage: Fix deadlock when driver is unboundAlan Stern3-57/+10