aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/usb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-17security/ cleanupsAdrian Bunk1-1/+0
2007-10-12USB: Export URB statistics for powertopSarah Sharp1-0/+1
2007-10-12USB: flush outstanding URBs when suspendingAlan Stern1-0/+1
2007-10-12usb: initialize authorization and wusb bits in USB devicesInaky Perez-Gonzalez1-0/+18
2007-10-12USB: avoid using urb->pipe in usbcoreAlan Stern1-10/+9
2007-10-12USB: add ep->enableAlan Stern1-1/+1
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-05-29USB: replace flush_workqueue with cancel_sync_workAlan Stern1-4/+0
2007-05-22USB: make the autosuspend workqueue thread freezableAlan Stern1-1/+5
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-04-27USB: make usbdevices export their device nodes instead of using a separate classKay Sievers1-9/+11
2007-04-27USB: Allow autosuspend delay to equal 0Alan Stern1-1/+1
2007-04-27USB: separate autosuspend from external suspendAlan Stern1-1/+2
2007-04-27usbcore: move usb_autosuspend_workAlan Stern1-21/+0
2007-02-23USB: make autosuspend delay a module parameterAlan Stern1-0/+12
2007-02-07usbcore: trivial whitespace fixesOliver Neukum1-48/+48
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Howells1-152/+8
2006-12-01USB core: fix compiler warning about usb_autosuspend_workAlan Stern1-8/+8
2006-12-01USB: makes usb_endpoint_* functions inline.Luiz Fernando N. Capitulino1-144/+0
2006-11-22WorkStruct: make allyesconfigDavid Howells1-4/+5
2006-10-03fix file specification in commentsUwe Zeisberger1-1/+1
2006-09-28USB: fix autosuspend when CONFIG_PM isn't setAlan Stern1-2/+2
2006-09-28USB: create new workqueue thread for USB autosuspendAlan Stern1-3/+39
2006-09-27USB: fix __must_check warnings in drivers/usb/core/Greg Kroah-Hartman1-2/+4
2006-09-27usbcore: add autosuspend/autoresume infrastructureAlan Stern1-0/+23
2006-09-27usbcore: trim down usb_bus structureAlan Stern1-3/+2
2006-09-27USB: remove struct usb_operationsAlan Stern1-5/+5
2006-09-27USB core: Use const where possible.Luiz Fernando N. Capitulino1-10/+11
2006-09-27USB: New functions to check endpoints info.Luiz Fernando N. Capitulino1-0/+144
2006-09-27usbcore: make usb_generic a usb_device_driverAlan Stern1-1/+0
2006-09-27usbcore: add usb_device_driver definitionAlan Stern1-6/+9
2006-09-27usbcore: move code among source filesAlan Stern1-307/+0
2006-09-27usbcore: rename usb_suspend_device to usb_port_suspendAlan Stern1-5/+2
2006-09-27USB: Make usb_buffer_free() NULL-safeDmitry Torokhov1-1/+3
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-22[PATCH] USB: get USB suspend to work againGreg Kroah-Hartman1-0/+2
2006-06-21[PATCH] usbcore: port reset for composite devicesAlan Stern1-0/+1
2006-04-14[PATCH] USB: drivers/usb/core/: remove unused exportsAdrian Bunk1-2/+0
2006-03-20[PATCH] USB: convert a bunch of USB semaphores to mutexesArjan van de Ven1-2/+3
2006-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds1-43/+41
2006-01-04[PATCH] driver core: replace "hotplug" by "uevent"Kay Sievers1-45/+41
2006-01-04[PATCH] USB: fix usb_find_interface for ppc64Pete Zaitcev1-10/+13
2006-01-04[PATCH] USB: replace __setup("nousb") with __module_param_callPete Zaitcev1-12/+1
2006-01-04[PATCH] USB: Store port number in usb_deviceAlan Stern1-0/+1
2006-01-04[PATCH] USB: Remove USB private semaphoreAlan Stern1-105/+9
2006-01-04[PATCH] USB: reorg some functions out of the main usb.c fileGreg Kroah-Hartman1-311/+0
2005-12-21[PATCH] usbcore: allow suspend/resume even if drivers don't support itAlan Stern1-3/+6
2005-11-17[PATCH] USB: move CONFIG_USB_DEBUG checks into the MakefileGreg Kroah-Hartman1-7/+0
2005-10-28[PATCH] usbcore: Use kzalloc instead of kmalloc/memsetAlan Stern1-3/+1