summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core
Commit message (Expand)AuthorAgeFilesLines
* USB: Add LPM quirk for Surface Dock GigE adapterMaximilian Luz2019-06-091-0/+3
* USB: Fix slab-out-of-bounds write in usb_get_bos_descriptorAlan Stern2019-06-091-2/+2
* usb: core: Add PM runtime calls to usb_hcd_platform_shutdownTony Lindgren2019-05-311-0/+3
* USB: core: Don't unbind interfaces following device reset failureAlan Stern2019-05-311-1/+4
* USB: core: Fix bug caused by duplicate interface PM usage counterAlan Stern2019-05-081-13/+0
* USB: core: Fix unterminated string returned by usb_string()Alan Stern2019-05-081-1/+3
* USB: Consolidate LPM checks to avoid enabling LPM twiceKai-Heng Feng2019-05-023-13/+13
* USB: Add new USB LPM helpersKai-Heng Feng2019-05-025-11/+30
* usb: hub: delay hub autosuspend if USB3 port is still link trainingMathias Nyman2019-02-121-0/+10
* USB: leds: fix regression in usbport led triggerChristian Lamparter2019-01-311-7/+10
* USB: Add USB_QUIRK_DELAY_CTRL_MSG quirk for Corsair K70 RGBJack Stocker2019-01-161-1/+2
* USB: check usb_get_extra_descriptor for proper sizeMathias Payer2018-12-132-4/+4
* usb: quirk: add no-LPM quirk on SanDisk Ultra Flair deviceHarry Pan2018-12-131-0/+4
* usb: core: quirks: add RESET_RESUME quirk for Cherry G230 Stream seriesMichael Niewöhner2018-12-051-0/+3
* usb: core: Fix hub port connection events lostDennis Wassenberg2018-12-011-1/+3
* usb: quirks: Add delay-init quirk for Corsair K70 LUX RGBEmmanuel Pescosta2018-11-271-0/+3
* USB: Wait for extra delay time after USB_PORT_FEAT_RESET for quirky hubKai-Heng Feng2018-11-272-3/+17
* USB: quirks: Add no-lpm quirk for Raydium touchscreensKai-Heng Feng2018-11-271-0/+5
* 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
|\ \