summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Merge 4.18-rc7 into usb-nextGreg Kroah-Hartman2018-07-301-2/+6
| |\
| * \ Merge 4.18-rc5 into usb-nextGreg Kroah-Hartman2018-07-161-0/+4
| |\ \
| * | | usb: usbfs: use irqsave() in USB's complete callbackSebastian Andrzej Siewior2018-06-281-2/+3
| * | | usb: core: use irqsave() in sg_complete() complete callbackSebastian Andrzej Siewior2018-06-281-4/+5
| * | | USB: Report wakeup events on root-hub portsAlan Stern2018-06-251-0/+42
* | | | Merge tag 'leds-for-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-08-141-21/+13
|\ \ \ \ | |_|_|/ |/| | |
| * | | usb: simplify usbport triggerUwe Kleine-König2018-07-051-20/+11
| * | | leds: triggers: let struct led_trigger::activate() return an error codeUwe Kleine-König2018-07-051-3/+4
| |/ /
* | | usb: core: handle hub C_PORT_OVER_CURRENT conditionBin Liu2018-07-211-2/+6
| |/ |/|
* | usb: quirks: add delay quirks for Corsair StrafeNico Sneck2018-07-061-0/+4
|/
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+1
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-122-6/+7
* Merge tag 'driver-core-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-06-051-0/+1
|\
| * driver core: hold dev's parent lock when neededMartin Liu2018-05-311-0/+1
* | USB: core: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2018-05-311-21/+5
* | usb: hub: Per-port setting to reduce TRSTRCY to 10 msNicolas Boichat2018-05-311-1/+5
* | usb: hub: Per-port setting to use old enumeration schemeNicolas Boichat2018-05-313-4/+33
* | usb: core: message: remove extra endianness conversion in usb_set_isoch_delayRuslan Bilovol2018-05-311-1/+1
* | Merge 4.17-rc4 into usb-nextGreg Kroah-Hartman2018-05-081-1/+3
|\ \
| * | USB: Accept bulk endpoints with 1024-byte maxpacketAlan Stern2018-05-031-1/+3
| |/
* | Merge 4.17-rc3 into usb-nextGreg Kroah-Hartman2018-04-305-33/+110
|\ \ | |/
| * usb: core: phy: add the SPDX-License-Identifier and include guardMartin Blumenstingl2018-04-231-0/+12
OpenPOWER on IntegriCloud