summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/urb.c
Commit message (Expand)AuthorAgeFilesLines
* USB: Support for bandwidth allocation.Sarah Sharp2009-06-161-0/+6
* USB: Add SuperSpeed to the list of USB device speeds.Sarah Sharp2009-06-161-0/+6
* USB: more u32 conversion after transfer_buffer_length and actual_lengthRoel Kluin2009-03-251-1/+1
* USB: allow libusb to talk to unauthenticated WUSB devicesDavid Vrabel2009-03-251-1/+1
* USB: extension of anchor API to unpoison an anchorOliver Neukum2009-01-071-0/+20
* USB: mark "reject" field of struct urb as atomic_tMing Lei2009-01-071-18/+5Star
* USB: mention URB_FREE_BUFFER in usb_free_urb documentationRabin Vincent2008-11-131-2/+2
* USB: fix crash when URBs are unlinked after the device is goneAlan Stern2008-10-291-0/+22
* USB: remove err() macro from usb core codeGreg Kroah-Hartman2008-10-171-2/+2
* USB: anchor API changes needed for btusbOliver Neukum2008-10-171-0/+70
* USB: extend poisoning to anchorsOliver Neukum2008-10-171-9/+48
* USB: kill URBs permanentlyOliver Neukum2008-10-171-6/+50
* USB: fix bug in usb_unlink_anchored_urbs()Oliver Neukum2008-08-211-2/+7
* USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-251-1/+1
* USB: add extension of anchor API, usb_unlink_anchored_urbsOliver Neukum2008-04-251-0/+24
* USB: fix codingstyle issues in drivers/usb/core/*.cGreg Kroah-Hartman2008-02-011-10/+12
* USB: mark USB drivers as being GPL onlyGreg Kroah-Hartman2008-02-011-8/+7Star
* USB: add URB_FREE_BUFFER to permissible flagsOliver Neukum2007-10-251-1/+1
* USB: flush outstanding URBs when suspendingAlan Stern2007-10-121-3/+0Star
* USB: get rid of urb->lockAlan Stern2007-10-121-5/+6
* USB: cleanup for previous patchesAlan Stern2007-10-121-6/+7
* USB: address-0 handling during device initializationAlan Stern2007-10-121-3/+1Star
* USB: add direction bit to urb->transfer_flagsAlan Stern2007-10-121-2/+16
* USB: add urb->epAlan Stern2007-10-121-30/+35
* USB: documentation update for usb_unlink_urbAlan Stern2007-07-201-43/+45
* USB: Add URB_FREE_BUFFER flag and the logic behind itMarcel Holtmann2007-07-131-0/+3
* USB: introduce usb_anchorOliver Neukum2007-07-131-3/+99
* usbcore: trivial whitespace fixesOliver Neukum2007-02-081-10/+10
* usbcore: remove unused bandwith-related codeAlan Stern2007-02-081-1/+0Star
* USB: Remove unneeded void * casts in core filesTobias Klauser2006-09-271-1/+1
* USB: remove struct usb_operationsAlan Stern2006-09-271-8/+5Star
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0Star
* [PATCH] USB: add might_sleep() to usb_unlink_urb() to warn developersGreg Kroah-Hartman2006-02-011-0/+1
* [PATCH] USB: move CONFIG_USB_DEBUG checks into the MakefileGreg Kroah-Hartman2005-11-171-6/+0Star
* [PATCH] updates for "controller suspended" handlingDavid Brownell2005-10-291-1/+2
* [PATCH] gfp_t: drivers/usbAl Viro2005-10-281-2/+2
* [PATCH] USB: URB_ASYNC_UNLINK flag removed from the kernelAlan Stern2005-09-091-22/+4Star
* [PATCH] USB: Fix kmalloc's flags type in USBOlav Kongas2005-07-121-2/+2
* [PATCH] USB: Spelling fixes for drivers/usb.Steven Cole2005-05-041-3/+3
* [PATCH] USB: USB API documentation modificationAlan Stern2005-04-191-6/+10
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+511