summaryrefslogtreecommitdiff
path: root/drivers/usb/core/hub.c
AgeCommit message (Expand)AuthorFilesLines
2010-02-26PM: Allow USB devices to suspend/resume asynchronouslyRafael J. Wysocki1-0/+1
2010-01-21USB: Fix duplicate sysfs problem after device reset.Sarah Sharp1-10/+5
2010-01-21USB: add missing delay during remote wakeupAlan Stern1-0/+3
2009-12-23USB: fix bugs in usb_(de)authorize_deviceAlan Stern1-12/+20
2009-12-23USB: rename usb_configure_deviceAlan Stern1-13/+13
2009-12-11USB: core: hub: fix sparse warningFelipe Balbi1-1/+1
2009-12-11USB: Check bandwidth when switching alt settings.Sarah Sharp1-1/+26
2009-12-11USB: prepare for changover to Runtime PM frameworkAlan Stern1-13/+32
2009-12-11USB: add a "remove hardware" sysfs attributeAlan Stern1-2/+48
2009-12-11USB: don't use a fixed DMA mapping for hub status URBsAlan Stern1-7/+2
2009-12-11USB: improved error handling in usb_port_suspend()Oliver Neukum1-2/+7
2009-12-01USB: EHCI: don't send Clear-TT-Buffer following a STALLAlan Stern1-1/+1
2009-09-23USB: Add hub descriptor update hook for xHCISarah Sharp1-0/+14
2009-09-23USB: don't lose mode switch events on suspended devicesAlan Stern1-8/+1
2009-09-23USB: check for hub driver not bound to root hub deviceAlan Stern1-3/+7
2009-09-23USB: make intf.pm_usage an atomic_tAlan Stern1-2/+3
2009-09-23USB: add API for userspace drivers to "claim" portsAlan Stern1-5/+83
2009-07-13USB: fix the clear_tt_buffer interfaceAlan Stern1-14/+26
2009-06-16USB: Support for addressing a USB device under xHCISarah Sharp1-19/+55
2009-06-16USB: Don't reset USB 3.0 devices on port change detection.Sarah Sharp1-6/+36
2009-06-16USB: Add USB 3.0 roothub support to USB core.Sarah Sharp1-0/+5
2009-06-16USB: Add SuperSpeed to the list of USB device speeds.Sarah Sharp1-2/+9
2009-06-16USB: hub.c: fix sparse warningsH Hartley Sweeten1-3/+3
2009-03-25USB: more u32 conversion after transfer_buffer_length and actual_lengthRoel Kluin1-1/+1
2009-03-25USB: don't send Set-Interface after resetAlan Stern1-7/+16
2009-03-25USB: allow libusb to talk to unauthenticated WUSB devicesDavid Vrabel1-0/+1
2009-03-25USB: replace uses of __constant_{endian}Harvey Harrison1-4/+4
2009-01-28USB: fix toggle mismatch in disable_endpoint pathsAlan Stern1-2/+2
2009-01-16drivers/usb/core/hub.c: fix CONFIG_USB_OTG=y buildDavid Brownell1-1/+1
2009-01-07USB: re-enable interface after driver unbindsAlan Stern1-1/+1
2009-01-07USB: utilize the bus notifiersAlan Stern1-12/+6
2009-01-07USB: make printk messages more searchableWu Fengguang1-21/+24
2009-01-07USB: Enhance usage of pm_message_tAlan Stern1-8/+8
2009-01-07USB: announce new devices earlierAlan Stern1-6/+7
2009-01-07USB: Introduce usb_queue_reset() to do resets from atomic contextsInaky Perez-Gonzalez1-0/+43
2009-01-07USB: add asynchronous autosuspend/autoresume supportAlan Stern1-2/+3
2008-10-30USB: prevent autosuspend during hub initializationAlan Stern1-0/+3
2008-10-30USB: fix crash when URBs are unlinked after the device is goneAlan Stern1-0/+1
2008-10-22USB: don't rebind drivers after failed resume or resetAlan Stern1-1/+1
2008-10-18USB: hub.c: Add initial_descriptor_timeout module parameter for usbcoreJaroslav Kysela1-1/+10
2008-10-18USB: change hub initialization sleeps to delayed_workAlan Stern1-10/+81
2008-09-24USB: revert recovery from transient errorsAlan Stern1-22/+17
2008-08-21USB: automatically enable RHSC interruptsAlan Stern1-9/+0
2008-07-22USB: use reset_resume when normal resume failsAlan Stern1-3/+17
2008-07-22USB: Force unbinding of drivers lacking reset_resume or other methodsAlan Stern1-6/+21
2008-07-22USB: fix usb_reset_device and usb_reset_composite_device(take 3)Ming Lei1-16/+17
2008-07-22USB: remove interface parameter of usb_reset_composite_deviceMing Lei1-8/+3
2008-07-22usb: hub: add check for unsupported bus topologyFelipe Balbi1-0/+6
2008-07-22USB: combine hub_quiesce and hub_stopAlan Stern1-31/+32
2008-07-22USB: combine hub_activate and hub_restartAlan Stern1-26/+23