summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core
Commit message (Expand)AuthorAgeFilesLines
* USB: add missing SPDX lines to Kconfig and MakefilesGreg Kroah-Hartman2019-01-221-0/+1
* USB: Consolidate LPM checks to avoid enabling LPM twiceKai-Heng Feng2019-01-183-13/+13
* USB: Add new USB LPM helpersKai-Heng Feng2019-01-185-11/+30
* usb: hub: add retry routine after intr URB submit errorNicolas Saenz Julienne2019-01-182-6/+39
* Merge 5.0-rc2 into usb-nextGreg Kroah-Hartman2019-01-152-4/+8
|\
| * USB: Add USB_QUIRK_DELAY_CTRL_MSG quirk for Corsair K70 RGBJack Stocker2019-01-071-1/+2
| * usbcore: Select only first configuration for non-UAC3 compliant devicesSaranya Gopal2019-01-071-3/+6
* | USB: core: urb: Use struct_size() in kmalloc()Gustavo A. R. Silva2019-01-081-3/+2
* | usb: devio: update max count of DPs per interval for ISOCChunfeng Yun2019-01-071-5/+3
* | usb: core: Simplify return value of usb_get_configuration()Suwan Kim2019-01-071-4/+1
|/
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-032-5/+4
* usb: core: Remove unnecessary memset()Suwan Kim2018-12-121-2/+0
* Merge 4.20-rc6 into usb-nextGreg Kroah-Hartman2018-12-103-5/+10
|\
| * USB: check usb_get_extra_descriptor for proper sizeMathias Payer2018-12-052-4/+4
| * usb: quirk: add no-LPM quirk on SanDisk Ultra Flair deviceHarry Pan2018-12-051-0/+4
| * USB: Fix invalid-free bug in port_over_current_notify()Alan Stern2018-12-051-1/+2
* | usb: hub: delay hub autosuspend if USB3 port is still link trainingMathias Nyman2018-12-051-0/+10
|/
* usb: core: quirks: add RESET_RESUME quirk for Cherry G230 Stream seriesMichael Niewöhner2018-11-261-0/+3
* usb: core: Fix hub port connection events lostDennis Wassenberg2018-11-141-1/+3
* USB: quirks: Add no-lpm quirk for Raydium touchscreensKai-Heng Feng2018-11-071-0/+5
* usb: quirks: Add delay-init quirk for Corsair K70 LUX RGBEmmanuel Pescosta2018-11-071-0/+3
* USB: Wait for extra delay time after USB_PORT_FEAT_RESET for quirky hubKai-Heng Feng2018-11-072-3/+17
* Merge tag 'usb-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-10-267-27/+84
|\
| * USB: core: remove set but not used variable 'udev'YueHaibing2018-10-091-3/+0
| * usb: core: fix memory leak on port_dev_path allocationColin Ian King2018-10-091-1/+3
| * usb: export firmware port location in sysfsBjørn Mork2018-10-021-0/+10
| * usb: hub: try old enumeration scheme first for high speed devicesZeng Tao2018-10-021-1/+3
| * Merge 4.19-rc6 into usb-nextGreg Kroah-Hartman2018-09-304-18/+39
| |\
| * | usb: core: added uevent for over-currentJon Flatley2018-09-281-0/+36
| * | usbcore: Select UAC3 configuration for audio if presentSaranya Gopal2018-09-201-0/+27
| * | Merge 4.19-rc4 into usb-nextGreg Kroah-Hartman2018-09-164-28/+18
| |\ \
| * | | usb: core: remove flags variable in __usb_hcd_giveback_urb()Sebastian Andrzej Siewior2018-09-111-1/+0
| * | | usb: core: phy: clean up return value check about devm_of_phy_get_by_index()Chunfeng Yun2018-09-101-3/+4
| * | | USB: Removing NULL check for pool since dma_pool_destroy is safeSalil Kapur2018-09-101-6/+2
| * | | usb: core: remove local_irq_save() around ->complete() handlerSebastian Andrzej Siewior2018-09-101-13/+0
* | | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-10-241-2/+2
|\ \ \ \
| * | | | signal: Distinguish between kernel_siginfo and siginfoEric W. Biederman2018-10-031-2/+2
| |/ / /
* | | | USB: fix the usbfs flag sanitization for control transfersAlan Stern2018-10-161-2/+2
| |_|/ |/| |
* | | usb: core: safely deal with the dynamic quirk listsHarry Pan2018-09-201-1/+2
* | | USB: handle NULL config in usb_find_alt_setting()Alan Stern2018-09-201-0/+2
* | | USB: fix error handling in usb_driver_claim_interface()Alan Stern2018-09-201-0/+15
* | | USB: remove LPM management from usb_driver_claim_interface()Alan Stern2018-09-201-15/+0
* | | USB: usbdevfs: restore warning for nonsensical flagsOliver Neukum2018-09-201-0/+5
* | | USB: usbdevfs: sanitize flags moreOliver Neukum2018-09-201-3/+16
| |/ |/|
* | usb: Change usb_of_get_companion_dev() place to usb/commonYoshihiro Shimoda2018-09-101-26/+0
* | usb: Avoid use-after-free by flushing endpoints early in usb_set_interface()Mathias Nyman2018-09-051-0/+11
* | usb: Don't die twice if PCI xhci host is not responding in resumeMathias Nyman2018-09-051-2/+0
* | USB: Add quirk to support DJI CineSSDTim Anderson2018-09-051-0/+3
* | USB: add quirk for WORLDE Controller KS49 or Prodipe MIDI 49C USB controllerMaxence Duprès2018-09-051-0/+4
|/
* Merge tag 'usb-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-08-183-6/+50
|\
OpenPOWER on IntegriCloud