aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/usb.c
Commit message (Expand)AuthorAge
* [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
* [PATCH] USB: real nodes instead of usbfsKay Sievers2005-09-08
* [PATCH] swsusp: switch pm_message_t to structPavel Machek2005-09-05
* [PATCH] USB: export usb_get_intf() and usb_put_intf()brian@murphy.dk2005-07-12
* [PATCH] USB: Fix kmalloc's flags type in USBOlav Kongas2005-07-12
* [PATCH] usbcore: Don't call device_release_driver recursivelyAlan Stern2005-06-20
* [PATCH] usb: klist_node_attached() fixPatrick Mochel2005-06-20
* [PATCH] USB: fix build warning in usb core as pointed out by Andrew.gregkh@suse.de2005-06-20
* [PATCH] Fix up USB to use klist_node_attached() instead of list_empty() on li...mochel@digitalimplant.org2005-06-20
* [PATCH] Use driver_for_each_device() instead of manually walking list.mochel@digitalimplant.org2005-06-20
* [PATCH] USB: MODALIAS change for bcdDeviceRoman Kagan2005-04-22
* [PATCH] USB: fix up some sparse warnings about static functions that aren't s...Greg KH2005-04-18
* [PATCH] usb suspend updates (interface suspend)David Brownell2005-04-18
* Linux-2.6.12-rc2Linus Torvalds2005-04-16