summaryrefslogtreecommitdiff
path: root/drivers/usb/core/urb.c
AgeCommit message (Expand)Author
2014-01-08usb: delete non-required instances of include <linux/init.h>Paul Gortmaker
2014-01-07USB: core: correct spelling mistakes in comments and warningRahul Bedarkar
2013-12-21USB: core: remove CONFIG_USB_DEBUG usageGreg Kroah-Hartman
2013-12-09usb: core: allow isoc URBs for wireless devices with an interval < 6Thomas Pugliese
2013-10-11usb-anchor: Delay usb_wait_anchor_empty_timeout wake up till completion is doneHans de Goede
2013-08-12USB: introduce usb_device_no_sg_constraint() helperMing Lei
2013-08-03usb: fix some scripts/kernel-doc warningsYacine Belkadi
2013-07-24USB: check sg buffer size in usb_submit_urbMing Lei
2013-03-25USB: fix urb-poison imbalanceJohan Hovold
2012-11-11USB: report submission of active URBsAlan Stern
2012-10-22USB: update documentation for URB_ISO_ASAPAlan Stern
2012-05-01usbhid: prevent deadlock during timeoutOliver Neukum
2012-04-06USB documentation: explain lifetime rules for unlinking URBsAlan Stern
2012-03-02usb/core: remove "always" from usb_unlink_urb() kernel doc entrySebastian Andrzej Siewior
2012-02-02USB: debugging code shouldn't alter control flowAlan Stern
2011-08-23USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto
2011-03-13USB: Add support for SuperSpeed isoc endpointsPaul Zimmerman
2010-10-22USB: output an error message when the pipe type doesn't match the endpoint typeSimon Arlott
2010-08-10USB: fix thread-unsafe anchor utiliy routinesChristian Lamparter
2010-05-20USB: Add a usb_pipe_endpoint() convenience functionMatthew Wilcox
2010-05-20USB: fix usbmon and DMA mapping for scatter-gather URBsAlan Stern
2010-05-20USB: remove uses of URB_NO_SETUP_DMA_MAPAlan Stern
2010-05-20USB: make hcd.h public (drivers dependency)Eric Lescouet
2010-03-19USB: Fix usb_fill_int_urb for SuperSpeed devicesMatthew Wilcox
2010-03-02USB: rename USB_SPEED_VARIABLE to USB_SPEED_WIRELESSGreg Kroah-Hartman
2010-03-02USB: check the endpoint type against the pipe typeAlan Stern
2009-12-11USB: allow interrupt transfers to WUSB devicesDavid Vrabel
2009-06-15USB: Support for bandwidth allocation.Sarah Sharp
2009-06-15USB: Add SuperSpeed to the list of USB device speeds.Sarah Sharp
2009-03-24USB: more u32 conversion after transfer_buffer_length and actual_lengthRoel Kluin
2009-03-24USB: allow libusb to talk to unauthenticated WUSB devicesDavid Vrabel
2009-01-07USB: extension of anchor API to unpoison an anchorOliver Neukum
2009-01-07USB: mark "reject" field of struct urb as atomic_tMing Lei
2008-11-13USB: mention URB_FREE_BUFFER in usb_free_urb documentationRabin Vincent
2008-10-29USB: fix crash when URBs are unlinked after the device is goneAlan Stern
2008-10-17USB: remove err() macro from usb core codeGreg Kroah-Hartman
2008-10-17USB: anchor API changes needed for btusbOliver Neukum
2008-10-17USB: extend poisoning to anchorsOliver Neukum
2008-10-17USB: kill URBs permanentlyOliver Neukum
2008-08-21USB: fix bug in usb_unlink_anchored_urbs()Oliver Neukum
2008-04-24USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-04-24USB: add extension of anchor API, usb_unlink_anchored_urbsOliver Neukum
2008-02-01USB: fix codingstyle issues in drivers/usb/core/*.cGreg Kroah-Hartman
2008-02-01USB: mark USB drivers as being GPL onlyGreg Kroah-Hartman
2007-10-25USB: add URB_FREE_BUFFER to permissible flagsOliver Neukum
2007-10-12USB: flush outstanding URBs when suspendingAlan Stern
2007-10-12USB: get rid of urb->lockAlan Stern
2007-10-12USB: cleanup for previous patchesAlan Stern
2007-10-12USB: address-0 handling during device initializationAlan Stern
2007-10-12USB: add direction bit to urb->transfer_flagsAlan Stern