aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-14usb: core: Fix hub port connection events lostDennis Wassenberg1-1/+3
2018-11-07USB: quirks: Add no-lpm quirk for Raydium touchscreensKai-Heng Feng1-0/+5
2018-11-07usb: quirks: Add delay-init quirk for Corsair K70 LUX RGBEmmanuel Pescosta1-0/+3
2018-11-07USB: Wait for extra delay time after USB_PORT_FEAT_RESET for quirky hubKai-Heng Feng2-3/+17
2018-10-26Merge tag 'usb-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds7-27/+84
2018-10-24Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-2/+2
2018-10-16USB: fix the usbfs flag sanitization for control transfersAlan Stern1-2/+2
2018-10-09USB: core: remove set but not used variable 'udev'YueHaibing1-3/+0
2018-10-09usb: core: fix memory leak on port_dev_path allocationColin Ian King1-1/+3
2018-10-03signal: Distinguish between kernel_siginfo and siginfoEric W. Biederman1-2/+2
2018-10-02usb: export firmware port location in sysfsBjørn Mork1-0/+10
2018-10-02usb: hub: try old enumeration scheme first for high speed devicesZeng Tao1-1/+3
2018-09-30Merge 4.19-rc6 into usb-nextGreg Kroah-Hartman4-18/+39
2018-09-28usb: core: added uevent for over-currentJon Flatley1-0/+36
2018-09-20usb: core: safely deal with the dynamic quirk listsHarry Pan1-1/+2
2018-09-20usbcore: Select UAC3 configuration for audio if presentSaranya Gopal1-0/+27
2018-09-20USB: handle NULL config in usb_find_alt_setting()Alan Stern1-0/+2
2018-09-20USB: fix error handling in usb_driver_claim_interface()Alan Stern1-0/+15
2018-09-20USB: remove LPM management from usb_driver_claim_interface()Alan Stern1-15/+0
2018-09-20USB: usbdevfs: restore warning for nonsensical flagsOliver Neukum1-0/+5
2018-09-20USB: usbdevfs: sanitize flags moreOliver Neukum1-3/+16
2018-09-16Merge 4.19-rc4 into usb-nextGreg Kroah-Hartman4-28/+18
2018-09-11usb: core: remove flags variable in __usb_hcd_giveback_urb()Sebastian Andrzej Siewior1-1/+0
2018-09-10usb: Change usb_of_get_companion_dev() place to usb/commonYoshihiro Shimoda1-26/+0
2018-09-10usb: core: phy: clean up return value check about devm_of_phy_get_by_index()Chunfeng Yun1-3/+4
2018-09-10USB: Removing NULL check for pool since dma_pool_destroy is safeSalil Kapur1-6/+2
2018-09-10usb: core: remove local_irq_save() around ->complete() handlerSebastian Andrzej Siewior1-13/+0
2018-09-05usb: Avoid use-after-free by flushing endpoints early in usb_set_interface()Mathias Nyman1-0/+11
2018-09-05usb: Don't die twice if PCI xhci host is not responding in resumeMathias Nyman1-2/+0
2018-09-05USB: Add quirk to support DJI CineSSDTim Anderson1-0/+3
2018-09-05USB: add quirk for WORLDE Controller KS49 or Prodipe MIDI 49C USB controllerMaxence Duprès1-0/+4
2018-08-18Merge tag 'usb-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds3-6/+50
2018-08-14Merge tag 'leds-for-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-ledsLinus Torvalds1-21/+13
2018-07-30Merge 4.18-rc7 into usb-nextGreg Kroah-Hartman1-2/+6
2018-07-21usb: core: handle hub C_PORT_OVER_CURRENT conditionBin Liu1-2/+6
2018-07-16Merge 4.18-rc5 into usb-nextGreg Kroah-Hartman1-0/+4
2018-07-06usb: quirks: add delay quirks for Corsair StrafeNico Sneck1-0/+4
2018-07-05usb: simplify usbport triggerUwe Kleine-König1-20/+11
2018-07-05leds: triggers: let struct led_trigger::activate() return an error codeUwe Kleine-König1-3/+4
2018-06-28usb: usbfs: use irqsave() in USB's complete callbackSebastian Andrzej Siewior1-2/+3
2018-06-28usb: core: use irqsave() in sg_complete() complete callbackSebastian Andrzej Siewior1-4/+5
2018-06-25USB: Report wakeup events on root-hub portsAlan Stern1-0/+42
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook2-6/+7
2018-06-05Merge tag 'driver-core-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-0/+1
2018-05-31USB: core: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-21/+5
2018-05-31usb: hub: Per-port setting to reduce TRSTRCY to 10 msNicolas Boichat1-1/+5
2018-05-31usb: hub: Per-port setting to use old enumeration schemeNicolas Boichat3-4/+33
2018-05-31usb: core: message: remove extra endianness conversion in usb_set_isoch_delayRuslan Bilovol1-1/+1
2018-05-31driver core: hold dev's parent lock when neededMartin Liu1-0/+1