summaryrefslogtreecommitdiff
path: root/drivers/usb/core
AgeCommit message (Expand)AuthorFilesLines
2007-07-13USB: Patch to align the various USB timers to fire at the same timeArjan van de Ven1-4/+6
2007-07-13USB: Make device reset stop retrying after disconnectAlan Stern1-3/+3
2007-07-13USB: add RESET_RESUME device quirkAlan Stern3-0/+12
2007-07-13USB: add USB-Persist facilityAlan Stern5-72/+191
2007-07-13USB: make hub driver's release more robustAlan Stern1-28/+31
2007-07-13USB: remove "locktree" routine from the hub driverAlan Stern1-47/+1
2007-07-13USB: remove references to dev.power.power_stateAlan Stern1-1/+2
2007-07-13USB: don't unsuspend for a new connectionAlan Stern1-13/+0
2007-07-13USB: move bus_suspend and bus_resume method callsAlan Stern3-39/+43
2007-07-13USB: Implement PM FREEZE and PRETHAWAlan Stern2-5/+8
2007-07-13USB: interface PM stateAlan Stern2-4/+2
2007-07-12PM: Remove prev_state from struct dev_pm_infoRafael J. Wysocki1-5/+0
2007-06-09USB: Fix up bogus bInterval values in endpoint descriptorsAlan Stern1-1/+41
2007-06-09USB: set default y for CONFIG_USB_DEVICE_CLASSKay Sievers1-9/+13
2007-05-30USB: replace flush_workqueue with cancel_sync_workAlan Stern3-12/+26
2007-05-23USB: fix ratelimit call semanticsAlan Stern1-4/+4
2007-05-23USB: handle errors in power/level attributeAlan Stern1-0/+7
2007-05-23USB: make the autosuspend workqueue thread freezableAlan Stern1-1/+5
2007-05-23USB: don't try to kzalloc 0 bytesAlan Stern1-4/+6
2007-05-23USB: remove short initial timeout for device descriptor fetchAlan Stern1-9/+4
2007-05-23USB: Deref URB after usbmon is done with itPete Zaitcev1-1/+1
2007-05-23USB: set the correct Interrupt interval in usb_bulk_msgAlan Stern1-7/+2
2007-05-23USB: remove unneeded WARN_ONAlan Stern1-4/+0
2007-05-23USB: more autosuspend timer stuffAlan Stern1-4/+14
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap3-3/+0
2007-04-28usbfs micro optimitationOliver Neukum1-1/+1
2007-04-28USB: add "busnum" attribute for USB devicesAlan Stern1-0/+11
2007-04-28USB: fix signed jiffies issue in autosuspend logicAlan Stern1-5/+12
2007-04-28USB: Allow transfer_buffer with transfer_dmaTony Lindgren1-1/+15
2007-04-28USB: add "last_busy" field for use in autosuspendAlan Stern3-37/+67
2007-04-28USB: make usbdevices export their device nodes instead of using a separate classKay Sievers8-112/+176
2007-04-28USB: add power/level sysfs attributeAlan Stern3-8/+90
2007-04-28USB: Allow autosuspend delay to equal 0Alan Stern3-8/+12
2007-04-28USB: separate autosuspend from external suspendAlan Stern6-41/+90
2007-04-28USB: fix race in HCD removalAlan Stern1-3/+5
2007-04-28usbcore: move usb_autosuspend_workAlan Stern3-30/+20
2007-04-27dev_dbg: check dev_dbg() argumentsDan Williams1-3/+1
2007-04-27USB: remove use of the bus rwsem, as it doesn't really protect anything.Greg Kroah-Hartman4-22/+7
2007-03-27USB: another entry for the quirk listOliver Neukum1-1/+2
2007-03-10USB: kill dead code from hub.cOliver Neukum1-7/+0
2007-03-10USB: ratelimit debounce error messagesOliver Neukum1-1/+1
2007-03-10USB: set the correct interval for interrupt URBsAlan Stern2-9/+13
2007-02-24USB: export autosuspend delay in sysfsAlan Stern3-1/+87
2007-02-24USB: make autosuspend delay a module parameterAlan Stern4-10/+26
2007-02-24USB: minor cleanups for sysfs.cAlan Stern1-24/+12
2007-02-24USB: add a blacklist for devices that can't handle some things we throw at them.Oliver Neukum6-2/+96
2007-02-24USB: refactor usb device matching and create usb_device_matchGreg Kroah-Hartman2-12/+23
2007-02-17USB: kernel-doc fixesRandy Dunlap1-0/+1
2007-02-17USB: unconfigure devices which have config 0Alan Stern4-8/+22
2007-02-17USB: fix concurrent buffer access in the hub driverAlan Stern1-0/+6