summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/usb.c
Commit message (Expand)AuthorAgeFilesLines
* USB: avoid using urb->pipe in usbcoreAlan Stern2007-10-121-10/+9Star
* USB: add ep->enableAlan Stern2007-10-121-1/+1
* USB: usb/dma doc updatesDavid Brownell2007-07-131-5/+6
* USB: make the usb_device numa_node get assigned from controllerYinghai Lu2007-07-131-0/+1
* USB: replace flush_workqueue with cancel_sync_workAlan Stern2007-05-291-4/+0Star
* USB: make the autosuspend workqueue thread freezableAlan Stern2007-05-231-1/+5
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0Star
* USB: make usbdevices export their device nodes instead of using a separate classKay Sievers2007-04-271-9/+11
* USB: Allow autosuspend delay to equal 0Alan Stern2007-04-271-1/+1
* USB: separate autosuspend from external suspendAlan Stern2007-04-271-1/+2
* usbcore: move usb_autosuspend_workAlan Stern2007-04-271-21/+0Star
* USB: make autosuspend delay a module parameterAlan Stern2007-02-241-0/+12
* usbcore: trivial whitespace fixesOliver Neukum2007-02-081-48/+48
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-051-152/+8Star
|\
| * USB core: fix compiler warning about usb_autosuspend_workAlan Stern2006-12-011-8/+8
| * USB: makes usb_endpoint_* functions inline.Luiz Fernando N. Capitulino2006-12-011-144/+0Star
* | WorkStruct: make allyesconfigDavid Howells2006-11-221-4/+5
|/
* fix file specification in commentsUwe Zeisberger2006-10-031-1/+1
* USB: fix autosuspend when CONFIG_PM isn't setAlan Stern2006-09-291-2/+2
* USB: create new workqueue thread for USB autosuspendAlan Stern2006-09-291-3/+39
* USB: fix __must_check warnings in drivers/usb/core/Greg Kroah-Hartman2006-09-271-2/+4
* usbcore: add autosuspend/autoresume infrastructureAlan Stern2006-09-271-0/+23
* usbcore: trim down usb_bus structureAlan Stern2006-09-271-3/+2Star
* USB: remove struct usb_operationsAlan Stern2006-09-271-5/+5
* USB core: Use const where possible.Luiz Fernando N. Capitulino2006-09-271-10/+11
* USB: New functions to check endpoints info.Luiz Fernando N. Capitulino2006-09-271-0/+144
* usbcore: make usb_generic a usb_device_driverAlan Stern2006-09-271-1/+0Star
* usbcore: add usb_device_driver definitionAlan Stern2006-09-271-6/+9
* usbcore: move code among source filesAlan Stern2006-09-271-307/+0Star
* usbcore: rename usb_suspend_device to usb_port_suspendAlan Stern2006-09-271-5/+2Star
* USB: Make usb_buffer_free() NULL-safeDmitry Torokhov2006-09-271-1/+3
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0Star
* [PATCH] USB: get USB suspend to work againGreg Kroah-Hartman2006-06-231-0/+2
* [PATCH] usbcore: port reset for composite devicesAlan Stern2006-06-221-0/+1
* [PATCH] USB: drivers/usb/core/: remove unused exportsAdrian Bunk2006-04-141-2/+0Star
* [PATCH] USB: convert a bunch of USB semaphores to mutexesArjan van de Ven2006-03-201-2/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2006-01-051-43/+41Star
|\
| * [PATCH] driver core: replace "hotplug" by "uevent"Kay Sievers2006-01-051-45/+41Star
* | [PATCH] USB: fix usb_find_interface for ppc64Pete Zaitcev2006-01-041-10/+13
* | [PATCH] USB: replace __setup("nousb") with __module_param_callPete Zaitcev2006-01-041-12/+1Star
* | [PATCH] USB: Store port number in usb_deviceAlan Stern2006-01-041-0/+1
* | [PATCH] USB: Remove USB private semaphoreAlan Stern2006-01-041-105/+9Star
* | [PATCH] USB: reorg some functions out of the main usb.c fileGreg Kroah-Hartman2006-01-041-311/+0Star
|/
* [PATCH] usbcore: allow suspend/resume even if drivers don't support itAlan Stern2005-12-211-3/+6
* [PATCH] USB: move CONFIG_USB_DEBUG checks into the MakefileGreg Kroah-Hartman2005-11-171-7/+0Star
* [PATCH] usbcore: Use kzalloc instead of kmalloc/memsetAlan Stern2005-10-291-3/+1Star
* [PATCH] USB: always export interface information for modaliasGreg Kroah-Hartman2005-10-291-40/+23Star
* [PATCH] root hub changes (lesser half)David Brownell2005-10-291-6/+14
* [PATCH] remove usb_suspend_device() parameterDavid Brownell2005-10-291-2/+21
* [PATCH] usb_interface power stateDavid Brownell2005-10-291-14/+51