aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/usb.c
Commit message (Expand)AuthorAge
* USB: replace flush_workqueue with cancel_sync_workAlan Stern2007-05-29
* USB: make the autosuspend workqueue thread freezableAlan Stern2007-05-23
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-08
* USB: make usbdevices export their device nodes instead of using a separate classKay Sievers2007-04-27
* USB: Allow autosuspend delay to equal 0Alan Stern2007-04-27
* USB: separate autosuspend from external suspendAlan Stern2007-04-27
* usbcore: move usb_autosuspend_workAlan Stern2007-04-27
* USB: make autosuspend delay a module parameterAlan Stern2007-02-23
* usbcore: trivial whitespace fixesOliver Neukum2007-02-07
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-05
|\
| * USB core: fix compiler warning about usb_autosuspend_workAlan Stern2006-12-01
| * USB: makes usb_endpoint_* functions inline.Luiz Fernando N. Capitulino2006-12-01
* | WorkStruct: make allyesconfigDavid Howells2006-11-22
|/
* fix file specification in commentsUwe Zeisberger2006-10-03
* USB: fix autosuspend when CONFIG_PM isn't setAlan Stern2006-09-28
* USB: create new workqueue thread for USB autosuspendAlan Stern2006-09-28
* USB: fix __must_check warnings in drivers/usb/core/Greg Kroah-Hartman2006-09-27
* usbcore: add autosuspend/autoresume infrastructureAlan Stern2006-09-27
* usbcore: trim down usb_bus structureAlan Stern2006-09-27
* USB: remove struct usb_operationsAlan Stern2006-09-27
* USB core: Use const where possible.Luiz Fernando N. Capitulino2006-09-27
* USB: New functions to check endpoints info.Luiz Fernando N. Capitulino2006-09-27
* usbcore: make usb_generic a usb_device_driverAlan Stern2006-09-27
* usbcore: add usb_device_driver definitionAlan Stern2006-09-27
* usbcore: move code among source filesAlan Stern2006-09-27
* usbcore: rename usb_suspend_device to usb_port_suspendAlan Stern2006-09-27
* USB: Make usb_buffer_free() NULL-safeDmitry Torokhov2006-09-27
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-30
* [PATCH] USB: get USB suspend to work againGreg Kroah-Hartman2006-06-23
* [PATCH] usbcore: port reset for composite devicesAlan Stern2006-06-21
* [PATCH] USB: drivers/usb/core/: remove unused exportsAdrian Bunk2006-04-14
* [PATCH] USB: convert a bunch of USB semaphores to mutexesArjan van de Ven2006-03-20
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2006-01-04
|\
| * [PATCH] driver core: replace "hotplug" by "uevent"Kay Sievers2006-01-04
* | [PATCH] USB: fix usb_find_interface for ppc64Pete Zaitcev2006-01-04
* | [PATCH] USB: replace __setup("nousb") with __module_param_callPete Zaitcev2006-01-04
* | [PATCH] USB: Store port number in usb_deviceAlan Stern2006-01-04
* | [PATCH] USB: Remove USB private semaphoreAlan Stern2006-01-04
* | [PATCH] USB: reorg some functions out of the main usb.c fileGreg Kroah-Hartman2006-01-04
|/
* [PATCH] usbcore: allow suspend/resume even if drivers don't support itAlan Stern2005-12-21
* [PATCH] USB: move CONFIG_USB_DEBUG checks into the MakefileGreg Kroah-Hartman2005-11-17
* [PATCH] usbcore: Use kzalloc instead of kmalloc/memsetAlan Stern2005-10-28
* [PATCH] USB: always export interface information for modaliasGreg Kroah-Hartman2005-10-28
* [PATCH] root hub changes (lesser half)David Brownell2005-10-28
* [PATCH] remove usb_suspend_device() parameterDavid Brownell2005-10-28
* [PATCH] usb_interface power stateDavid Brownell2005-10-28
* [PATCH] gfp_t: drivers/usbAl Viro2005-10-28
* [PATCH] driver core: add helper device_is_registered()Daniel Ritz2005-09-22
* [PATCH] USB: Support unbinding of the usb_generic driverAlan Stern2005-09-08
* [PATCH] USB: Add timeout to usb_lock_device_for_resetAlan Stern2005-09-08