summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/hub.c
Commit message (Expand)AuthorAgeFilesLines
* USB: address-0 handling during device initializationAlan Stern2007-10-121-8/+13
* USB: add ep->enableAlan Stern2007-10-121-1/+1
* USB: accept 1-byte Device Status replies, fixing some b0rken devicesAlan Stern2007-08-221-1/+2
* USB: fix warning caused by autosuspend counter going negativeAlan Stern2007-07-201-4/+6
* Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki2007-07-171-0/+1
* USB: add power/persist device attributeAlan Stern2007-07-131-49/+29Star
* USB: unify reset_resume and normal resumeAlan Stern2007-07-131-91/+93
* USB: add reset_resume methodAlan Stern2007-07-131-54/+63
* USB: remove excess code from hub.cAlan Stern2007-07-131-104/+71Star
* USB: separate root and non-root suspend/resumeAlan Stern2007-07-131-34/+8Star
* USB: remove __usb_port_suspendAlan Stern2007-07-131-34/+23Star
* USB Core: hub.c: prevent re-enumeration on HNPVikram Pandita2007-07-131-2/+2
* USB: hub.c loops forever on resume from ram due to bluetoothMark Lord2007-07-131-1/+2
* USB: Make device reset stop retrying after disconnectAlan Stern2007-07-131-3/+3
* USB: add RESET_RESUME device quirkAlan Stern2007-07-131-0/+5
* USB: add USB-Persist facilityAlan Stern2007-07-131-56/+140
* USB: make hub driver's release more robustAlan Stern2007-07-131-28/+31
* USB: remove "locktree" routine from the hub driverAlan Stern2007-07-131-47/+1Star
* USB: don't unsuspend for a new connectionAlan Stern2007-07-131-13/+0Star
* USB: move bus_suspend and bus_resume method callsAlan Stern2007-07-131-31/+1Star
* PM: Remove prev_state from struct dev_pm_infoRafael J. Wysocki2007-07-121-5/+0Star
* USB: replace flush_workqueue with cancel_sync_workAlan Stern2007-05-291-7/+25
* USB: fix ratelimit call semanticsAlan Stern2007-05-231-4/+4
* USB: remove short initial timeout for device descriptor fetchAlan Stern2007-05-231-9/+4Star
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0Star
* USB: add "last_busy" field for use in autosuspendAlan Stern2007-04-271-0/+1
* USB: make usbdevices export their device nodes instead of using a separate classKay Sievers2007-04-271-3/+7
* USB: separate autosuspend from external suspendAlan Stern2007-04-271-13/+1Star
* dev_dbg: check dev_dbg() argumentsDan Williams2007-04-271-3/+1Star
* USB: kill dead code from hub.cOliver Neukum2007-03-101-7/+0Star
* USB: ratelimit debounce error messagesOliver Neukum2007-03-101-1/+1
* USB: add a blacklist for devices that can't handle some things we throw at them.Oliver Neukum2007-02-241-0/+3
* USB: fix concurrent buffer access in the hub driverAlan Stern2007-02-171-0/+6
* usbcore: small changes to hub driver's suspend methodAlan Stern2007-02-171-15/+10Star
* USB: total removal of multithreaded probing in usbOliver Neukum2007-02-081-43/+21Star
* USB: disable USB_MULTITHREAD_PROBEGreg Kroah-Hartman2007-01-221-8/+1Star
* [PATCH] Add include/linux/freezer.h and move definitions from sched.hNigel Cunningham2006-12-071-0/+1
* [PATCH] slab: remove SLAB_KERNELChristoph Lameter2006-12-071-2/+2
* [PATCH] slab: remove SLAB_ATOMICChristoph Lameter2006-12-071-1/+1
* WorkQueue: Fix up arch-specific work items where possibleDavid Howells2006-12-051-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-051-66/+168
|\
| * usbcore: remove unused argument in autosuspendAlan Stern2006-12-011-6/+6
| * USB: keep count of unsuspended childrenAlan Stern2006-12-011-0/+14
| * USB hub: simplify remote-wakeup handlingAlan Stern2006-12-011-23/+20Star
| * USB: Add autosuspend support to the hub driverAlan Stern2006-12-011-19/+26
| * USB: create a new thread for every USB device found during the probe sequenceGreg Kroah-Hartman2006-12-011-22/+59
| * USB: Move private hub declarations out of public header fileAlan Stern2006-12-011-0/+42
| * usb hub: fix root hub code so it takes more than 15 devices per root hubinaky@linux.intel.com2006-12-011-1/+6
* | WorkStruct: make allyesconfigDavid Howells2006-11-221-8/+10
|/
* USB: fix compiler issues with newer gcc versionsDavid Brownell2006-11-031-2/+1Star