summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/hub.c
Commit message (Expand)AuthorAgeFilesLines
* USB: prevent autosuspend during hub initializationAlan Stern2008-10-291-0/+3
* USB: fix crash when URBs are unlinked after the device is goneAlan Stern2008-10-291-0/+1
* USB: don't rebind drivers after failed resume or resetAlan Stern2008-10-221-1/+1
* USB: hub.c: Add initial_descriptor_timeout module parameter for usbcoreJaroslav Kysela2008-10-171-1/+10
* USB: change hub initialization sleeps to delayed_workAlan Stern2008-10-171-10/+81
* USB: revert recovery from transient errorsAlan Stern2008-09-231-22/+17Star
* USB: automatically enable RHSC interruptsAlan Stern2008-08-211-9/+0Star
* USB: use reset_resume when normal resume failsAlan Stern2008-07-221-3/+17
* USB: Force unbinding of drivers lacking reset_resume or other methodsAlan Stern2008-07-221-6/+21
* USB: fix usb_reset_device and usb_reset_composite_device(take 3)Ming Lei2008-07-221-16/+17
* USB: remove interface parameter of usb_reset_composite_deviceMing Lei2008-07-221-8/+3Star
* usb: hub: add check for unsupported bus topologyFelipe Balbi2008-07-221-0/+6
* USB: combine hub_quiesce and hub_stopAlan Stern2008-07-221-31/+32
* USB: combine hub_activate and hub_restartAlan Stern2008-07-221-26/+23Star
* USB: optimize port debouncing during hub activationAlan Stern2008-07-221-5/+27
* USB: try to salvage lost power sessionsAlan Stern2008-07-221-14/+48
* USB: simplify hub_restart() logicAlan Stern2008-07-221-61/+53Star
* USB: revert "don't use reset-resume if drivers don't support it"Greg Kroah-Hartman2008-07-221-44/+2Star
* USB: debounce before unregisteringAlan Stern2008-07-221-12/+19
* USB: add new routine for checking port-resume typeAlan Stern2008-07-221-26/+63
* USB: revert "don't lose disconnections during suspend"Greg Kroah-Hartman2008-07-221-4/+11
* Revert "USB: don't explicitly reenable root-hub status interrupts"Linus Torvalds2008-07-061-0/+9
* USB: don't lose disconnections during suspendAlan Stern2008-07-041-11/+4Star
* USB: don't use reset-resume if drivers don't support itLinus Torvalds2008-06-121-2/+44
* USB: EHCI: suppress unwanted error messagesAlan Stern2008-05-291-1/+5
* USB: fix possible deadlock involving sysfs attributesAlan Stern2008-05-291-0/+9
* usb: don't update devnum for wusb devicesDavid Vrabel2008-04-251-3/+11
* wusb: make ep0_reinit available for modulesInaky Perez-Gonzalez2008-04-251-5/+6
* wusb: devices dont use a set addressInaky Perez-Gonzalez2008-04-251-20/+27
* wusb: teach choose_address() about wireless devicesInaky Perez-Gonzalez2008-04-251-9/+31
* USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-251-4/+4
* USB: don't explicitly reenable root-hub status interruptsAlan Stern2008-04-251-9/+0Star
* USB: log an error message when USB enumeration failsAlan Stern2008-04-251-0/+1
* USB: check serial-number string after device resetAlan Stern2008-04-251-15/+50
* USB: remove CONFIG_USB_PERSIST settingAlan Stern2008-04-251-17/+10Star
* USB: make USB-PERSIST work after every system sleepAlan Stern2008-04-251-34/+80
* USB: reorganize code in hub.cAlan Stern2008-04-251-26/+32
* USB: EHCI: carry out port handover during each root-hub resumeAlan Stern2008-04-251-0/+6
* drivers: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox2008-04-191-1/+0Star
* USB: mark USB drivers as being GPL onlyGreg Kroah-Hartman2008-02-011-2/+3
* USB: Export suspend statisticsSarah Sharp2008-02-011-1/+9
* USB: updates to usb_reset_composite_device()Alan Stern2008-02-011-23/+9Star
* USB: always announce a device has been added to the systemGreg Kroah-Hartman2008-02-011-12/+24
* USB: force handover port to companion when hub_port_connect_change failsBalaji Rao2008-02-011-0/+3
* USB: use GFP_NOIO in reset pathOliver Neukum2008-02-011-1/+1
* USB: fix locking loop by avoiding flush_scheduled_workAlan Stern2007-12-171-3/+3
* USB: Fix priority mistakes in drivers/usb/core/hub.cRoel Kluin2007-11-281-1/+1
* freezer: introduce freezer-friendly waiting macrosRafael J. Wysocki2007-10-181-2/+1Star
* docbook: fix usb contentRandy Dunlap2007-10-161-1/+5
* USB: mutual exclusion for EHCI init and port resetsAlan Stern2007-10-121-1/+14