aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/urb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-22USB: output an error message when the pipe type doesn't match the endpoint typeSimon Arlott1-1/+4
2010-08-10USB: fix thread-unsafe anchor utiliy routinesChristian Lamparter1-29/+21
2010-05-20USB: Add a usb_pipe_endpoint() convenience functionMatthew Wilcox1-2/+1
2010-05-20USB: fix usbmon and DMA mapping for scatter-gather URBsAlan Stern1-3/+6
2010-05-20USB: remove uses of URB_NO_SETUP_DMA_MAPAlan Stern1-2/+2
2010-05-20USB: make hcd.h public (drivers dependency)Eric Lescouet1-1/+1
2010-03-19USB: Fix usb_fill_int_urb for SuperSpeed devicesMatthew Wilcox1-0/+1
2010-03-02USB: rename USB_SPEED_VARIABLE to USB_SPEED_WIRELESSGreg Kroah-Hartman1-3/+3
2010-03-02USB: check the endpoint type against the pipe typeAlan Stern1-0/+7
2009-12-11USB: allow interrupt transfers to WUSB devicesDavid Vrabel1-4/+18
2009-06-15USB: Support for bandwidth allocation.Sarah Sharp1-0/+6
2009-06-15USB: Add SuperSpeed to the list of USB device speeds.Sarah Sharp1-0/+6
2009-03-24USB: more u32 conversion after transfer_buffer_length and actual_lengthRoel Kluin1-1/+1
2009-03-24USB: allow libusb to talk to unauthenticated WUSB devicesDavid Vrabel1-1/+1
2009-01-07USB: extension of anchor API to unpoison an anchorOliver Neukum1-0/+20
2009-01-07USB: mark "reject" field of struct urb as atomic_tMing Lei1-18/+5
2008-11-13USB: mention URB_FREE_BUFFER in usb_free_urb documentationRabin Vincent1-2/+2
2008-10-29USB: fix crash when URBs are unlinked after the device is goneAlan Stern1-0/+22
2008-10-17USB: remove err() macro from usb core codeGreg Kroah-Hartman1-2/+2
2008-10-17USB: anchor API changes needed for btusbOliver Neukum1-0/+70
2008-10-17USB: extend poisoning to anchorsOliver Neukum1-9/+48
2008-10-17USB: kill URBs permanentlyOliver Neukum1-6/+50
2008-08-21USB: fix bug in usb_unlink_anchored_urbs()Oliver Neukum1-2/+7
2008-04-24USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-1/+1
2008-04-24USB: add extension of anchor API, usb_unlink_anchored_urbsOliver Neukum1-0/+24
2008-02-01USB: fix codingstyle issues in drivers/usb/core/*.cGreg Kroah-Hartman1-10/+12
2008-02-01USB: mark USB drivers as being GPL onlyGreg Kroah-Hartman1-8/+7
2007-10-25USB: add URB_FREE_BUFFER to permissible flagsOliver Neukum1-1/+1
2007-10-12USB: flush outstanding URBs when suspendingAlan Stern1-3/+0
2007-10-12USB: get rid of urb->lockAlan Stern1-5/+6
2007-10-12USB: cleanup for previous patchesAlan Stern1-6/+7
2007-10-12USB: address-0 handling during device initializationAlan Stern1-3/+1
2007-10-12USB: add direction bit to urb->transfer_flagsAlan Stern1-2/+16
2007-10-12USB: add urb->epAlan Stern1-30/+35
2007-07-19USB: documentation update for usb_unlink_urbAlan Stern1-43/+45
2007-07-12USB: Add URB_FREE_BUFFER flag and the logic behind itMarcel Holtmann1-0/+3
2007-07-12USB: introduce usb_anchorOliver Neukum1-3/+99
2007-02-07usbcore: trivial whitespace fixesOliver Neukum1-10/+10
2007-02-07usbcore: remove unused bandwith-related codeAlan Stern1-1/+0
2006-09-27USB: Remove unneeded void * casts in core filesTobias Klauser1-1/+1
2006-09-27USB: remove struct usb_operationsAlan Stern1-8/+5
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-01-31[PATCH] USB: add might_sleep() to usb_unlink_urb() to warn developersGreg Kroah-Hartman1-0/+1
2005-11-17[PATCH] USB: move CONFIG_USB_DEBUG checks into the MakefileGreg Kroah-Hartman1-6/+0
2005-10-28[PATCH] updates for "controller suspended" handlingDavid Brownell1-1/+2
2005-10-28[PATCH] gfp_t: drivers/usbAl Viro1-2/+2
2005-09-08[PATCH] USB: URB_ASYNC_UNLINK flag removed from the kernelAlan Stern1-22/+4
2005-07-12[PATCH] USB: Fix kmalloc's flags type in USBOlav Kongas1-2/+2
2005-05-03[PATCH] USB: Spelling fixes for drivers/usb.Steven Cole1-3/+3
2005-04-18[PATCH] USB: USB API documentation modificationAlan Stern1-6/+10