summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/message.c
AgeCommit message (Expand)AuthorLines
2015-10-04usb: message: remove redundant declarationKris Borer-2/+0
2015-09-22usb: interface authorization: Introduces the USB interface authorizationStefan Koch-0/+38
2015-09-22usb: interface authorization: Introduces the default interface authorizationStefan Koch-0/+1
2015-01-25USB: don't cancel queued resets when unbinding driversAlan Stern-20/+3
2014-09-28usb: core: log higher level message on malformed LANGID descriptorScot Doyle-3/+1
2014-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-1/+1
2014-04-01Merge tag 'usb-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-2/+5
2014-03-04usb: Clear host_endpoint->streams when implicitly freeing streamsHans de Goede-2/+5
2014-02-20Merge branch 'master' into for-nextJiri Kosina-3/+2
2014-02-19treewide: Fix typo in Documentation/DocBookMasanari Iida-1/+1
2014-02-07staging: usbip: convert usbip-host driver to usb_device_driverValentina Manea-0/+1
2014-01-08usb: delete non-required instances of include <linux/init.h>Paul Gortmaker-1/+0
2014-01-07USB: core: correct spelling mistakes in comments and warningRahul Bedarkar-2/+2
2013-10-16usb: Push USB2 LPM disable on disconnect into USB core.Sarah Sharp-0/+4
2013-08-03usb: fix some scripts/kernel-doc warningsYacine Belkadi-22/+27
2013-07-31USB: simplify the interface of usb_get_status()Alan Stern-4/+9
2013-05-17usb: message: Fixed parenthesis error in sizeof function.Tülin İzer-1/+1
2013-05-17usb: message: Fixed error: 'no space before bracket'Tülin İzer-7/+7
2013-01-11usb/core: consider link speed while looking at bMaxPowerSebastian Andrzej Siewior-1/+1
2012-11-21USB: core: Free the allocated memory before exiting on errorSachin Kamat-1/+2
2012-11-21usb-core: remove CONFIG_HOTPLUG ifdefsBill Pemberton-9/+0
2012-11-11USB: fix endpoint-disabling for failed config changesAlan Stern-23/+31
2012-09-13USB: core: remove unused dbg() call in message.cGreg Kroah-Hartman-2/+0
2012-07-11USB: Enable Latency Tolerance Messaging (LTM).Sarah Sharp-0/+3
2012-07-11USB: Fix LPM disable count mismatch on driver unbind.Sarah Sharp-0/+1
2012-07-11USB: Disable LPM while the device is unconfigured.Sarah Sharp-3/+4
2012-06-20Merge 3.5-rc3 into usb-nextGreg Kroah-Hartman-1/+2
2012-06-14USB: fix gathering of interface associationsDaniel Mack-1/+2
2012-06-13USB: allow match on bInterfaceNumberBjørn Mork-2/+3
2012-05-18USB: Disable USB 3.0 LPM in critical sections.Sarah Sharp-0/+38
2012-04-17USB: fix deadlock in bConfigurationValue attribute methodAlan Stern-3/+3
2012-04-06USB: don't clear urb->dev in scatter-gather libraryAlan Stern-5/+6
2011-09-29USB: message: cleanup min_t() cast in usb_sg_init()Dan Carpenter-1/+1
2011-07-07USB: additional regression fix for device removalAlan Stern-1/+8
2011-07-01USB: fix regression occurring during device removalAlan Stern-0/+2
2011-06-15USB: Free bandwidth when usb_disable_device is called.Sarah Sharp-1/+14
2011-03-13usb: Change usb_hcd->bandwidth_mutex to a pointer.Sarah Sharp-11/+11
2010-11-16USB: make usb_mark_last_busy use pm_runtime_mark_last_busyMing Lei-1/+0
2010-11-16USB: use the no_callbacks flag for interfacesMing Lei-0/+2
2010-10-22USB: disable endpoints after unbinding interfaces, not beforeAlan Stern-7/+7
2010-09-24USB: fix bug in initialization of interface minor numbersAlan Stern-0/+1
2010-09-03usb: allow drivers to use allocated bandwidth until unboundThadeu Lima de Souza Cascardo-11/+11
2010-06-30USB: fix oops in usb_sg_init()Alan Stern-2/+5
2010-05-20USB: simplify usb_sg_init()Alan Stern-55/+38
2010-05-20USB: Change the scatterlist type in struct urbMatthew Wilcox-2/+2
2010-05-20USB: Add a usb_pipe_endpoint() convenience functionMatthew Wilcox-2/+1
2010-05-20USB: fix usbmon and DMA mapping for scatter-gather URBsAlan Stern-35/+10
2010-05-20USB: make hcd.h public (drivers dependency)Eric Lescouet-1/+1
2010-03-02USB: don't read past config->interface[] if usb_control_msg() fails in usb_re...Roel Kluin-1/+1
2010-03-02USB: trivial: missing newline in usb core warning messageThadeu Lima de Souza Cascardo-1/+1