summaryrefslogtreecommitdiff
path: root/drivers/usb/core/message.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-19usb: quirks: add control message delay for 1b1c:1b20Danilo Krummrich1-0/+4
2017-09-21USB: core: harden cdc_parse_cdc_headerGreg Kroah-Hartman1-0/+4
2017-04-11usb: get rid of some ReST doc build errorsMauro Carvalho Chehab1-0/+1
2017-01-19usb: core: update comments for send message functionsJaejoong Kim1-18/+15
2016-10-29USB: core: add missing license information to some filesGreg Kroah-Hartman1-0/+3
2016-09-13usb: core: setup dma_pfn_offset for USB devices and, interfacesRoger Quadros1-0/+5
2016-08-30usb: core: message: don't print on ENOMEMWolfram Sang1-4/+1
2016-07-18usbnet: move the CDC parser into USB coreOliver Neukum1-0/+153
2016-04-27drivers: usb: core: Minimize irq disabling in usb_sg_cancel()David Mosberger1-20/+17
2016-04-27drivers: usb: core: Don't disable irqs in usb_sg_wait() during URB submit.David Mosberger1-8/+7
2015-10-04usb: message: remove redundant declarationKris Borer1-2/+0
2015-09-22usb: interface authorization: Introduces the USB interface authorizationStefan Koch1-0/+38
2015-09-22usb: interface authorization: Introduces the default interface authorizationStefan Koch1-0/+1
2015-01-25USB: don't cancel queued resets when unbinding driversAlan Stern1-20/+3
2014-09-29usb: core: log higher level message on malformed LANGID descriptorScot Doyle1-3/+1
2014-04-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2014-04-02Merge tag 'usb-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-2/+5
2014-03-05usb: Clear host_endpoint->streams when implicitly freeing streamsHans de Goede1-2/+5
2014-02-20Merge branch 'master' into for-nextJiri Kosina1-3/+2
2014-02-19treewide: Fix typo in Documentation/DocBookMasanari Iida1-1/+1
2014-02-07staging: usbip: convert usbip-host driver to usb_device_driverValentina Manea1-0/+1
2014-01-09usb: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2014-01-08USB: core: correct spelling mistakes in comments and warningRahul Bedarkar1-2/+2
2013-10-16usb: Push USB2 LPM disable on disconnect into USB core.Sarah Sharp1-0/+4
2013-08-03usb: fix some scripts/kernel-doc warningsYacine Belkadi1-22/+27
2013-08-01USB: simplify the interface of usb_get_status()Alan Stern1-4/+9
2013-05-17usb: message: Fixed parenthesis error in sizeof function.Tülin İzer1-1/+1
2013-05-17usb: message: Fixed error: 'no space before bracket'Tülin İzer1-7/+7
2013-01-12usb/core: consider link speed while looking at bMaxPowerSebastian Andrzej Siewior1-1/+1
2012-11-22USB: core: Free the allocated memory before exiting on errorSachin Kamat1-1/+2
2012-11-22usb-core: remove CONFIG_HOTPLUG ifdefsBill Pemberton1-9/+0
2012-11-12USB: fix endpoint-disabling for failed config changesAlan Stern1-23/+31
2012-09-13USB: core: remove unused dbg() call in message.cGreg Kroah-Hartman1-2/+0
2012-07-11USB: Enable Latency Tolerance Messaging (LTM).Sarah Sharp1-0/+3
2012-07-11USB: Fix LPM disable count mismatch on driver unbind.Sarah Sharp1-0/+1
2012-07-11USB: Disable LPM while the device is unconfigured.Sarah Sharp1-3/+4
2012-06-21Merge 3.5-rc3 into usb-nextGreg Kroah-Hartman1-1/+2
2012-06-15USB: fix gathering of interface associationsDaniel Mack1-1/+2
2012-06-14USB: allow match on bInterfaceNumberBjørn Mork1-2/+3
2012-05-19USB: Disable USB 3.0 LPM in critical sections.Sarah Sharp1-0/+38
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