summaryrefslogtreecommitdiff
path: root/drivers/usb/core/message.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-17USB: fix endpoint-disabling for failed config changesAlan Stern1-22/+31
2012-06-22USB: fix gathering of interface associationsDaniel Mack1-1/+2
2012-04-18USB: fix deadlock in bConfigurationValue attribute methodAlan Stern1-3/+3
2012-04-07USB: don't clear urb->dev in scatter-gather libraryAlan Stern1-5/+6
2011-09-30USB: message: cleanup min_t() cast in usb_sg_init()Dan Carpenter1-1/+1
2011-07-08USB: additional regression fix for device removalAlan Stern1-1/+8
2011-07-02USB: fix regression occurring during device removalAlan Stern1-0/+2
2011-06-16USB: Free bandwidth when usb_disable_device is called.Sarah Sharp1-1/+14
2011-03-14usb: Change usb_hcd->bandwidth_mutex to a pointer.Sarah Sharp1-11/+11
2010-11-17USB: make usb_mark_last_busy use pm_runtime_mark_last_busyMing Lei1-1/+0
2010-11-17USB: use the no_callbacks flag for interfacesMing Lei1-0/+2
2010-10-22USB: disable endpoints after unbinding interfaces, not beforeAlan Stern1-7/+7
2010-09-24USB: fix bug in initialization of interface minor numbersAlan Stern1-0/+1
2010-09-04usb: allow drivers to use allocated bandwidth until unboundThadeu Lima de Souza Cascardo1-11/+11
2010-06-30USB: fix oops in usb_sg_init()Alan Stern1-2/+5
2010-05-21USB: simplify usb_sg_init()Alan Stern1-55/+38
2010-05-21USB: Change the scatterlist type in struct urbMatthew Wilcox1-2/+2
2010-05-21USB: Add a usb_pipe_endpoint() convenience functionMatthew Wilcox1-2/+1
2010-05-21USB: fix usbmon and DMA mapping for scatter-gather URBsAlan Stern1-35/+10
2010-05-21USB: make hcd.h public (drivers dependency)Eric Lescouet1-1/+1
2010-03-03USB: don't read past config->interface[] if usb_control_msg() fails in usb_re...Roel Kluin1-1/+1
2010-03-03USB: trivial: missing newline in usb core warning messageThadeu Lima de Souza Cascardo1-1/+1
2010-03-03USB: convert to the runtime PM frameworkAlan Stern1-1/+0
2010-02-26PM: Allow USB devices to suspend/resume asynchronouslyRafael J. Wysocki1-0/+1
2010-01-21USB: Don't use GFP_KERNEL while we cannot reset a storage deviceOliver Neukum1-4/+4
2009-12-11USB: core: message: fix sparse warningFelipe Balbi1-1/+1
2009-12-11USB: Check bandwidth when switching alt settings.Sarah Sharp1-7/+62
2009-12-11USB: fix a bug in the scatter-gather libraryAlan Stern1-1/+2
2009-12-11USB: make urb scatter-gather support more genericDavid Vrabel1-7/+1
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-09-23USB: Let usb_sg_init to set transfer_buffer more oftenPete Zaitcev1-22/+10
2009-07-13USB: fix LANGID=0 regressionDaniel Mack1-18/+45
2009-06-16USB: Push scatter gather lists down to host controller drivers.Sarah Sharp1-48/+91
2009-06-16USB: Support for bandwidth allocation.Sarah Sharp1-0/+20
2009-06-16NLS: update handling of UnicodeAlan Stern1-7/+3
2009-06-16usb: return device strings in UTF-8Clemens Ladisch1-24/+17
2009-04-17USB: add reset endpoint operationsDavid Vrabel1-21/+37
2009-03-25USB: allow malformed LANGID descriptorsDaniel Mack1-4/+2
2009-03-25USB: more u32 conversion after transfer_buffer_length and actual_lengthRoel Kluin1-1/+1
2009-03-25USB: add quirk to avoid config and interface stringsAlan Stern1-1/+2
2009-02-28USB: usb_get_string should check the descriptor typeAlan Stern1-3/+8
2009-01-28USB: fix toggle mismatch in disable_endpoint pathsAlan Stern1-16/+24
2009-01-07USB: re-enable interface after driver unbindsAlan Stern1-10/+15
2009-01-07USB: cancel pending Set-Config requests if userspace gets there firstAlan Stern1-4/+38
2009-01-07USB: utilize the bus notifiersAlan Stern1-7/+43
2009-01-07USB: Introduce usb_queue_reset() to do resets from atomic contextsInaky Perez-Gonzalez1-0/+41
2009-01-07USB: avoid needless address-taking of function parametersHarvey Harrison1-3/+3
2008-11-14USB: don't register endpoints for interfaces that are going awayAlan Stern1-0/+1
2008-10-18USB: remove warn() macro from usb driversGreg Kroah-Hartman1-1/+2
2008-08-14USB: fix interface unregistration logicAlan Stern1-1/+1