summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/hub.c
Commit message (Expand)AuthorAgeFilesLines
* USB: re-enable interface after driver unbindsAlan Stern2009-01-071-1/+1
* USB: utilize the bus notifiersAlan Stern2009-01-071-12/+6
* USB: make printk messages more searchableWu Fengguang2009-01-071-21/+24
* USB: Enhance usage of pm_message_tAlan Stern2009-01-071-8/+8
* USB: announce new devices earlierAlan Stern2009-01-071-6/+7
* USB: Introduce usb_queue_reset() to do resets from atomic contextsInaky Perez-Gonzalez2009-01-071-0/+43
* USB: add asynchronous autosuspend/autoresume supportAlan Stern2009-01-071-2/+3
* 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/+17
* USB: automatically enable RHSC interruptsAlan Stern2008-08-211-9/+0
* USB: use reset_resume when normal resume failsAlan Stern2008-07-211-3/+17
* USB: Force unbinding of drivers lacking reset_resume or other methodsAlan Stern2008-07-211-6/+21
* USB: fix usb_reset_device and usb_reset_composite_device(take 3)Ming Lei2008-07-211-16/+17
* USB: remove interface parameter of usb_reset_composite_deviceMing Lei2008-07-211-8/+3
* usb: hub: add check for unsupported bus topologyFelipe Balbi2008-07-211-0/+6
* USB: combine hub_quiesce and hub_stopAlan Stern2008-07-211-31/+32
* USB: combine hub_activate and hub_restartAlan Stern2008-07-211-26/+23
* USB: optimize port debouncing during hub activationAlan Stern2008-07-211-5/+27
* USB: try to salvage lost power sessionsAlan Stern2008-07-211-14/+48
* USB: simplify hub_restart() logicAlan Stern2008-07-211-61/+53
* USB: revert "don't use reset-resume if drivers don't support it"Greg Kroah-Hartman2008-07-211-44/+2
* USB: debounce before unregisteringAlan Stern2008-07-211-12/+19
* USB: add new routine for checking port-resume typeAlan Stern2008-07-211-26/+63
* USB: revert "don't lose disconnections during suspend"Greg Kroah-Hartman2008-07-211-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-031-11/+4
* USB: don't use reset-resume if drivers don't support itLinus Torvalds2008-06-111-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-241-3/+11
* wusb: make ep0_reinit available for modulesInaky Perez-Gonzalez2008-04-241-5/+6
* wusb: devices dont use a set addressInaky Perez-Gonzalez2008-04-241-20/+27
* wusb: teach choose_address() about wireless devicesInaky Perez-Gonzalez2008-04-241-9/+31
* USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-241-4/+4
* USB: don't explicitly reenable root-hub status interruptsAlan Stern2008-04-241-9/+0
* USB: log an error message when USB enumeration failsAlan Stern2008-04-241-0/+1
* USB: check serial-number string after device resetAlan Stern2008-04-241-15/+50
* USB: remove CONFIG_USB_PERSIST settingAlan Stern2008-04-241-17/+10
* USB: make USB-PERSIST work after every system sleepAlan Stern2008-04-241-34/+80
* USB: reorganize code in hub.cAlan Stern2008-04-241-26/+32
* USB: EHCI: carry out port handover during each root-hub resumeAlan Stern2008-04-241-0/+6
* drivers: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox2008-04-181-1/+0
* 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/+9
* USB: always announce a device has been added to the systemGreg Kroah-Hartman2008-02-011-12/+24