summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/composite.c
Commit message (Expand)AuthorAgeFilesLines
* usb: gadget: send usb_gadget as an argument in get_config_paramsAnurag Kumar Vulisha2019-06-181-1/+1
* usb: gadget: Fix OS descriptors supportBenjamin Herrenschmidt2018-07-171-1/+0Star
* usb: gadget: composite: fix delayed_status race condition when set_interfaceChunfeng Yun2018-06-191-0/+3
* usb: gadget: composite: fill bcdUSB as 0x0320 for SuperSpeed or higher speedsChunfeng Yun2018-05-151-1/+1
* usb/gadget: Add an EP dispose() callback for EP lifetime trackingBenjamin Herrenschmidt2018-03-231-0/+16
* usb: gadget: composite: remove duplicated code in OS desc handlingChris Dickens2018-03-081-50/+22Star
* usb: gadget: composite: fix incorrect handling of OS desc requestsChris Dickens2018-03-081-21/+19Star
* usb: gadget: don't dereference g until after it has been null checkedColin Ian King2017-11-281-2/+5
* USB: gadget: Remove redundant license textGreg Kroah-Hartman2017-11-071-5/+0Star
* USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
* usb: gadget: composite: mark expected switch fall-throughsGustavo A. R. Silva2017-11-011-3/+4
* usb: gadget: composite: Fix use-after-free in usb_composite_overwrite_optionsAndrew Gabbasov2017-10-111-0/+5
* Merge tag 'usb-for-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2017-06-201-25/+34
|\
| * usb: gadget: Allow a non-SuperSpeed gadget to support LPMJohn Youn2017-06-021-2/+6
| * usb: gadget: composite: Exclude SS Dev Cap DescJohn Youn2017-06-021-23/+28
* | usb: gadget: composite: make sure to reactivate function on unbindFelipe Balbi2017-06-061-6/+5Star
|/
* usb: gadget: composite: Fix function used to free memoryChristophe JAILLET2017-01-121-1/+1
* usb: gadget: composite: Test get_alt() presence instead of set_alt()Krzysztof Opasiak2017-01-021-4/+8
* usb: gadget: composite: use kasprintf() instead of open coding itJuergen Gross2016-11-031-12/+2Star
* usb: gadget: composite: remove unnecessary & operationFelipe Balbi2016-11-031-1/+1
* usb: gadget: composite: always set ep->mult to a sensible valueFelipe Balbi2016-10-311-2/+7
* usb: gadget: composite: correctly initialize ep->maxpacketFelipe Balbi2016-10-311-1/+1
* usb: gadget: composite: let USB functions process ctrl reqs in cfg0Felix Hädicke2016-08-251-6/+10
* usb: gadget: composite: Fix return value in case of errorChristophe JAILLET2016-08-111-2/+2
* usb: gadget: composite: fix dereference after null check coverify warningPeter Chen2016-08-111-0/+2
* usb: gadget: composite: don't queue OS desc req if length is invalidWilliam Wu2016-05-311-8/+13
* Merge tag 'usb-for-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman2016-04-281-3/+19
|\
| * usb: gadget: composite: avoid kernel oops with bad gadgetsFelipe Balbi2016-04-281-3/+19
* | usb: gadget: composite: Clear reserved fields of SSP Dev CapJohn Youn2016-04-181-0/+2
|/
* usb: gadget: composite: Access SSP Dev Cap fields properlyJohn Youn2016-03-291-3/+5
* usb: gadget: composite: handle otg status selector request from OTG hostLi Jun2016-03-041-8/+17
* usb: gadget: composite: Update debug message for SuperSpeedPlusJohn Youn2016-03-041-1/+2
* usb: gadget: composite: Configure the usb_ep for SuperSpeedPlusJohn Youn2016-03-041-1/+8
* usb: gadget: composite: Write SuperSpeedPlus config descriptorsJohn Youn2016-03-041-1/+5
* usb: gadget: composite: Add function to get descriptorsJohn Youn2016-03-041-21/+32
* usb: gadget: composite: Count configs for SuperSpeedPlusJohn Youn2016-03-041-1/+7
* usb: gadget: Update config for SuperSpeedPlusJohn Youn2016-03-041-0/+2
* usb: gadget: composite: Return SSP Dev Cap descriptorJohn Youn2016-03-041-0/+42
* usb: gadget: composite: Return bcdUSB 0x0310John Youn2016-03-041-1/+1
* usb: gadget: composite: fill bcdUSB for any gadget max speedIgor Kotrasinski2015-10-091-0/+2
* usb: gadget: fix few outdated commentsRobert Baldyga2015-09-271-3/+1Star
* usb: gadget: composite: add USB_DT_OTG request handlingMacpaul Lin2015-07-291-0/+27
* usb: composite: add bind_deactivated flag to usb_functionRobert Baldyga2015-07-291-0/+6
* usb: composite: fix usb_function_activate/deactivate functionsRobert Baldyga2015-07-291-2/+2
* usb: gadget: composite.c: i18n is not an acronymDiego Viola2015-07-291-2/+2
* usb: gadget: composite: Fix NULL pointer dereferenceKishon Vijay Abraham I2015-07-061-4/+7
* usb: gadget: Fix typo fond in Documentation/Docbook/gadget.xmlMasanari Iida2015-03-111-2/+2
* usb: gadget: composite: add req_match method to usb_functionAndrzej Pietrasiewicz2015-03-101-1/+5
* usb: gadget: composite: don't try standard handling for non-standard requestsAndrzej Pietrasiewicz2015-03-101-0/+7
* usb: gadget: Fix os desc testMario Schuknecht2015-01-271-1/+1