summaryrefslogtreecommitdiff
path: root/drivers/usb/core
AgeCommit message (Expand)AuthorFilesLines
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman11-0/+11
2017-11-03USB: core: move existing SPDX tags to top of the fileGreg Kroah-Hartman13-13/+13
2017-11-01usb: core: urb: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2017-10-23Merge 4.14-rc6 into usb-nextGreg Kroah-Hartman4-11/+16
2017-10-23USB: Force disconnect Huawei 4G modem during suspendDaniel Drake4-1/+29
2017-10-19usb: hub: Allow reset retry for USB2 devices on connect bounceMathias Nyman1-4/+7
2017-10-18USB: core: fix out-of-bounds access bug in usb_get_bos_descriptor()Alan Stern1-2/+4
2017-10-17usb: Apply hardware LPM attributes to 3.1 deviceLu Baolu1-1/+2
2017-10-17usb: quirks: add quirk for WORLDE MINI MIDI keyboardFelipe Balbi1-0/+4
2017-10-17USB: devio: Revert "USB: devio: Don't corrupt user memory"Hans de Goede1-5/+1
2017-10-09Merge 4.14-rc4 into usb-nextGreg Kroah-Hartman4-6/+27
2017-10-04drivers: usb: hcd: use setup_timer() helper.Allen Pais1-3/+1
2017-09-25USB: devio: Don't corrupt user memoryDan Carpenter1-1/+5
2017-09-25USB: devio: Prevent integer overflow in proc_do_submiturb()Dan Carpenter1-0/+5
2017-09-21USB: core: harden cdc_parse_cdc_headerGreg Kroah-Hartman1-0/+4
2017-09-19USB: fix out-of-bounds in usb_set_configurationGreg Kroah-Hartman1-3/+11
2017-09-18usb: Increase quirk delay for USB devicesDmitry Fleytman2-2/+2
2017-08-29usb: core: usbport: fix "BUG: key not in .data" when lockdep is enabledChristian Lamparter1-0/+1
2017-08-28usb: Add device quirk for Logitech HD Pro Webcam C920-CDmitry Fleytman1-1/+2
2017-08-28usb: quirks: add delay init quirk for Corsair Strafe RGB keyboardKai-Heng Feng1-0/+3
2017-08-28USB: core: constify vm_operations_structArvind Yadav1-1/+1
2017-08-28USB: core: Avoid race of async_completed() w/ usbdev_release()Douglas Anderson1-2/+2
2017-08-17usb: Increase root hub reset signaling time to prevent retryMathias Nyman1-1/+1
2017-08-15Merge 4.13-rc5 into usb-nextGreg Kroah-Hartman3-5/+13
2017-08-10usb: quirks: Add no-lpm quirk for Moshi USB to Ethernet AdapterKai-Heng Feng1-0/+3
2017-08-10USB: Check for dropped connection before switching to full speedAlan Stern1-4/+6
2017-08-10usb:xhci:Add quirk for Certain failing HP keyboard on reset after resumeSandeep Singh1-0/+1
2017-08-10usb: hcd: constify attribute_group structures.Arvind Yadav1-1/+1
2017-07-30usb: core: unlink urbs from the tail of the endpoint's urb_listBin Liu1-1/+1
2017-07-30USB: hcd: Mark secondary HCD as dead if the primary one diedRafael J. Wysocki1-0/+2
2017-07-22usb: core: hub: controller driver name may be NULLPeter Chen1-2/+15
2017-07-22usb: Convert to using %pOF instead of full_nameRob Herring2-3/+3
2017-07-07Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-29/+19
2017-07-04Merge tag 'pm-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-6/+1
2017-06-30usbdevfs: get rid of field-by-field copyinAl Viro1-29/+19
2017-06-29Add USB quirk for HVR-950q to avoid intermittent device resetsDevin Heitmueller1-0/+4
2017-06-29USB hub_probe: rework ugly goto-into-compound-statementEugene Korenevsky1-17/+21
2017-06-27usb: core: read USB ports from DT in the usbport LED trigger driverRafał Miłecki1-0/+56
2017-06-15usb: Avoid unnecessary LPM enabling and disabling during suspend and resumeMathias Nyman1-11/+2
2017-06-15USB / PCI / PM: Allow the PCI core to do the resume cleanupRafael J. Wysocki1-6/+1
2017-06-13USB: of: fix root-hub device-tree node handlingJohan Hovold2-4/+2
2017-06-13USB: of: document reference taken by child-lookup helperJohan Hovold1-1/+2
2017-06-13USB: core: fix device node leakJohan Hovold1-0/+2
2017-06-13USB: add usbfs ioctl to retrieve the connection speedAlan Stern1-0/+3
2017-06-03usb: optimize acpi companion search for usb port devicesMathias Nyman1-3/+23
2017-05-22Merge 4.12-rc2 into usb-nextGreg Kroah-Hartman5-16/+35
2017-05-17usb: core: Check URB setup_packet and transfer_buffer sanityFlorian Fainelli1-0/+12
2017-05-17USB: hub: fix SS max number of portsJohan Hovold1-1/+7
2017-05-17USB: hub: fix non-SS hub-descriptor handlingJohan Hovold1-4/+9
2017-05-17USB: hub: fix SS hub-descriptor handlingJohan Hovold1-2/+6