summaryrefslogtreecommitdiff
path: root/drivers/usb/core/hub.h
AgeCommit message (Expand)AuthorFilesLines
2024-04-01Merge 6.9-rc2 into usb-nextGreg Kroah-Hartman1-0/+2
2024-03-27usb: misc: onboard_hub: rename to onboard_devJavier Carrasco1-1/+1
2024-03-26USB: core: Add hub_get() and hub_put() routinesAlan Stern1-0/+2
2023-10-16usb: Inform the USB Type-C class about enumerated devicesHeikki Krogerus1-0/+3
2023-10-02usb: hub: Guard against accesses to uninitialized BOS descriptorsRicardo CaƱuelo1-1/+1
2023-06-13usb: core: add sysfs entry for usb device stateRoy Luo1-0/+4
2022-11-08usb: core: stop USB enumeration if too many retriesRay Chi1-0/+4
2022-07-08usb: core: hub: Create platform devices for onboard hubs in hub_probe()Matthias Kaehlcke1-0/+1
2022-06-12usb: hub: port: add sysfs entry to switch port powerMichael Grzeschik1-0/+3
2021-04-10usb: core: reduce power-on-good delay time of root hubChunfeng Yun1-2/+4
2020-04-16USB: core: Use the correct style for SPDX License IdentifierNishad Kamdar1-1/+1
2020-02-10USB: hub: Fix the broken detection of USB3 device in SMSC hubHardik Gajjar1-0/+1
2019-01-18usb: hub: add retry routine after intr URB submit errorNicolas Saenz Julienne1-0/+2
2018-05-31usb: hub: Per-port setting to use old enumeration schemeNicolas Boichat1-0/+1
2018-03-22usb: core: introduce per-port over-current countersRichard Leitner1-0/+1
2017-11-04USB: core: Remove redundant license textGreg Kroah-Hartman1-9/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2016-01-25usb: Support USB 3.1 extended port status requestMathias Nyman1-0/+7
2015-12-02usb: core: lpm: add sysfs node for usb3 lpm permitLu Baolu1-1/+4
2014-09-24usb: hub: convert khubd into workqueuePetr Mladek1-1/+1
2014-07-10usb: force warm reset to break link re-connect livelockDan Williams1-0/+2
2014-06-18usb: fix hub-port pm_runtime_enable() vs runtime pm transitionsDan Williams1-0/+2
2014-05-28usb: introduce port status lockDan Williams1-2/+2
2014-05-28usb: block suspension of superspeed port while hispeed peer is activeDan Williams1-0/+15
2014-05-28usb: make usb_port flags atomic, rename did_runtime_put to child_usageDan Williams1-4/+3
2014-05-28usb: find internal hub tier mismatch via acpiDan Williams1-0/+2
2014-05-28usb: assign default peer ports for root hubsDan Williams1-0/+2
2014-05-28usb: disable port power control if not supported in wHubCharacteristicsDan Williams1-0/+10
2014-05-28USB: mutual exclusion for resetting a hub and power-managing a portAlan Stern1-0/+1
2014-03-10usbcore: rename struct dev_state to struct usb_dev_stateValentina Manea1-1/+1
2014-01-08USB: core: correct spelling mistakes in comments and warningRahul Bedarkar1-1/+1
2013-07-17USB: global suspend and remote wakeup don't mixAlan Stern1-0/+3
2013-06-18usb: check usb_hub_to_struct_hub() return valueMathias Nyman1-1/+1
2013-01-25usb: add usb port auto power off mechanismLan Tianyu1-0/+21
2013-01-25usb: add runtime pm support for usb port deviceLan Tianyu1-0/+4
2013-01-25USB: fix sign-extension bug in the hub driverAlan Stern1-1/+1
2013-01-19usb: Add driver/usb/core/(port.c,hub.h) filesLan Tianyu1-0/+97
2010-05-21USB: make hub.h public (drivers dependency)Eric Lescouet1-205/+0
2009-07-13USB: fix the clear_tt_buffer interfaceAlan Stern1-2/+4
2009-06-16USB: Add USB 3.0 roothub support to USB core.Sarah Sharp1-0/+3
2008-04-25wusb: make ep0_reinit available for modulesInaky Perez-Gonzalez1-0/+1
2008-04-25USB: defines for USB "Link Power Management" (LPM) ECNDavid Brownell1-2/+6
2008-02-02USB: fix codingstyle issues in drivers/usb/core/*.hGreg Kroah-Hartman1-9/+9
2006-12-02USB: Move private hub declarations out of public header fileAlan Stern1-41/+0
2006-12-02usb/hub: allow hubs up to 31 childreninaky@linux.intel.com1-1/+1
2006-09-27usbcore: khubd and busy-port handlingAlan Stern1-1/+2
2006-01-05[PATCH] USB: Consider power budget when choosing configurationAlan Stern1-1/+2
2005-10-29[PATCH] USB: make wHubCharacteristics __le16 to match other usb descriptor fi...Greg Kroah-Hartman1-1/+1
2005-09-09[PATCH] ehci: add think_timedavid-b@pacbell.net1-0/+7
2005-06-28[PATCH] usbcore: Remove hub_set_power_budgetAlan Stern1-11/+0