summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/urb.c
AgeCommit message (Expand)AuthorLines
2008-04-24USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison-1/+1
2008-04-24USB: add extension of anchor API, usb_unlink_anchored_urbsOliver Neukum-0/+24
2008-02-01USB: fix codingstyle issues in drivers/usb/core/*.cGreg Kroah-Hartman-10/+12
2008-02-01USB: mark USB drivers as being GPL onlyGreg Kroah-Hartman-8/+7
2007-10-25USB: add URB_FREE_BUFFER to permissible flagsOliver Neukum-1/+1
2007-10-12USB: flush outstanding URBs when suspendingAlan Stern-3/+0
2007-10-12USB: get rid of urb->lockAlan Stern-5/+6
2007-10-12USB: cleanup for previous patchesAlan Stern-6/+7
2007-10-12USB: address-0 handling during device initializationAlan Stern-3/+1
2007-10-12USB: add direction bit to urb->transfer_flagsAlan Stern-2/+16
2007-10-12USB: add urb->epAlan Stern-30/+35
2007-07-19USB: documentation update for usb_unlink_urbAlan Stern-43/+45
2007-07-12USB: Add URB_FREE_BUFFER flag and the logic behind itMarcel Holtmann-0/+3
2007-07-12USB: introduce usb_anchorOliver Neukum-3/+99
2007-02-07usbcore: trivial whitespace fixesOliver Neukum-10/+10
2007-02-07usbcore: remove unused bandwith-related codeAlan Stern-1/+0
2006-09-27USB: Remove unneeded void * casts in core filesTobias Klauser-1/+1
2006-09-27USB: remove struct usb_operationsAlan Stern-8/+5
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel-1/+0
2006-01-31[PATCH] USB: add might_sleep() to usb_unlink_urb() to warn developersGreg Kroah-Hartman-0/+1
2005-11-17[PATCH] USB: move CONFIG_USB_DEBUG checks into the MakefileGreg Kroah-Hartman-6/+0
2005-10-28[PATCH] updates for "controller suspended" handlingDavid Brownell-1/+2
2005-10-28[PATCH] gfp_t: drivers/usbAl Viro-2/+2
2005-09-08[PATCH] USB: URB_ASYNC_UNLINK flag removed from the kernelAlan Stern-22/+4
2005-07-12[PATCH] USB: Fix kmalloc's flags type in USBOlav Kongas-2/+2
2005-05-03[PATCH] USB: Spelling fixes for drivers/usb.Steven Cole-3/+3
2005-04-18[PATCH] USB: USB API documentation modificationAlan Stern-6/+10
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds-0/+511