aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/hub.c
Commit message (Expand)AuthorAgeFilesLines
...
* USB: straighten out port feature vs. port status usageAlan Stern2010-05-201-1/+1
* USB: remove bogus USB_PORT_FEAT_*_SPEED symbolsAlan Stern2010-05-201-4/+4
* USB: make hcd.h public (drivers dependency)Eric Lescouet2010-05-201-2/+1
* USB hub: make USB device id constantNémeth Márton2010-03-021-1/+1
* USB: Move hcd free_dev call into usb_disconnect to fix oopsHerbert Xu2010-03-021-0/+12
* USB: convert to the runtime PM frameworkAlan Stern2010-03-021-50/+15
* USB: implement usb_enable_autosuspendAlan Stern2010-03-021-0/+3
* USB: consolidate remote wakeup routinesAlan Stern2010-03-021-9/+4
* USB: rename USB_SPEED_VARIABLE to USB_SPEED_WIRELESSGreg Kroah-Hartman2010-03-021-3/+3
* USB: retain USB device power/wakeup setting across reconfigurationDan Streetman2010-03-021-4/+12
* USB: Add call to notify xHC of a device reset.Sarah Sharp2010-03-021-8/+11
* PM: Allow USB devices to suspend/resume asynchronouslyRafael J. Wysocki2010-02-261-0/+1
* USB: Fix duplicate sysfs problem after device reset.Sarah Sharp2010-01-201-10/+5
* USB: add missing delay during remote wakeupAlan Stern2010-01-201-0/+3
* USB: fix bugs in usb_(de)authorize_deviceAlan Stern2009-12-231-12/+20
* USB: rename usb_configure_deviceAlan Stern2009-12-231-13/+13
* USB: core: hub: fix sparse warningFelipe Balbi2009-12-111-1/+1
* USB: Check bandwidth when switching alt settings.Sarah Sharp2009-12-111-1/+26
* USB: prepare for changover to Runtime PM frameworkAlan Stern2009-12-111-13/+32
* USB: add a "remove hardware" sysfs attributeAlan Stern2009-12-111-2/+48
* USB: don't use a fixed DMA mapping for hub status URBsAlan Stern2009-12-111-7/+2
* USB: improved error handling in usb_port_suspend()Oliver Neukum2009-12-111-2/+7
* USB: EHCI: don't send Clear-TT-Buffer following a STALLAlan Stern2009-11-301-1/+1
* USB: Add hub descriptor update hook for xHCISarah Sharp2009-09-231-0/+14
* USB: don't lose mode switch events on suspended devicesAlan Stern2009-09-231-8/+1
* USB: check for hub driver not bound to root hub deviceAlan Stern2009-09-231-3/+7
* USB: make intf.pm_usage an atomic_tAlan Stern2009-09-231-2/+3
* USB: add API for userspace drivers to "claim" portsAlan Stern2009-09-231-5/+83
* USB: fix the clear_tt_buffer interfaceAlan Stern2009-07-121-14/+26
* USB: Support for addressing a USB device under xHCISarah Sharp2009-06-151-19/+55
* USB: Don't reset USB 3.0 devices on port change detection.Sarah Sharp2009-06-151-6/+36
* USB: Add USB 3.0 roothub support to USB core.Sarah Sharp2009-06-151-0/+5
* USB: Add SuperSpeed to the list of USB device speeds.Sarah Sharp2009-06-151-2/+9
* USB: hub.c: fix sparse warningsH Hartley Sweeten2009-06-151-3/+3
* USB: more u32 conversion after transfer_buffer_length and actual_lengthRoel Kluin2009-03-241-1/+1
* USB: don't send Set-Interface after resetAlan Stern2009-03-241-7/+16
* USB: allow libusb to talk to unauthenticated WUSB devicesDavid Vrabel2009-03-241-0/+1
* USB: replace uses of __constant_{endian}Harvey Harrison2009-03-241-4/+4
* USB: fix toggle mismatch in disable_endpoint pathsAlan Stern2009-01-271-2/+2
* drivers/usb/core/hub.c: fix CONFIG_USB_OTG=y buildDavid Brownell2009-01-151-1/+1
* 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