aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/usb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2005-10-28[PATCH] USB: always export interface information for modaliasGreg Kroah-Hartman1-40/+23
2005-10-28[PATCH] root hub changes (lesser half)David Brownell1-6/+14
2005-10-28[PATCH] remove usb_suspend_device() parameterDavid Brownell1-2/+21
2005-10-28[PATCH] usb_interface power stateDavid Brownell1-14/+51
2005-10-28[PATCH] gfp_t: drivers/usbAl Viro1-1/+1
2005-09-22[PATCH] driver core: add helper device_is_registered()Daniel Ritz1-3/+3
2005-09-08[PATCH] USB: Support unbinding of the usb_generic driverAlan Stern1-0/+10
2005-09-08[PATCH] USB: Add timeout to usb_lock_device_for_resetAlan Stern1-1/+9
2005-09-08[PATCH] USB: real nodes instead of usbfsKay Sievers1-2/+13
2005-09-05[PATCH] swsusp: switch pm_message_t to structPavel Machek1-1/+1
2005-07-12[PATCH] USB: export usb_get_intf() and usb_put_intf()brian@murphy.dk1-0/+3
2005-07-12[PATCH] USB: Fix kmalloc's flags type in USBOlav Kongas1-1/+1
2005-06-20[PATCH] usbcore: Don't call device_release_driver recursivelyAlan Stern1-2/+8
2005-06-20[PATCH] usb: klist_node_attached() fixPatrick Mochel1-1/+1
2005-06-20[PATCH] USB: fix build warning in usb core as pointed out by Andrew.gregkh@suse.de1-1/+1
2005-06-20[PATCH] Fix up USB to use klist_node_attached() instead of list_empty() on lists that will go away.mochel@digitalimplant.org1-2/+2
2005-06-20[PATCH] Use driver_for_each_device() instead of manually walking list.mochel@digitalimplant.org1-18/+23
2005-04-22[PATCH] USB: MODALIAS change for bcdDeviceRoman Kagan1-4/+2
2005-04-18[PATCH] USB: fix up some sparse warnings about static functions that aren't static.Greg KH1-7/+0
2005-04-18[PATCH] usb suspend updates (interface suspend)David Brownell1-3/+3
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1573