summaryrefslogtreecommitdiff
path: root/drivers/usb/core/hub.c
AgeCommit message (Expand)AuthorFilesLines
2008-09-23USB: revert recovery from transient errorsAlan Stern1-22/+17
2008-08-21USB: automatically enable RHSC interruptsAlan Stern1-9/+0
2008-07-21USB: use reset_resume when normal resume failsAlan Stern1-3/+17
2008-07-21USB: Force unbinding of drivers lacking reset_resume or other methodsAlan Stern1-6/+21
2008-07-21USB: fix usb_reset_device and usb_reset_composite_device(take 3)Ming Lei1-16/+17
2008-07-21USB: remove interface parameter of usb_reset_composite_deviceMing Lei1-8/+3
2008-07-21usb: hub: add check for unsupported bus topologyFelipe Balbi1-0/+6
2008-07-21USB: combine hub_quiesce and hub_stopAlan Stern1-31/+32
2008-07-21USB: combine hub_activate and hub_restartAlan Stern1-26/+23
2008-07-21USB: optimize port debouncing during hub activationAlan Stern1-5/+27
2008-07-21USB: try to salvage lost power sessionsAlan Stern1-14/+48
2008-07-21USB: simplify hub_restart() logicAlan Stern1-61/+53
2008-07-21USB: revert "don't use reset-resume if drivers don't support it"Greg Kroah-Hartman1-44/+2
2008-07-21USB: debounce before unregisteringAlan Stern1-12/+19
2008-07-21USB: add new routine for checking port-resume typeAlan Stern1-26/+63
2008-07-21USB: revert "don't lose disconnections during suspend"Greg Kroah-Hartman1-4/+11
2008-07-06Revert "USB: don't explicitly reenable root-hub status interrupts"Linus Torvalds1-0/+9
2008-07-03USB: don't lose disconnections during suspendAlan Stern1-11/+4
2008-06-11USB: don't use reset-resume if drivers don't support itLinus Torvalds1-2/+44
2008-05-29USB: EHCI: suppress unwanted error messagesAlan Stern1-1/+5
2008-05-29USB: fix possible deadlock involving sysfs attributesAlan Stern1-0/+9
2008-04-24usb: don't update devnum for wusb devicesDavid Vrabel1-3/+11
2008-04-24wusb: make ep0_reinit available for modulesInaky Perez-Gonzalez1-5/+6
2008-04-24wusb: devices dont use a set addressInaky Perez-Gonzalez1-20/+27
2008-04-24wusb: teach choose_address() about wireless devicesInaky Perez-Gonzalez1-9/+31
2008-04-24USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-4/+4
2008-04-24USB: don't explicitly reenable root-hub status interruptsAlan Stern1-9/+0
2008-04-24USB: log an error message when USB enumeration failsAlan Stern1-0/+1
2008-04-24USB: check serial-number string after device resetAlan Stern1-15/+50
2008-04-24USB: remove CONFIG_USB_PERSIST settingAlan Stern1-17/+10
2008-04-24USB: make USB-PERSIST work after every system sleepAlan Stern1-34/+80
2008-04-24USB: reorganize code in hub.cAlan Stern1-26/+32
2008-04-24USB: EHCI: carry out port handover during each root-hub resumeAlan Stern1-0/+6
2008-04-18drivers: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox1-1/+0
2008-02-01USB: mark USB drivers as being GPL onlyGreg Kroah-Hartman1-2/+3
2008-02-01USB: Export suspend statisticsSarah Sharp1-1/+9
2008-02-01USB: updates to usb_reset_composite_device()Alan Stern1-23/+9
2008-02-01USB: always announce a device has been added to the systemGreg Kroah-Hartman1-12/+24
2008-02-01USB: force handover port to companion when hub_port_connect_change failsBalaji Rao1-0/+3
2008-02-01USB: use GFP_NOIO in reset pathOliver Neukum1-1/+1
2007-12-17USB: fix locking loop by avoiding flush_scheduled_workAlan Stern1-3/+3
2007-11-28USB: Fix priority mistakes in drivers/usb/core/hub.cRoel Kluin1-1/+1
2007-10-18freezer: introduce freezer-friendly waiting macrosRafael J. Wysocki1-2/+1
2007-10-15docbook: fix usb contentRandy Dunlap1-1/+5
2007-10-12USB: mutual exclusion for EHCI init and port resetsAlan Stern1-1/+14
2007-10-12USB: fix limited_power setting mistake in hub.cjidong xiao1-2/+2
2007-10-12USB: flush outstanding URBs when suspendingAlan Stern1-8/+1
2007-10-12USB: remove traces of urb->status from usbcoreAlan Stern1-4/+4
2007-10-12USB: rename choose_configurationGreg Kroah-Hartman1-1/+1
2007-10-12usb: introduce usb_authorize/deauthorize()Inaky Perez-Gonzalez1-0/+81