summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core
Commit message (Expand)AuthorAgeFilesLines
* USB: remove LPM management from usb_driver_claim_interface()Alan Stern2018-10-031-15/+0
* USB: usbdevfs: restore warning for nonsensical flagsOliver Neukum2018-10-031-0/+5
* USB: usbdevfs: sanitize flags moreOliver Neukum2018-10-031-3/+16
* usb: core: safely deal with the dynamic quirk listsHarry Pan2018-10-031-1/+2
* USB: handle NULL config in usb_find_alt_setting()Alan Stern2018-10-031-0/+2
* USB: fix error handling in usb_driver_claim_interface()Alan Stern2018-10-031-0/+15
* USB: add quirk for WORLDE Controller KS49 or Prodipe MIDI 49C USB controllerMaxence Duprès2018-09-261-0/+4
* usb: Avoid use-after-free by flushing endpoints early in usb_set_interface()Mathias Nyman2018-09-261-0/+11
* USB: Add quirk to support DJI CineSSDTim Anderson2018-09-261-0/+3
* usb: Don't die twice if PCI xhci host is not responding in resumeMathias Nyman2018-09-261-2/+0
* 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
| * usb: core: phy: add missing forward declaration for "struct device"Martin Blumenstingl2018-04-221-0/+1
| * usb: core: phy: make it a no-op if CONFIG_GENERIC_PHY is disabledMartin Blumenstingl2018-04-221-0/+3
| * usb: core: use phy_exit during suspend if wake up is not supportedMartin Blumenstingl2018-04-223-3/+45
| * usb: core: split usb_phy_roothub_{init,alloc}Martin Blumenstingl2018-04-223-30/+37
| * usb: core: phy: fix return value of usb_phy_roothub_exit()Martin Blumenstingl2018-04-221-1/+1
| * usb: core: Add quirk for HP v222w 16GB MiniKamil Lulko2018-04-221-0/+3
| * USB: Increment wakeup count on remote wakeup.Ravi Chandra Sadineni2018-04-222-1/+10
* | usb: do not reset if a low-speed or full-speed device timed outMaxim Moseychuk2018-04-251-1/+3
* | usb: core: hcd: mark expected switch fall-throughGustavo A. R. Silva2018-04-231-0/+1
* | USB: USB 3.2 Add sysfs entries for a usb device rx_lanes and tx_lanesMathias Nyman2018-04-221-0/+22
* | USB: show USB 3.2 Dual-lane devices as Gen Xx2 during device enumerationMathias Nyman2018-04-221-2/+5
* | usb: set root hub lane countsMathias Nyman2018-04-221-0/+5
* | USB: Add support to store lane count used by USB 3.2Mathias Nyman2018-04-221-0/+8
* | usb: define HCD_USB32 speed option for hosts that support USB 3.2 dual-laneMathias Nyman2018-04-221-0/+3
* | usb: hub: Don't wait for connect state at resume for powered-off portsDominik Bozek2018-04-221-0/+4
* | USB: core: hcd: drop support for legacy physJohan Hovold2018-04-221-35/+3
|/
* Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-04-071-8/+2
|\
| * Merge tag 'v4.16-rc6' into next-generalJames Morris2018-03-232-1/+9
| |\
| * | usb, signal, security: only pass the cred, not the secid, to kill_pid_info_as...Stephen Smalley2018-03-071-8/+2
* | | usb: core: Add USB_QUIRK_DELAY_CTRL_MSG to usbcore quirksKai-Heng Feng2018-03-251-0/+3
* | | usb: core: Copy parameter string correctly and remove superfluous null checkKai-Heng Feng2018-03-251-2/+7
* | | USB: announce bcdDevice as well as idVendor, idProduct.Benson Leung2018-03-251-2/+6
* | | USB:fix USB3 devices behind USB3 hubs not resuming at hibernate thawZhengjun Xing2018-03-231-2/+7
* | | usb: hub: Reduce warning to notice on power lossTomeu Vizoso2018-03-231-1/+1
* | | usb: skip phys initialization of shared hcdChunfeng Yun2018-03-221-1/+1
* | | usb: core: introduce per-port over-current countersRichard Leitner2018-03-223-1/+14