summaryrefslogtreecommitdiff
path: root/drivers/usb/core/hub.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-04-24USB: EHCI: carry out port handover during each root-hub resumeAlan Stern1-0/+6
2008-04-18drivers: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox1-1/+0
2008-02-01USB: mark USB drivers as being GPL onlyGreg Kroah-Hartman1-2/+3
2008-02-01USB: Export suspend statisticsSarah Sharp1-1/+9
2008-02-01USB: updates to usb_reset_composite_device()Alan Stern1-23/+9
2008-02-01USB: always announce a device has been added to the systemGreg Kroah-Hartman1-12/+24
2008-02-01USB: force handover port to companion when hub_port_connect_change failsBalaji Rao1-0/+3
2008-02-01USB: use GFP_NOIO in reset pathOliver Neukum1-1/+1
2007-12-17USB: fix locking loop by avoiding flush_scheduled_workAlan Stern1-3/+3
2007-11-28USB: Fix priority mistakes in drivers/usb/core/hub.cRoel Kluin1-1/+1
2007-10-18freezer: introduce freezer-friendly waiting macrosRafael J. Wysocki1-2/+1
2007-10-15docbook: fix usb contentRandy Dunlap1-1/+5
2007-10-12USB: mutual exclusion for EHCI init and port resetsAlan Stern1-1/+14
2007-10-12USB: fix limited_power setting mistake in hub.cjidong xiao1-2/+2
2007-10-12USB: flush outstanding URBs when suspendingAlan Stern1-8/+1
2007-10-12USB: remove traces of urb->status from usbcoreAlan Stern1-4/+4
2007-10-12USB: rename choose_configurationGreg Kroah-Hartman1-1/+1
2007-10-12usb: introduce usb_authorize/deauthorize()Inaky Perez-Gonzalez1-0/+81
2007-10-12usb: split usb_new_device for clarity and refactoringInaky Perez-Gonzalez1-48/+88
2007-10-12USB: address-0 handling during device initializationAlan Stern1-8/+13
2007-10-12USB: add ep->enableAlan Stern1-1/+1
2007-08-22USB: accept 1-byte Device Status replies, fixing some b0rken devicesAlan Stern1-1/+2
2007-07-19USB: fix warning caused by autosuspend counter going negativeAlan Stern1-4/+6
2007-07-17Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki1-0/+1
2007-07-12USB: add power/persist device attributeAlan Stern1-49/+29
2007-07-12USB: unify reset_resume and normal resumeAlan Stern1-91/+93
2007-07-12USB: add reset_resume methodAlan Stern1-54/+63
2007-07-12USB: remove excess code from hub.cAlan Stern1-104/+71
2007-07-12USB: separate root and non-root suspend/resumeAlan Stern1-34/+8
2007-07-12USB: remove __usb_port_suspendAlan Stern1-34/+23
2007-07-12USB Core: hub.c: prevent re-enumeration on HNPVikram Pandita1-2/+2
2007-07-12USB: hub.c loops forever on resume from ram due to bluetoothMark Lord1-1/+2
2007-07-12USB: Make device reset stop retrying after disconnectAlan Stern1-3/+3
2007-07-12USB: add RESET_RESUME device quirkAlan Stern1-0/+5
2007-07-12USB: add USB-Persist facilityAlan Stern1-56/+140
2007-07-12USB: make hub driver's release more robustAlan Stern1-28/+31
2007-07-12USB: remove "locktree" routine from the hub driverAlan Stern1-47/+1
2007-07-12USB: don't unsuspend for a new connectionAlan Stern1-13/+0
2007-07-12USB: move bus_suspend and bus_resume method callsAlan Stern1-31/+1