summaryrefslogtreecommitdiff
path: root/drivers/usb/core/hub.c
AgeCommit message (Expand)Author
2019-07-31usb: core: hub: Disable hub-initiated U1/U2Thinh Nguyen
2019-07-26usb: Handle USB3 remote wakeup for LPM enabled devices correctlyLee, Chiasheng
2019-05-03Merge tag 'usb-for-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman
2019-05-03USB: Export usb_wakeup_enabled_descendants()Douglas Anderson
2019-04-17USB: core: Don't unbind interfaces following device reset failureAlan Stern
2019-04-16USB: hub: Remove returned value 'status' since never usedMathieu Malaterre
2019-02-08usb: handle warm-reset port requests on hub resumeJan-Marek Glogowski
2019-01-18USB: Consolidate LPM checks to avoid enabling LPM twiceKai-Heng Feng
2019-01-18USB: Add new USB LPM helpersKai-Heng Feng
2019-01-18usb: hub: add retry routine after intr URB submit errorNicolas Saenz Julienne
2018-12-10Merge 4.20-rc6 into usb-nextGreg Kroah-Hartman
2018-12-05USB: check usb_get_extra_descriptor for proper sizeMathias Payer
2018-12-05USB: Fix invalid-free bug in port_over_current_notify()Alan Stern
2018-12-05usb: hub: delay hub autosuspend if USB3 port is still link trainingMathias Nyman
2018-11-14usb: core: Fix hub port connection events lostDennis Wassenberg
2018-11-07USB: Wait for extra delay time after USB_PORT_FEAT_RESET for quirky hubKai-Heng Feng
2018-10-09usb: core: fix memory leak on port_dev_path allocationColin Ian King
2018-10-02usb: hub: try old enumeration scheme first for high speed devicesZeng Tao
2018-09-28usb: core: added uevent for over-currentJon Flatley
2018-07-30Merge 4.18-rc7 into usb-nextGreg Kroah-Hartman
2018-07-21usb: core: handle hub C_PORT_OVER_CURRENT conditionBin Liu
2018-06-25USB: Report wakeup events on root-hub portsAlan Stern
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-05-31usb: hub: Per-port setting to reduce TRSTRCY to 10 msNicolas Boichat
2018-05-31usb: hub: Per-port setting to use old enumeration schemeNicolas Boichat
2018-04-30Merge 4.17-rc3 into usb-nextGreg Kroah-Hartman
2018-04-25usb: do not reset if a low-speed or full-speed device timed outMaxim Moseychuk
2018-04-22USB: show USB 3.2 Dual-lane devices as Gen Xx2 during device enumerationMathias Nyman
2018-04-22USB: Add support to store lane count used by USB 3.2Mathias Nyman
2018-04-22usb: hub: Don't wait for connect state at resume for powered-off portsDominik Bozek
2018-04-22USB: Increment wakeup count on remote wakeup.Ravi Chandra Sadineni
2018-03-25USB: announce bcdDevice as well as idVendor, idProduct.Benson Leung
2018-03-23usb: hub: Reduce warning to notice on power lossTomeu Vizoso
2018-03-22usb: core: introduce per-port over-current countersRichard Leitner
2018-03-09usb: Don't disable Latency tolerance Messaging (LTM) before port resetMathias Nyman
2017-12-18Merge 4.15-rc4 into usb-nextGreg Kroah-Hartman
2017-12-15usb: core: add support for USB_REQ_SET_ISOCH_DELAYFelipe Balbi
2017-12-06usb: core: Fix logging messages with spurious periods after newlinesJoe Perches
2017-11-28usb: hub: Cycle HUB power when initialization failsMike Looijmans
2017-11-07usb: core: introduce a new usb_get_std_status() helperFelipe Balbi
2017-11-03USB: core: move existing SPDX tags to top of the fileGreg Kroah-Hartman
2017-10-23Merge 4.14-rc6 into usb-nextGreg Kroah-Hartman
2017-10-23USB: Force disconnect Huawei 4G modem during suspendDaniel Drake
2017-10-19usb: hub: Allow reset retry for USB2 devices on connect bounceMathias Nyman
2017-09-18usb: Increase quirk delay for USB devicesDmitry Fleytman
2017-08-16usb: Increase root hub reset signaling time to prevent retryMathias Nyman
2017-08-14Merge 4.13-rc5 into usb-nextGreg Kroah-Hartman
2017-08-10USB: Check for dropped connection before switching to full speedAlan Stern
2017-07-22usb: core: hub: controller driver name may be NULLPeter Chen
2017-06-29USB hub_probe: rework ugly goto-into-compound-statementEugene Korenevsky