aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/urb.c
Commit message (Expand)AuthorAgeFilesLines
* USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto2011-08-231-1/+1
* USB: Add support for SuperSpeed isoc endpointsPaul Zimmerman2011-03-131-1/+10
* USB: output an error message when the pipe type doesn't match the endpoint typeSimon Arlott2010-10-221-1/+4
* USB: fix thread-unsafe anchor utiliy routinesChristian Lamparter2010-08-101-29/+21
* USB: Add a usb_pipe_endpoint() convenience functionMatthew Wilcox2010-05-201-2/+1
* USB: fix usbmon and DMA mapping for scatter-gather URBsAlan Stern2010-05-201-3/+6
* USB: remove uses of URB_NO_SETUP_DMA_MAPAlan Stern2010-05-201-2/+2
* USB: make hcd.h public (drivers dependency)Eric Lescouet2010-05-201-1/+1
* USB: Fix usb_fill_int_urb for SuperSpeed devicesMatthew Wilcox2010-03-191-0/+1
* USB: rename USB_SPEED_VARIABLE to USB_SPEED_WIRELESSGreg Kroah-Hartman2010-03-021-3/+3
* USB: check the endpoint type against the pipe typeAlan Stern2010-03-021-0/+7
* USB: allow interrupt transfers to WUSB devicesDavid Vrabel2009-12-111-4/+18
* USB: Support for bandwidth allocation.Sarah Sharp2009-06-151-0/+6
* USB: Add SuperSpeed to the list of USB device speeds.Sarah Sharp2009-06-151-0/+6
* USB: more u32 conversion after transfer_buffer_length and actual_lengthRoel Kluin2009-03-241-1/+1
* USB: allow libusb to talk to unauthenticated WUSB devicesDavid Vrabel2009-03-241-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/+5
* 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-241-1/+1
* USB: add extension of anchor API, usb_unlink_anchored_urbsOliver Neukum2008-04-241-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/+7
* USB: add URB_FREE_BUFFER to permissible flagsOliver Neukum2007-10-251-1/+1
* USB: flush outstanding URBs when suspendingAlan Stern2007-10-121-3/+0
* 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/+1
* 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-191-43/+45
* USB: Add URB_FREE_BUFFER flag and the logic behind itMarcel Holtmann2007-07-121-0/+3
* USB: introduce usb_anchorOliver Neukum2007-07-121-3/+99
* usbcore: trivial whitespace fixesOliver Neukum2007-02-071-10/+10
* usbcore: remove unused bandwith-related codeAlan Stern2007-02-071-1/+0
* USB: Remove unneeded void * casts in core filesTobias Klauser2006-09-271-1/+1
* USB: remove struct usb_operationsAlan Stern2006-09-271-8/+5
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] USB: add might_sleep() to usb_unlink_urb() to warn developersGreg Kroah-Hartman2006-01-311-0/+1
* [PATCH] USB: move CONFIG_USB_DEBUG checks into the MakefileGreg Kroah-Hartman2005-11-171-6/+0
* [PATCH] updates for "controller suspended" handlingDavid Brownell2005-10-281-1/+2
* [PATCH] gfp_t: drivers/usbAl Viro2005-10-281-2/+2
* [PATCH] USB: URB_ASYNC_UNLINK flag removed from the kernelAlan Stern2005-09-081-22/+4
* [PATCH] USB: Fix kmalloc's flags type in USBOlav Kongas2005-07-121-2/+2