summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/hub.c
Commit message (Expand)AuthorAgeFilesLines
* USB: fix the clear_tt_buffer interfaceAlan Stern2009-07-131-14/+26
* USB: Support for addressing a USB device under xHCISarah Sharp2009-06-161-19/+55
* USB: Don't reset USB 3.0 devices on port change detection.Sarah Sharp2009-06-161-6/+36
* USB: Add USB 3.0 roothub support to USB core.Sarah Sharp2009-06-161-0/+5
* USB: Add SuperSpeed to the list of USB device speeds.Sarah Sharp2009-06-161-2/+9
* USB: hub.c: fix sparse warningsH Hartley Sweeten2009-06-161-3/+3
* USB: more u32 conversion after transfer_buffer_length and actual_lengthRoel Kluin2009-03-251-1/+1
* USB: don't send Set-Interface after resetAlan Stern2009-03-251-7/+16
* USB: allow libusb to talk to unauthenticated WUSB devicesDavid Vrabel2009-03-251-0/+1
* USB: replace uses of __constant_{endian}Harvey Harrison2009-03-251-4/+4
* USB: fix toggle mismatch in disable_endpoint pathsAlan Stern2009-01-281-2/+2
* drivers/usb/core/hub.c: fix CONFIG_USB_OTG=y buildDavid Brownell2009-01-161-1/+1
* USB: re-enable interface after driver unbindsAlan Stern2009-01-071-1/+1
* USB: utilize the bus notifiersAlan Stern2009-01-071-12/+6Star
* 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/+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