summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core
Commit message (Expand)AuthorAgeFilesLines
* USB: hub.c loops forever on resume from ram due to bluetoothMark Lord2007-07-121-1/+2
* USB: Patch to align the various USB timers to fire at the same timeArjan van de Ven2007-07-121-4/+6
* USB: Make device reset stop retrying after disconnectAlan Stern2007-07-121-3/+3
* USB: add RESET_RESUME device quirkAlan Stern2007-07-123-0/+12
* USB: add USB-Persist facilityAlan Stern2007-07-125-72/+191
* USB: make hub driver's release more robustAlan Stern2007-07-121-28/+31
* USB: remove "locktree" routine from the hub driverAlan Stern2007-07-121-47/+1
* USB: remove references to dev.power.power_stateAlan Stern2007-07-121-1/+2
* USB: don't unsuspend for a new connectionAlan Stern2007-07-121-13/+0
* USB: move bus_suspend and bus_resume method callsAlan Stern2007-07-123-39/+43
* USB: Implement PM FREEZE and PRETHAWAlan Stern2007-07-122-5/+8
* USB: interface PM stateAlan Stern2007-07-122-4/+2
* PM: Remove prev_state from struct dev_pm_infoRafael J. Wysocki2007-07-111-5/+0
* USB: Fix up bogus bInterval values in endpoint descriptorsAlan Stern2007-06-081-1/+41
* USB: set default y for CONFIG_USB_DEVICE_CLASSKay Sievers2007-06-081-9/+13
* USB: replace flush_workqueue with cancel_sync_workAlan Stern2007-05-293-12/+26
* USB: fix ratelimit call semanticsAlan Stern2007-05-221-4/+4
* USB: handle errors in power/level attributeAlan Stern2007-05-221-0/+7
* USB: make the autosuspend workqueue thread freezableAlan Stern2007-05-221-1/+5
* USB: don't try to kzalloc 0 bytesAlan Stern2007-05-221-4/+6
* USB: remove short initial timeout for device descriptor fetchAlan Stern2007-05-221-9/+4
* USB: Deref URB after usbmon is done with itPete Zaitcev2007-05-221-1/+1
* USB: set the correct Interrupt interval in usb_bulk_msgAlan Stern2007-05-221-7/+2
* USB: remove unneeded WARN_ONAlan Stern2007-05-221-4/+0
* USB: more autosuspend timer stuffAlan Stern2007-05-221-4/+14
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-083-3/+0
* usbfs micro optimitationOliver Neukum2007-04-271-1/+1
* USB: add "busnum" attribute for USB devicesAlan Stern2007-04-271-0/+11
* USB: fix signed jiffies issue in autosuspend logicAlan Stern2007-04-271-5/+12
* USB: Allow transfer_buffer with transfer_dmaTony Lindgren2007-04-271-1/+15
* USB: add "last_busy" field for use in autosuspendAlan Stern2007-04-273-37/+67
* USB: make usbdevices export their device nodes instead of using a separate classKay Sievers2007-04-278-112/+176
* USB: add power/level sysfs attributeAlan Stern2007-04-273-8/+90
* USB: Allow autosuspend delay to equal 0Alan Stern2007-04-273-8/+12
* USB: separate autosuspend from external suspendAlan Stern2007-04-276-41/+90
* USB: fix race in HCD removalAlan Stern2007-04-271-3/+5
* usbcore: move usb_autosuspend_workAlan Stern2007-04-273-30/+20
* dev_dbg: check dev_dbg() argumentsDan Williams2007-04-271-3/+1
* USB: remove use of the bus rwsem, as it doesn't really protect anything.Greg Kroah-Hartman2007-04-274-22/+7
* USB: another entry for the quirk listOliver Neukum2007-03-261-1/+2
* USB: kill dead code from hub.cOliver Neukum2007-03-091-7/+0
* USB: ratelimit debounce error messagesOliver Neukum2007-03-091-1/+1
* USB: set the correct interval for interrupt URBsAlan Stern2007-03-092-9/+13
* USB: export autosuspend delay in sysfsAlan Stern2007-02-233-1/+87
* USB: make autosuspend delay a module parameterAlan Stern2007-02-234-10/+26
* USB: minor cleanups for sysfs.cAlan Stern2007-02-231-24/+12
* USB: add a blacklist for devices that can't handle some things we throw at them.Oliver Neukum2007-02-236-2/+96
* USB: refactor usb device matching and create usb_device_matchGreg Kroah-Hartman2007-02-232-12/+23
* USB: kernel-doc fixesRandy Dunlap2007-02-161-0/+1
* USB: unconfigure devices which have config 0Alan Stern2007-02-164-8/+22
OpenPOWER on IntegriCloud