aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/message.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'kernelorg/linux-3.0.y' into 3_0_64Andrew Dodd2013-02-271-23/+33
|\
| * USB: fix endpoint-disabling for failed config changesAlan Stern2013-01-211-22/+31
| * USB: fix gathering of interface associationsDaniel Mack2012-06-221-1/+2
* | Merge linux-3.0.31 from korg into jellybeancodeworkx2012-09-181-8/+9
|\ \ | |/
| * USB: fix deadlock in bConfigurationValue attribute methodAlan Stern2012-04-271-3/+3
| * USB: don't clear urb->dev in scatter-gather libraryAlan Stern2012-04-221-5/+6
* | samsung update 1codeworkx2012-06-021-1/+23
|/
* USB: additional regression fix for device removalAlan Stern2011-07-071-1/+8
* USB: fix regression occurring during device removalAlan Stern2011-07-011-0/+2
* USB: Free bandwidth when usb_disable_device is called.Sarah Sharp2011-06-151-1/+14
* usb: Change usb_hcd->bandwidth_mutex to a pointer.Sarah Sharp2011-03-131-11/+11
* USB: make usb_mark_last_busy use pm_runtime_mark_last_busyMing Lei2010-11-161-1/+0
* USB: use the no_callbacks flag for interfacesMing Lei2010-11-161-0/+2
* USB: disable endpoints after unbinding interfaces, not beforeAlan Stern2010-10-221-7/+7
* USB: fix bug in initialization of interface minor numbersAlan Stern2010-09-241-0/+1
* usb: allow drivers to use allocated bandwidth until unboundThadeu Lima de Souza Cascardo2010-09-031-11/+11
* USB: fix oops in usb_sg_init()Alan Stern2010-06-301-2/+5
* USB: simplify usb_sg_init()Alan Stern2010-05-201-55/+38
* USB: Change the scatterlist type in struct urbMatthew Wilcox2010-05-201-2/+2
* USB: Add a usb_pipe_endpoint() convenience functionMatthew Wilcox2010-05-201-2/+1
* USB: fix usbmon and DMA mapping for scatter-gather URBsAlan Stern2010-05-201-35/+10
* USB: make hcd.h public (drivers dependency)Eric Lescouet2010-05-201-1/+1
* USB: don't read past config->interface[] if usb_control_msg() fails in usb_re...Roel Kluin2010-03-021-1/+1
* USB: trivial: missing newline in usb core warning messageThadeu Lima de Souza Cascardo2010-03-021-1/+1
* USB: convert to the runtime PM frameworkAlan Stern2010-03-021-1/+0
* PM: Allow USB devices to suspend/resume asynchronouslyRafael J. Wysocki2010-02-261-0/+1
* USB: Don't use GFP_KERNEL while we cannot reset a storage deviceOliver Neukum2010-01-201-4/+4
* USB: core: message: fix sparse warningFelipe Balbi2009-12-111-1/+1
* USB: Check bandwidth when switching alt settings.Sarah Sharp2009-12-111-7/+62
* USB: fix a bug in the scatter-gather libraryAlan Stern2009-12-111-1/+2
* USB: make urb scatter-gather support more genericDavid Vrabel2009-12-111-7/+1
* tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-041-1/+1
* USB: Let usb_sg_init to set transfer_buffer more oftenPete Zaitcev2009-09-231-22/+10
* USB: fix LANGID=0 regressionDaniel Mack2009-07-121-18/+45
* USB: Push scatter gather lists down to host controller drivers.Sarah Sharp2009-06-151-48/+91
* USB: Support for bandwidth allocation.Sarah Sharp2009-06-151-0/+20
* NLS: update handling of UnicodeAlan Stern2009-06-151-7/+3
* usb: return device strings in UTF-8Clemens Ladisch2009-06-151-24/+17
* USB: add reset endpoint operationsDavid Vrabel2009-04-171-21/+37
* USB: allow malformed LANGID descriptorsDaniel Mack2009-03-241-4/+2
* USB: more u32 conversion after transfer_buffer_length and actual_lengthRoel Kluin2009-03-241-1/+1
* USB: add quirk to avoid config and interface stringsAlan Stern2009-03-241-1/+2
* USB: usb_get_string should check the descriptor typeAlan Stern2009-02-271-3/+8
* USB: fix toggle mismatch in disable_endpoint pathsAlan Stern2009-01-271-16/+24
* USB: re-enable interface after driver unbindsAlan Stern2009-01-071-10/+15
* USB: cancel pending Set-Config requests if userspace gets there firstAlan Stern2009-01-071-4/+38
* USB: utilize the bus notifiersAlan Stern2009-01-071-7/+43
* USB: Introduce usb_queue_reset() to do resets from atomic contextsInaky Perez-Gonzalez2009-01-071-0/+41
* USB: avoid needless address-taking of function parametersHarvey Harrison2009-01-071-3/+3
* USB: don't register endpoints for interfaces that are going awayAlan Stern2008-11-131-0/+1