aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/hub.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
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-29USB: prevent autosuspend during hub initializationAlan Stern1-0/+3
2008-10-29USB: 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-17USB: hub.c: Add initial_descriptor_timeout module parameter for usbcoreJaroslav Kysela1-1/+10
2008-10-17USB: change hub initialization sleeps to delayed_workAlan Stern1-10/+81
2008-09-23USB: revert recovery from transient errorsAlan Stern1-22/+17
2008-08-21USB: automatically enable RHSC interruptsAlan Stern1-9/+0
2008-07-21USB: use reset_resume when normal resume failsAlan Stern1-3/+17
2008-07-21USB: Force unbinding of drivers lacking reset_resume or other methodsAlan Stern1-6/+21
2008-07-21USB: fix usb_reset_device and usb_reset_composite_device(take 3)Ming Lei1-16/+17
2008-07-21USB: remove interface parameter of usb_reset_composite_deviceMing Lei1-8/+3
2008-07-21usb: hub: add check for unsupported bus topologyFelipe Balbi1-0/+6
2008-07-21USB: combine hub_quiesce and hub_stopAlan Stern1-31/+32
2008-07-21USB: combine hub_activate and hub_restartAlan Stern1-26/+23
2008-07-21USB: optimize port debouncing during hub activationAlan Stern1-5/+27
2008-07-21USB: try to salvage lost power sessionsAlan Stern1-14/+48
2008-07-21USB: simplify hub_restart() logicAlan Stern1-61/+53
2008-07-21USB: revert "don't use reset-resume if drivers don't support it"Greg Kroah-Hartman1-44/+2
2008-07-21USB: debounce before unregisteringAlan Stern1-12/+19
2008-07-21USB: add new routine for checking port-resume typeAlan Stern1-26/+63
2008-07-21USB: revert "don't lose disconnections during suspend"Greg Kroah-Hartman1-4/+11
2008-07-06Revert "USB: don't explicitly reenable root-hub status interrupts"Linus Torvalds1-0/+9
2008-07-03USB: don't lose disconnections during suspendAlan Stern1-11/+4
2008-06-11USB: don't use reset-resume if drivers don't support itLinus Torvalds1-2/+44
2008-05-29USB: EHCI: suppress unwanted error messagesAlan Stern1-1/+5
2008-05-29USB: fix possible deadlock involving sysfs attributesAlan Stern1-0/+9
2008-04-24usb: don't update devnum for wusb devicesDavid Vrabel1-3/+11
2008-04-24wusb: make ep0_reinit available for modulesInaky Perez-Gonzalez1-5/+6
2008-04-24wusb: devices dont use a set addressInaky Perez-Gonzalez1-20/+27
2008-04-24wusb: teach choose_address() about wireless devicesInaky Perez-Gonzalez1-9/+31
2008-04-24USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-4/+4
2008-04-24USB: don't explicitly reenable root-hub status interruptsAlan Stern1-9/+0
2008-04-24USB: log an error message when USB enumeration failsAlan Stern1-0/+1
2008-04-24USB: check serial-number string after device resetAlan Stern1-15/+50
2008-04-24USB: remove CONFIG_USB_PERSIST settingAlan Stern1-17/+10
2008-04-24USB: make USB-PERSIST work after every system sleepAlan Stern1-34/+80
2008-04-24USB: reorganize code in hub.cAlan Stern1-26/+32