summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/usb.c
Commit message (Expand)AuthorAgeFilesLines
* USB: Make usb_buffer_free() NULL-safeDmitry Torokhov2006-09-271-1/+3
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] USB: get USB suspend to work againGreg Kroah-Hartman2006-06-221-0/+2
* [PATCH] usbcore: port reset for composite devicesAlan Stern2006-06-211-0/+1
* [PATCH] USB: drivers/usb/core/: remove unused exportsAdrian Bunk2006-04-141-2/+0
* [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-041-43/+41
|\
| * [PATCH] driver core: replace "hotplug" by "uevent"Kay Sievers2006-01-041-45/+41
* | [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/+1
* | [PATCH] USB: Store port number in usb_deviceAlan Stern2006-01-041-0/+1
* | [PATCH] USB: Remove USB private semaphoreAlan Stern2006-01-041-105/+9
* | [PATCH] USB: reorg some functions out of the main usb.c fileGreg Kroah-Hartman2006-01-041-311/+0
|/
* [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/+0
* [PATCH] usbcore: Use kzalloc instead of kmalloc/memsetAlan Stern2005-10-281-3/+1
* [PATCH] USB: always export interface information for modaliasGreg Kroah-Hartman2005-10-281-40/+23
* [PATCH] root hub changes (lesser half)David Brownell2005-10-281-6/+14
* [PATCH] remove usb_suspend_device() parameterDavid Brownell2005-10-281-2/+21
* [PATCH] usb_interface power stateDavid Brownell2005-10-281-14/+51
* [PATCH] gfp_t: drivers/usbAl Viro2005-10-281-1/+1
* [PATCH] driver core: add helper device_is_registered()Daniel Ritz2005-09-221-3/+3
* [PATCH] USB: Support unbinding of the usb_generic driverAlan Stern2005-09-081-0/+10
* [PATCH] USB: Add timeout to usb_lock_device_for_resetAlan Stern2005-09-081-1/+9
* [PATCH] USB: real nodes instead of usbfsKay Sievers2005-09-081-2/+13
* [PATCH] swsusp: switch pm_message_t to structPavel Machek2005-09-051-1/+1
* [PATCH] USB: export usb_get_intf() and usb_put_intf()brian@murphy.dk2005-07-121-0/+3
* [PATCH] USB: Fix kmalloc's flags type in USBOlav Kongas2005-07-121-1/+1
* [PATCH] usbcore: Don't call device_release_driver recursivelyAlan Stern2005-06-201-2/+8
* [PATCH] usb: klist_node_attached() fixPatrick Mochel2005-06-201-1/+1
* [PATCH] USB: fix build warning in usb core as pointed out by Andrew.gregkh@suse.de2005-06-201-1/+1
* [PATCH] Fix up USB to use klist_node_attached() instead of list_empty() on li...mochel@digitalimplant.org2005-06-201-2/+2
* [PATCH] Use driver_for_each_device() instead of manually walking list.mochel@digitalimplant.org2005-06-201-18/+23
* [PATCH] USB: MODALIAS change for bcdDeviceRoman Kagan2005-04-221-4/+2
* [PATCH] USB: fix up some sparse warnings about static functions that aren't s...Greg KH2005-04-181-7/+0
* [PATCH] usb suspend updates (interface suspend)David Brownell2005-04-181-3/+3
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+1573
OpenPOWER on IntegriCloud