aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/hub.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-04usb, kcov: collect coverage from hub_eventAndrey Konovalov1-0/+5
2019-11-07usb: Allow USB device to be warm reset in suspended stateKai-Heng Feng1-3/+2
2019-10-10usb: hub: Check device descriptor before resusciationDavid Heinzelmann1-85/+111
2019-07-03usb: Handle USB3 remote wakeup for LPM enabled devices correctlyLee, Chiasheng1-2/+5
2019-06-20USB: core: correct a spelling mistake in the commentHarry Pan1-1/+1
2019-06-05usb: Add devaddr in struct usb_deviceJim Lin1-1/+3
2019-05-21usb: core: hub: Disable hub-initiated U1/U2Thinh Nguyen1-12/+16
2019-05-21usb: core: hub: Enable/disable U1/U2 in configured stateThinh Nguyen1-2/+2
2019-05-03Merge tag 'usb-for-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman1-3/+4
2019-05-03USB: Export usb_wakeup_enabled_descendants()Douglas Anderson1-3/+4
2019-04-17USB: core: Don't unbind interfaces following device reset failureAlan Stern1-1/+4
2019-04-16USB: hub: Remove returned value 'status' since never usedMathieu Malaterre1-7/+6
2019-02-08usb: handle warm-reset port requests on hub resumeJan-Marek Glogowski1-0/+7
2019-01-18USB: Consolidate LPM checks to avoid enabling LPM twiceKai-Heng Feng1-8/+4
2019-01-18USB: Add new USB LPM helpersKai-Heng Feng1-6/+6
2019-01-18usb: hub: add retry routine after intr URB submit errorNicolas Saenz Julienne1-6/+37
2018-12-10Merge 4.20-rc6 into usb-nextGreg Kroah-Hartman1-2/+3
2018-12-05USB: check usb_get_extra_descriptor for proper sizeMathias Payer1-1/+1
2018-12-05USB: Fix invalid-free bug in port_over_current_notify()Alan Stern1-1/+2
2018-12-05usb: hub: delay hub autosuspend if USB3 port is still link trainingMathias Nyman1-0/+10
2018-11-14usb: core: Fix hub port connection events lostDennis Wassenberg1-1/+3
2018-11-07USB: Wait for extra delay time after USB_PORT_FEAT_RESET for quirky hubKai-Heng Feng1-3/+11
2018-10-09usb: core: fix memory leak on port_dev_path allocationColin Ian King1-1/+3
2018-10-02usb: hub: try old enumeration scheme first for high speed devicesZeng Tao1-1/+3
2018-09-28usb: core: added uevent for over-currentJon Flatley1-0/+36
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-06-25USB: Report wakeup events on root-hub portsAlan Stern1-0/+42
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
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 Boichat1-4/+9
2018-04-30Merge 4.17-rc3 into usb-nextGreg Kroah-Hartman1-1/+9
2018-04-25usb: do not reset if a low-speed or full-speed device timed outMaxim Moseychuk1-1/+3
2018-04-22USB: show USB 3.2 Dual-lane devices as Gen Xx2 during device enumerationMathias Nyman1-2/+5
2018-04-22USB: Add support to store lane count used by USB 3.2Mathias Nyman1-0/+8
2018-04-22usb: hub: Don't wait for connect state at resume for powered-off portsDominik Bozek1-0/+4
2018-04-22USB: Increment wakeup count on remote wakeup.Ravi Chandra Sadineni1-1/+9
2018-03-25USB: announce bcdDevice as well as idVendor, idProduct.Benson Leung1-2/+6
2018-03-23usb: hub: Reduce warning to notice on power lossTomeu Vizoso1-1/+1
2018-03-22usb: core: introduce per-port over-current countersRichard Leitner1-1/+3
2018-03-09usb: Don't disable Latency tolerance Messaging (LTM) before port resetMathias Nyman1-9/+3
2017-12-18Merge 4.15-rc4 into usb-nextGreg Kroah-Hartman1-0/+9
2017-12-15usb: core: add support for USB_REQ_SET_ISOCH_DELAYFelipe Balbi1-0/+30
2017-12-06usb: core: Fix logging messages with spurious periods after newlinesJoe Perches1-10/+7
2017-11-28usb: hub: Cycle HUB power when initialization failsMike Looijmans1-0/+9
2017-11-07usb: core: introduce a new usb_get_std_status() helperFelipe Balbi1-4/+4
2017-11-03USB: core: move existing SPDX tags to top of the fileGreg Kroah-Hartman1-1/+1
2017-10-23Merge 4.14-rc6 into usb-nextGreg Kroah-Hartman1-4/+7
2017-10-23USB: Force disconnect Huawei 4G modem during suspendDaniel Drake1-0/+13
2017-10-19usb: hub: Allow reset retry for USB2 devices on connect bounceMathias Nyman1-4/+7