aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/message.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2005-03-17[PATCH] USB: possible cleanupsAdrian Bunk1-4/+6
2005-03-07[PATCH] USB: cache the iConfiguration string, if present.Greg Kroah-Hartman1-0/+7
2005-03-07[PATCH] USB: make iInterface string cachedGreg Kroah-Hartman1-0/+9
2005-03-07[PATCH] USB: Clear endpoint toggles in usb_set_interfaceAlan Stern1-1/+20
2005-03-07[PATCH] USB: set timeout message to debug level: message.cBrian Murphy1-3/+6
2005-03-07[PATCH] USB: usbfs fix for data loss in message.cBrian Murphy1-1/+4
2005-03-07[PATCH] usb/message: move msecs change into usb_start_wait_urb()Nishanth Aravamudan1-3/+3
2005-03-07[PATCH] usb/message: change parameters of usb_control_msg() to msecsNishanth Aravamudan1-7/+7
2005-03-07[PATCH] usb/message: make usb_{control,bulk}_msg() use msecsNishanth Aravamudan1-4/+4
2005-01-14[PATCH] USB: drivers/usb/*: s/0/NULL/ in pointer contextAlexey Dobriyan1-2/+2
2004-12-19USB: convert the idVendor, idProduct, bcdDevice and bcdUSB fields to __le16Greg Kroah-Hartman1-6/+1
2004-12-15[PATCH] USB: maintain usb_host_endpoint.urb_list (11/15)David Brownell1-1/+1
2004-12-15[PATCH] USB: usbcore changes for usb_dev->ep[](2/15)David Brownell1-19/+24
2004-11-23[PATCH] USB: usb_sg_*() unlink deadlock fixDavid Brownell1-1/+6
2004-11-02[PATCH] USB: clean up error messagesDavid Brownell1-10/+12
2004-11-01[PATCH] usbcore, diagnostic tweaksDavid Brownell1-1/+2
2004-10-20[PATCH] USB: USB fixes for non-cache-coherent processorsDale Farnsworth1-3/+13
2004-09-29[PATCH] usb: extract sensible strings from buggy string descriptorsDuncan Sands1-4/+30
2004-09-20[PATCH] USB: oops, revert drivers/usb/core/message.c change.Greg Kroah-Hartman1-3/+3
2004-09-20[PATCH] USB: remove calls to usb_unlink_urb in core/message.cBorislav Petkov1-3/+3
2004-09-13[PATCH] USB: Updated USB device lockingAlan Stern1-8/+8
2004-08-26Merge kroah.com:/home/greg/linux/BK/bleed-2.6Greg Kroah-Hartman1-13/+8
2004-08-24Merge kroah.com:/home/greg/linux/BK/bleed-2.6Greg Kroah-Hartman1-1/+1
2004-08-23[PATCH] USB: Fix submission-error bug in the USB scatter-gatherAlan Stern1-13/+8
2004-08-05[PATCH] USB: Disallow probing etc. for suspended devicesAlan Stern1-0/+9
2004-08-05[PATCH] USB: Don't track endpoint halts in usbcoreAlan Stern1-17/+7
2004-08-02KREF: fix up the current kref users for the changed api.Greg Kroah-Hartman1-1/+1
2004-08-02[PATCH] USB: fix build error from previous patch.Greg Kroah-Hartman1-1/+1
2004-08-02[PATCH] USB: usb_get_descriptor, more error checksDavid Brownell1-2/+7
2004-07-14[PATCH] USB: Don't ask for string descriptor lengthsAlan Stern1-101/+121
2004-06-30[PATCH] sparse: NULL vs 0 - drivers/usbMika Kukkonen1-10/+10
2004-06-11[PATCH] USB: retry string fetches on ZLPs not just STALLsDavid Brownell1-2/+2
2004-06-11[PATCH] USB: Mark devices as NOTATTACHED as soon as possibleAlan Stern1-4/+4
2004-06-06[PATCH] USB: Fix logic in usb_get_descriptor()Alan Stern1-7/+7
2004-06-06USB: make usb devices remove their sysfs files when disconnected.Greg Kroah-Hartman1-0/+1
2004-06-01[PATCH] USB: usb retry cleanupsDavid Brownell1-4/+1
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-1/+8
2004-05-04[PATCH] USB: Reduce kernel stack usageAlan Stern1-12/+23
2004-04-27[PATCH] USB: Allocate interface structures dynamicallyAlan Stern1-13/+46
2004-04-07[PATCH] USB: retry some descriptor fetchesDavid Brownell1-3/+14
2004-03-30Merge kroah.com:/home/greg/linux/BK/bleed-2.6Greg Kroah-Hartman1-16/+37
2004-03-30[PATCH] USB: remove usb_interface.driver fieldDavid Brownell1-3/+22
2004-03-29[PATCH] USB: set_configuration locking cleanupsDavid Brownell1-5/+2
2004-03-27[PATCH] USB: Eliminate wait following interface unregistrationGreg Kroah-Hartman1-7/+0
2004-03-25[PATCH] USB: define USB feature bit indicesDavid Brownell1-1/+2
2004-03-24[PATCH] USB: fix osdl bugid 481 (USB boot messages)David Brownell1-7/+11
2004-03-02[PATCH] USB: remove intf->act_altsetting altogether from the USB core and usb.hGreg Kroah-Hartman1-3/+0
2004-03-02[PATCH] USB: Improve handling of altsettingsAlan Stern1-24/+44
2004-03-02[PATCH] USB: Don't add/del interfaces, register/unregister themAlan Stern1-2/+14