summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core
AgeCommit message (Expand)AuthorFilesLines
2007-07-18dev_vdbg(), available with -DVERBOSE_DEBUGDavid Brownell1-7/+0
2007-07-17Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki1-0/+1
2007-07-12USB: additions to the quirk listOliver Neukum1-0/+8
2007-07-12USB: quirk for samsung printerOliver Neukum1-0/+2
2007-07-12USB: usb/dma doc updatesDavid Brownell1-5/+6
2007-07-12USB: make the usb_device numa_node get assigned from controllerYinghai Lu1-0/+1
2007-07-12USB: Make usb-autosuspend timer 1 sec jiffy alignedVenki Pallipadi1-1/+1
2007-07-12USB: Don't autosuspend Blackberry devices.Jeremy Katz1-0/+5
2007-07-12USB: add IAD support to usbfs and sysfsCraig W. Nadler4-0/+106
2007-07-12USB: Fix off-by-1 error in the scatter-gather libraryAlan Stern1-4/+3
2007-07-12USB: Don't resume root hub if the controller is suspendedAlan Stern1-1/+4
2007-07-12USB: Remove usages of dev->power.power_stateAlan Stern2-15/+1
2007-07-12USB: Add URB_FREE_BUFFER flag and the logic behind itMarcel Holtmann1-0/+3
2007-07-12USB: Fix up full-speed bInterval values in high-speed interrupt descriptorLaurent Pinchart1-3/+9
2007-07-12usb: free DMA mappings if enqueue failsPete Zaitcev1-27/+20
2007-07-12USB: Handle bogus low-speed Bulk endpointsAlan Stern1-0/+15
2007-07-12USB: add power/persist device attributeAlan Stern3-56/+110
2007-07-12USB: unify reset_resume and normal resumeAlan Stern3-94/+93
2007-07-12USB: add reset_resume methodAlan Stern2-65/+103
2007-07-12USB: remove excess code from hub.cAlan Stern1-104/+71
2007-07-12USB: separate root and non-root suspend/resumeAlan Stern4-94/+59
2007-07-12USB: remove __usb_port_suspendAlan Stern2-36/+33
2007-07-12USB: introduce usb_anchorOliver Neukum2-3/+101
2007-07-12USB Core: hub.c: prevent re-enumeration on HNPVikram Pandita1-2/+2
2007-07-12USB: rework C++-style commentsAlan Stern1-21/+29
2007-07-12USB: prevent char device open/deregister raceAlan Stern1-16/+13
2007-07-12USB: hub.c loops forever on resume from ram due to bluetoothMark Lord1-1/+2
2007-07-12USB: Patch to align the various USB timers to fire at the same timeArjan van de Ven1-4/+6
2007-07-12USB: Make device reset stop retrying after disconnectAlan Stern1-3/+3
2007-07-12USB: add RESET_RESUME device quirkAlan Stern3-0/+12
2007-07-12USB: add USB-Persist facilityAlan Stern5-72/+191
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: remove references to dev.power.power_stateAlan Stern1-1/+2
2007-07-12USB: don't unsuspend for a new connectionAlan Stern1-13/+0
2007-07-12USB: move bus_suspend and bus_resume method callsAlan Stern3-39/+43
2007-07-12USB: Implement PM FREEZE and PRETHAWAlan Stern2-5/+8
2007-07-12USB: interface PM stateAlan Stern2-4/+2
2007-07-11PM: Remove prev_state from struct dev_pm_infoRafael J. Wysocki1-5/+0
2007-06-08USB: Fix up bogus bInterval values in endpoint descriptorsAlan Stern1-1/+41
2007-06-08USB: set default y for CONFIG_USB_DEVICE_CLASSKay Sievers1-9/+13
2007-05-29USB: replace flush_workqueue with cancel_sync_workAlan Stern3-12/+26
2007-05-22USB: fix ratelimit call semanticsAlan Stern1-4/+4
2007-05-22USB: handle errors in power/level attributeAlan Stern1-0/+7
2007-05-22USB: make the autosuspend workqueue thread freezableAlan Stern1-1/+5
2007-05-22USB: don't try to kzalloc 0 bytesAlan Stern1-4/+6
2007-05-22USB: remove short initial timeout for device descriptor fetchAlan Stern1-9/+4
2007-05-22USB: Deref URB after usbmon is done with itPete Zaitcev1-1/+1
2007-05-22USB: set the correct Interrupt interval in usb_bulk_msgAlan Stern1-7/+2
2007-05-22USB: remove unneeded WARN_ONAlan Stern1-4/+0