aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/usb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2005-03-23[PATCH] drivers/usb/core/usb.c: add MODALIAS env var to hotplugRoman Kagan1-0/+27
2005-03-17[PATCH] USB: possible cleanupsAdrian Bunk1-5/+9
2005-03-07[PATCH] USB: cache the product, manufacturer, and serial number strings at de...Greg Kroah-Hartman1-1/+4
2005-01-14[PATCH] USB: remove some unneeded exported symbols.Greg Kroah-Hartman1-2/+1
2004-12-19USB: convert the idVendor, idProduct, bcdDevice and bcdUSB fields to __le16Greg Kroah-Hartman1-11/+11
2004-12-19[PATCH] USB: Another hub driver cleanup [13/13]Alan Stern1-4/+4
2004-12-15[PATCH] USB: maintain usb_host_endpoint.urb_list (11/15)David Brownell1-0/+1
2004-12-15[PATCH] USB: remove some now-unused HCD infrastructure (10/15)David Brownell1-9/+0
2004-12-15[PATCH] USB: usbcore changes for usb_dev->ep[](2/15)David Brownell1-39/+5
2004-11-28[PATCH] fix unnecessary increment in firmware_class_hotplug() and USB coreMarcel Holtmann1-1/+1
2004-11-11[PATCH] USB: usb PM updates, root hub stuff (2/4)David Brownell1-4/+4
2004-10-31[PATCH] usbcore and system sleep statesDavid Brownell1-1/+7
2004-10-20[PATCH] USB: Superfluous statement in usb.cPhilippe Bertin1-2/+0
2004-10-20[PATCH] usbcore: drop reference to bus on allocation errorAlan Stern1-0/+1
2004-10-18Trivial Makefile mergeLinus Torvalds1-9/+191
2004-09-29[PATCH] USB: use add_hotplug_env_var() in core/usb.cRoland Dreier1-36/+23
2004-09-29[PATCH] USB: handle usb host allocation failures gracefullyJesse Barnes1-1/+4
2004-09-22[PATCH] USB: add support for symlink from usb and usb-serial driver to its mo...Greg Kroah-Hartman1-0/+2
2004-09-13[PATCH] USB: Add locking support for USB device resetsAlan Stern1-0/+57
2004-09-13[PATCH] USB: Updated USB device lockingAlan Stern1-8/+130
2004-08-05[PATCH] USB: Disallow probing etc. for suspended devicesAlan Stern1-0/+2
2004-07-14[PATCH] USB: usb host side updates, mostly for suspendDavid Brownell1-6/+11
2004-07-14[PATCH] USB: usb/core/hcd.c::usb_init() missing audit.Luiz Capitulino1-1/+4
2004-06-30[PATCH] sparse: NULL vs 0 - drivers/usbMika Kukkonen1-3/+3
2004-06-08[PATCH] USB: Fix bus-list root-hub raceAlan Stern1-0/+2
2004-06-02[PATCH] USB: Move usb_new_device() et al. into hub.cAlan Stern1-229/+0
2004-05-24[PATCH] USB: Make usb_choose_configuration() a separate subroutineAlan Stern1-30/+35
2004-05-24[PATCH] USB: Add usb_release_address() and move usb_set_address()Alan Stern1-22/+18
2004-05-24[PATCH] USB: Change "driverfs" to "sysfs" in usbcoreAlan Stern1-1/+1
2004-05-13[PATCH] USB: Don't delete interfaces until all are unboundAlan Stern1-0/+6
2004-04-27[PATCH] USB: Allocate interface structures dynamicallyAlan Stern1-1/+1
2004-04-26[PATCH] USB: audits in usb_init()Daniele Bellucci1-7/+27
2004-04-23[PATCH] USB: re-factor enumeration logicDavid Brownell1-79/+13
2004-03-30USB: add usb_get_intf() and usb_put_intf() functions as they will be needed.Greg Kroah-Hartman1-1/+35
2004-03-30USB: clean up usb_get_dev() as it was written quite horribly.Greg Kroah-Hartman1-10/+3
2004-03-30[PATCH] USB: remove usb_interface.driver fieldDavid Brownell1-59/+28
2004-03-29[PATCH] USB: set_configuration locking cleanupsDavid Brownell1-0/+4
2004-03-24[PATCH] USB: fix osdl bugid 481 (USB boot messages)David Brownell1-13/+22
2004-03-15Merge kroah.com:/home/linux/BK/bleed-2.6Greg Kroah-Hartman1-7/+35
2004-03-13[PATCH] DMA: Fill gaping hole in DMA API interfaces.Andrew Morton1-0/+20
2004-03-02[PATCH] USB: Improve handling of altsettingsAlan Stern1-7/+35
2004-02-17[PATCH] USB: usbcore, avoid RNDIS configsDavid Brownell1-3/+10
2004-02-08[PATCH] USB: re-factor enumeration/reset pathsDavid Brownell1-26/+39
2004-01-29[PATCH] USB: remove unused usb-debug.c fileGreg Kroah-Hartman1-0/+13
2004-01-26[PATCH] USB: Fix DMA coherence when reading device descriptorAlan Stern1-3/+3
2004-01-26[PATCH] USB: Don't dereference NULL actconfigAlan Stern1-6/+12
2003-12-15mergeGreg Kroah-Hartman1-30/+49
2003-12-11[PATCH] USB: usb driver binding fixesDavid Brownell1-26/+32
2003-12-07[PATCH] USB: fix remove device after set_configurationDavid Brownell1-0/+1
2003-10-27Merge kroah.com:/home/greg/linux/BK/bleed-2.5Greg Kroah-Hartman1-4/+17