summaryrefslogtreecommitdiff
path: root/drivers/usb/core/usb.c
AgeCommit message (Expand)Author
2006-04-14[PATCH] USB: drivers/usb/core/: remove unused exportsAdrian Bunk
2006-03-20[PATCH] USB: convert a bunch of USB semaphores to mutexesArjan van de Ven
2006-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds
2006-01-04[PATCH] driver core: replace "hotplug" by "uevent"Kay Sievers
2006-01-04[PATCH] USB: fix usb_find_interface for ppc64Pete Zaitcev
2006-01-04[PATCH] USB: replace __setup("nousb") with __module_param_callPete Zaitcev
2006-01-04[PATCH] USB: Store port number in usb_deviceAlan Stern
2006-01-04[PATCH] USB: Remove USB private semaphoreAlan Stern
2006-01-04[PATCH] USB: reorg some functions out of the main usb.c fileGreg Kroah-Hartman
2005-12-21[PATCH] usbcore: allow suspend/resume even if drivers don't support itAlan Stern
2005-11-17[PATCH] USB: move CONFIG_USB_DEBUG checks into the MakefileGreg Kroah-Hartman
2005-10-28[PATCH] usbcore: Use kzalloc instead of kmalloc/memsetAlan Stern
2005-10-28[PATCH] USB: always export interface information for modaliasGreg Kroah-Hartman
2005-10-28[PATCH] root hub changes (lesser half)David Brownell
2005-10-28[PATCH] remove usb_suspend_device() parameterDavid Brownell
2005-10-28[PATCH] usb_interface power stateDavid Brownell
2005-10-28[PATCH] gfp_t: drivers/usbAl Viro
2005-09-22[PATCH] driver core: add helper device_is_registered()Daniel Ritz
2005-09-08[PATCH] USB: Support unbinding of the usb_generic driverAlan Stern
2005-09-08[PATCH] USB: Add timeout to usb_lock_device_for_resetAlan Stern
2005-09-08[PATCH] USB: real nodes instead of usbfsKay Sievers
2005-09-05[PATCH] swsusp: switch pm_message_t to structPavel Machek
2005-07-12[PATCH] USB: export usb_get_intf() and usb_put_intf()brian@murphy.dk
2005-07-12[PATCH] USB: Fix kmalloc's flags type in USBOlav Kongas
2005-06-20[PATCH] usbcore: Don't call device_release_driver recursivelyAlan Stern
2005-06-20[PATCH] usb: klist_node_attached() fixPatrick Mochel
2005-06-20[PATCH] USB: fix build warning in usb core as pointed out by Andrew.gregkh@suse.de
2005-06-20[PATCH] Fix up USB to use klist_node_attached() instead of list_empty() on li...mochel@digitalimplant.org
2005-06-20[PATCH] Use driver_for_each_device() instead of manually walking list.mochel@digitalimplant.org
2005-04-22[PATCH] USB: MODALIAS change for bcdDeviceRoman Kagan
2005-04-18[PATCH] USB: fix up some sparse warnings about static functions that aren't s...Greg KH
2005-04-18[PATCH] usb suspend updates (interface suspend)David Brownell
2005-03-23[PATCH] drivers/usb/core/usb.c: add MODALIAS env var to hotplugRoman Kagan
2005-03-17[PATCH] USB: possible cleanupsAdrian Bunk
2005-03-07[PATCH] USB: cache the product, manufacturer, and serial number strings at de...Greg Kroah-Hartman
2005-01-14[PATCH] USB: remove some unneeded exported symbols.Greg Kroah-Hartman
2004-12-19USB: convert the idVendor, idProduct, bcdDevice and bcdUSB fields to __le16Greg Kroah-Hartman
2004-12-19[PATCH] USB: Another hub driver cleanup [13/13]Alan Stern
2004-12-15[PATCH] USB: maintain usb_host_endpoint.urb_list (11/15)David Brownell
2004-12-15[PATCH] USB: remove some now-unused HCD infrastructure (10/15)David Brownell
2004-12-15[PATCH] USB: usbcore changes for usb_dev->ep[](2/15)David Brownell
2004-11-28[PATCH] fix unnecessary increment in firmware_class_hotplug() and USB coreMarcel Holtmann
2004-11-11[PATCH] USB: usb PM updates, root hub stuff (2/4)David Brownell
2004-10-31[PATCH] usbcore and system sleep statesDavid Brownell
2004-10-20[PATCH] USB: Superfluous statement in usb.cPhilippe Bertin
2004-10-20[PATCH] usbcore: drop reference to bus on allocation errorAlan Stern
2004-10-18Trivial Makefile mergeLinus Torvalds
2004-09-29[PATCH] USB: use add_hotplug_env_var() in core/usb.cRoland Dreier
2004-09-29[PATCH] USB: handle usb host allocation failures gracefullyJesse Barnes
2004-09-22[PATCH] USB: add support for symlink from usb and usb-serial driver to its mo...Greg Kroah-Hartman