aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/hub.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2007-07-11PM: Remove prev_state from struct dev_pm_infoRafael J. Wysocki1-5/+0
2007-05-29USB: replace flush_workqueue with cancel_sync_workAlan Stern1-7/+25
2007-05-22USB: fix ratelimit call semanticsAlan Stern1-4/+4
2007-05-22USB: remove short initial timeout for device descriptor fetchAlan Stern1-9/+4
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-04-27USB: add "last_busy" field for use in autosuspendAlan Stern1-0/+1
2007-04-27USB: make usbdevices export their device nodes instead of using a separate classKay Sievers1-3/+7
2007-04-27USB: separate autosuspend from external suspendAlan Stern1-13/+1
2007-04-27dev_dbg: check dev_dbg() argumentsDan Williams1-3/+1
2007-03-09USB: kill dead code from hub.cOliver Neukum1-7/+0
2007-03-09USB: ratelimit debounce error messagesOliver Neukum1-1/+1
2007-02-23USB: add a blacklist for devices that can't handle some things we throw at them.Oliver Neukum1-0/+3
2007-02-16USB: fix concurrent buffer access in the hub driverAlan Stern1-0/+6