aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/hub.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-22USB: accept some invalid ep0-maxpacket valuesAlan Stern1-3/+6
2010-10-22usb: Fix issue with USB 3.0 devices after system resumeSarah Sharp1-0/+3
2010-10-22USB: core: use kernel assigned address for devices under xHCIAndiry Xu1-14/+13
2010-10-22USB: core: update comment to match current function nameWolfram Sang1-1/+1
2010-08-10USB delay init quirk for logitech Harmony 700-series devicesPhil Dibowitz1-1/+5
2010-08-10USB-BKL: Convert usb_driver ioctl to unlocked_ioctlAndi Kleen1-1/+2
2010-08-10USB: EHCI: EHCI 1.1 addendum: Basic LPM feature supportAlek Du1-1/+3
2010-07-26USB: Fix USB3.0 Port Speed Downgrade after port resetSarah Sharp1-0/+2
2010-05-20USB: usbcore: Do not disable USB3 protocol ports in hub_activate()Andiry Xu1-2/+14
2010-05-20USB: don't enable remote wakeup by defaultAlan Stern1-1/+0
2010-05-20USB: straighten out port feature vs. port status usageAlan Stern1-1/+1
2010-05-20USB: remove bogus USB_PORT_FEAT_*_SPEED symbolsAlan Stern1-4/+4
2010-05-20USB: make hcd.h public (drivers dependency)Eric Lescouet1-2/+1
2010-03-02USB hub: make USB device id constantNémeth Márton1-1/+1
2010-03-02USB: Move hcd free_dev call into usb_disconnect to fix oopsHerbert Xu1-0/+12
2010-03-02USB: convert to the runtime PM frameworkAlan Stern1-50/+15
2010-03-02USB: implement usb_enable_autosuspendAlan Stern1-0/+3
2010-03-02USB: consolidate remote wakeup routinesAlan Stern1-9/+4
2010-03-02USB: rename USB_SPEED_VARIABLE to USB_SPEED_WIRELESSGreg Kroah-Hartman1-3/+3
2010-03-02USB: retain USB device power/wakeup setting across reconfigurationDan Streetman1-4/+12
2010-03-02USB: Add call to notify xHC of a device reset.Sarah Sharp1-8/+11
2010-02-26PM: Allow USB devices to suspend/resume asynchronouslyRafael J. Wysocki1-0/+1
2010-01-20USB: Fix duplicate sysfs problem after device reset.Sarah Sharp1-10/+5
2010-01-20USB: 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-11-30USB: 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-12USB: fix the clear_tt_buffer interfaceAlan Stern1-14/+26
2009-06-15USB: Support for addressing a USB device under xHCISarah Sharp1-19/+55
2009-06-15USB: Don't reset USB 3.0 devices on port change detection.Sarah Sharp1-6/+36
2009-06-15USB: Add USB 3.0 roothub support to USB core.Sarah Sharp1-0/+5
2009-06-15USB: Add SuperSpeed to the list of USB device speeds.Sarah Sharp1-2/+9
2009-06-15USB: hub.c: fix sparse warningsH Hartley Sweeten1-3/+3
2009-03-24USB: more u32 conversion after transfer_buffer_length and actual_lengthRoel Kluin1-1/+1
2009-03-24USB: don't send Set-Interface after resetAlan Stern1-7/+16
2009-03-24USB: allow libusb to talk to unauthenticated WUSB devicesDavid Vrabel1-0/+1
2009-03-24USB: replace uses of __constant_{endian}Harvey Harrison1-4/+4
2009-01-27USB: fix toggle mismatch in disable_endpoint pathsAlan Stern1-2/+2
2009-01-15drivers/usb/core/hub.c: fix CONFIG_USB_OTG=y buildDavid Brownell1-1/+1