aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/urb.c
Commit message (Expand)AuthorAge
* usbhid: prevent deadlock during timeoutOliver Neukum2012-05-01
* USB documentation: explain lifetime rules for unlinking URBsAlan Stern2012-04-06
* usb/core: remove "always" from usb_unlink_urb() kernel doc entrySebastian Andrzej Siewior2012-03-02
* USB: debugging code shouldn't alter control flowAlan Stern2012-02-02
* USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto2011-08-23
* USB: Add support for SuperSpeed isoc endpointsPaul Zimmerman2011-03-13
* USB: output an error message when the pipe type doesn't match the endpoint typeSimon Arlott2010-10-22
* USB: fix thread-unsafe anchor utiliy routinesChristian Lamparter2010-08-10
* USB: Add a usb_pipe_endpoint() convenience functionMatthew Wilcox2010-05-20
* USB: fix usbmon and DMA mapping for scatter-gather URBsAlan Stern2010-05-20
* USB: remove uses of URB_NO_SETUP_DMA_MAPAlan Stern2010-05-20
* USB: make hcd.h public (drivers dependency)Eric Lescouet2010-05-20
* USB: Fix usb_fill_int_urb for SuperSpeed devicesMatthew Wilcox2010-03-19
* USB: rename USB_SPEED_VARIABLE to USB_SPEED_WIRELESSGreg Kroah-Hartman2010-03-02
* USB: check the endpoint type against the pipe typeAlan Stern2010-03-02
* USB: allow interrupt transfers to WUSB devicesDavid Vrabel2009-12-11
* USB: Support for bandwidth allocation.Sarah Sharp2009-06-16
* USB: Add SuperSpeed to the list of USB device speeds.Sarah Sharp2009-06-16
* USB: more u32 conversion after transfer_buffer_length and actual_lengthRoel Kluin2009-03-24
* USB: allow libusb to talk to unauthenticated WUSB devicesDavid Vrabel2009-03-24
* USB: extension of anchor API to unpoison an anchorOliver Neukum2009-01-07
* USB: mark "reject" field of struct urb as atomic_tMing Lei2009-01-07
* USB: mention URB_FREE_BUFFER in usb_free_urb documentationRabin Vincent2008-11-13
* USB: fix crash when URBs are unlinked after the device is goneAlan Stern2008-10-29
* USB: remove err() macro from usb core codeGreg Kroah-Hartman2008-10-17
* USB: anchor API changes needed for btusbOliver Neukum2008-10-17
* USB: extend poisoning to anchorsOliver Neukum2008-10-17
* USB: kill URBs permanentlyOliver Neukum2008-10-17
* USB: fix bug in usb_unlink_anchored_urbs()Oliver Neukum2008-08-21
* USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-25
* USB: add extension of anchor API, usb_unlink_anchored_urbsOliver Neukum2008-04-25
* USB: fix codingstyle issues in drivers/usb/core/*.cGreg Kroah-Hartman2008-02-01
* USB: mark USB drivers as being GPL onlyGreg Kroah-Hartman2008-02-01
* USB: add URB_FREE_BUFFER to permissible flagsOliver Neukum2007-10-25
* USB: flush outstanding URBs when suspendingAlan Stern2007-10-12
* USB: get rid of urb->lockAlan Stern2007-10-12
* USB: cleanup for previous patchesAlan Stern2007-10-12
* USB: address-0 handling during device initializationAlan Stern2007-10-12
* USB: add direction bit to urb->transfer_flagsAlan Stern2007-10-12
* USB: add urb->epAlan Stern2007-10-12
* USB: documentation update for usb_unlink_urbAlan Stern2007-07-19
* USB: Add URB_FREE_BUFFER flag and the logic behind itMarcel Holtmann2007-07-12
* USB: introduce usb_anchorOliver Neukum2007-07-12
* usbcore: trivial whitespace fixesOliver Neukum2007-02-07
* usbcore: remove unused bandwith-related codeAlan Stern2007-02-07
* USB: Remove unneeded void * casts in core filesTobias Klauser2006-09-27
* USB: remove struct usb_operationsAlan Stern2006-09-27
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-30
* [PATCH] USB: add might_sleep() to usb_unlink_urb() to warn developersGreg Kroah-Hartman2006-01-31
* [PATCH] USB: move CONFIG_USB_DEBUG checks into the MakefileGreg Kroah-Hartman2005-11-17