aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core
Commit message (Expand)AuthorAgeFilesLines
* Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki2007-07-171-0/+1
* USB: additions to the quirk listOliver Neukum2007-07-121-0/+8
* USB: quirk for samsung printerOliver Neukum2007-07-121-0/+2
* USB: usb/dma doc updatesDavid Brownell2007-07-121-5/+6
* USB: make the usb_device numa_node get assigned from controllerYinghai Lu2007-07-121-0/+1
* USB: Make usb-autosuspend timer 1 sec jiffy alignedVenki Pallipadi2007-07-121-1/+1
* USB: Don't autosuspend Blackberry devices.Jeremy Katz2007-07-121-0/+5
* USB: add IAD support to usbfs and sysfsCraig W. Nadler2007-07-124-0/+106
* USB: Fix off-by-1 error in the scatter-gather libraryAlan Stern2007-07-121-4/+3
* USB: Don't resume root hub if the controller is suspendedAlan Stern2007-07-121-1/+4
* USB: Remove usages of dev->power.power_stateAlan Stern2007-07-122-15/+1
* USB: Add URB_FREE_BUFFER flag and the logic behind itMarcel Holtmann2007-07-121-0/+3
* USB: Fix up full-speed bInterval values in high-speed interrupt descriptorLaurent Pinchart2007-07-121-3/+9
* usb: free DMA mappings if enqueue failsPete Zaitcev2007-07-121-27/+20
* USB: Handle bogus low-speed Bulk endpointsAlan Stern2007-07-121-0/+15
* USB: add power/persist device attributeAlan Stern2007-07-123-56/+110
* USB: unify reset_resume and normal resumeAlan Stern2007-07-123-94/+93
* USB: add reset_resume methodAlan Stern2007-07-122-65/+103
* USB: remove excess code from hub.cAlan Stern2007-07-121-104/+71
* USB: separate root and non-root suspend/resumeAlan Stern2007-07-124-94/+59
* USB: remove __usb_port_suspendAlan Stern2007-07-122-36/+33
* USB: introduce usb_anchorOliver Neukum2007-07-122-3/+101
* USB Core: hub.c: prevent re-enumeration on HNPVikram Pandita2007-07-121-2/+2
* USB: rework C++-style commentsAlan Stern2007-07-121-21/+29
* USB: prevent char device open/deregister raceAlan Stern2007-07-121-16/+13
* 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