summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/function/f_uac2.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-24usb: gadget: uac2: add req_number as parameterPeter Chen1-10/+29
2017-01-24usb: gadget: f_uac2: improve error handlingPeter Chen1-4/+6
2016-11-18usb: gadget: f_uac2: fix error handling at afunc_bindPeter Chen1-7/+7
2016-05-31usb: gadget: avoid exposing kernel stackHeinrich Schuchardt1-0/+1
2016-05-31usb: gadget: uac2: Drop unused device qualifier descriptorKrzysztof Opasiak1-12/+0
2016-03-04usb: gadget: Update usb_assign_descriptors for SuperSpeedPlusJohn Youn1-1/+2
2015-11-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds1-17/+11
2015-10-13usb-gadget/f_uac2: use per-attribute show and store methodsChristoph Hellwig1-17/+11
2015-09-27usb: gadget: f_uac2: eliminate abuse of ep->driver dataRobert Baldyga1-11/+0
2015-08-14Merge tag 'usb-for-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman1-2/+29
2015-08-04usb: gadget: f_uac2: fix build warningFelipe Balbi1-1/+1
2015-07-30usb: gadget: f_uac2: finalize wMaxPacketSize according to bandwidthPeter Chen1-2/+29
2015-07-27usb: gadget: f_uac2: fix calculation of uac2->p_intervalPeter Chen1-2/+2
2015-02-23usb: gadget: function: f_uac2: fix sparse warningsLad, Prabhakar1-17/+17
2014-10-23usb: gadget: function: Remove redundant usb_free_all_descriptorsPavitrakumar Managutte1-4/+6
2014-10-20usb: gadget: function: uac2: add a release methodFelipe Balbi1-0/+6
2014-10-20usb: gadget: function: uac2: prevent double ep disableFelipe Balbi1-0/+3
2014-10-20usb: gadget: function: uac2: add wMaxPacketSize to ep descFelipe Balbi1-0/+4
2014-09-02usb: gadget: f_uac2: send reasonably sized packetsDaniel Mack1-4/+65
2014-09-02usb: gadget: f_uac2: handle partial dma area wrapDaniel Mack1-9/+23
2014-09-02usb: gadget: f_uac2: introduce agdev_to_uac2_optsDaniel Mack1-2/+8
2014-09-02usb: gadget: f_uac2: add short-hand for 'dev'Daniel Mack1-18/+11
2014-09-02usb: gadget: f_uac2: restructure some code in afunc_set_alt()Daniel Mack1-23/+16
2014-08-20usb: gadget: f_uac2: add configfs supportAndrzej Pietrasiewicz1-0/+105
2014-08-20usb: gadget: f_uac2: use usb_gstrings_attachAndrzej Pietrasiewicz1-16/+17
2014-08-20usb: gadget: f_uac2: remove compatibility layerAndrzej Pietrasiewicz1-124/+0
2014-08-20usb: gadget: f_uac2: convert to new function interface with backward compatib...Andrzej Pietrasiewicz1-40/+204
2014-08-20usb: gadget: audio: Use container_of to free audio_devAndrzej Pietrasiewicz1-21/+14
2014-07-16usb: gadget: f_uac2: Fix pcm sample size selectionSebastian Reimers1-2/+22
2014-07-16usb: gadget: Gadget directory cleanup - group usb functionsAndrzej Pietrasiewicz1-0/+1354