summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/function/f_uac2.c
AgeCommit message (Expand)Author
2022-01-31usb: gadget: f_uac2: Define specific wTerminalTypePavel Hofman
2021-10-25usb:gadget: f_uac1: fixed sync playbackPavel Hofman
2021-10-13usb: gadget: u_audio.c: Adding Playback Pitch ctl for sync playbackPavel Hofman
2021-10-11Merge 5.15-rc5 into usb-nextGreg Kroah-Hartman
2021-10-05usb: gadget: f_uac2: fixed EP-IN wMaxPacketSizePavel Hofman
2021-09-27Merge 5.15-rc3 into usb-nextGreg Kroah-Hartman
2021-09-14usb: gadget: f_uac2: Populate SS descriptors' wBytesPerIntervalJack Pham
2021-09-14usb: gadget: f_uac2: Add missing companion descriptor for feedback EPJack Pham
2021-09-14usb: gadget: f_uac2: clean up some inconsistent indentingColin Ian King
2021-08-05usb: gadget: f_uac2: remove redundant assignments to pointer i_featureColin Ian King
2021-07-21usb: gadget: f_uac2: add volume and mute supportRuslan Bilovol
2021-06-09usb: gadget: u_audio: add real feedback implementationRuslan Bilovol
2021-06-09usb: gadget: f_uac2: add adaptive sync support for captureRuslan Bilovol
2021-06-09usb: gadget: f_uac2/u_audio: add feedback endpoint supportRuslan Bilovol
2021-03-23usb: gadget: f_uac2: validate input parametersRuslan Bilovol
2021-03-23usb: f_uac2: adds support for SS and SSPPawel Laszczak
2021-03-10usb: gadget: f_uac2: always increase endpoint max_packet_size by one audio slotRuslan Bilovol
2020-12-28usb: gadget: f_uac2: reset wMaxPacketSizeJerome Brunet
2020-07-24usb: gadget: f_uac2: fix AC Interface Header Descriptor wTotalLengthRuslan Bilovol
2018-10-02usb: gadget: f_uac2: disable IN/OUT ep if unusedAndreas Pape
2018-07-17usb: gadget: f_uac2: fix endianness of 'struct cntrl_*_lay3'Eugeniu Rosca
2018-07-17usb: gadget: f_uac2: fix error handling in afunc_bind (again)Eugeniu Rosca
2018-02-12usb: gadget: f_uac2: fix bFirstInterface in composite gadgetJohn Keeping
2017-11-14Merge tag 'configfs-for-4.15' of git://git.infradead.org/users/hch/configfsLinus Torvalds
2017-11-07USB: gadget: function: Remove redundant license textGreg Kroah-Hartman
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman
2017-10-19usb: gadget: make config_item_type structures constBhumika Goyal
2017-07-18usb: gadget: f_uac2: endianness fixes.Ruslan Bilovol
2017-06-19usb: gadget: f_uac2: split out audio coreRuslan Bilovol
2017-06-19usb: gadget: f_uac2: remove platform driver/device creationRuslan Bilovol
2017-05-17usb: gadget: f_uac2: calculate wMaxPacketSize before endpoint matchSekhar Nori
2017-01-24usb: gadget: uac2: add req_number as parameterPeter Chen
2017-01-24usb: gadget: f_uac2: improve error handlingPeter Chen
2016-11-18usb: gadget: f_uac2: fix error handling at afunc_bindPeter Chen
2016-05-31usb: gadget: avoid exposing kernel stackHeinrich Schuchardt
2016-05-31usb: gadget: uac2: Drop unused device qualifier descriptorKrzysztof Opasiak
2016-03-04usb: gadget: Update usb_assign_descriptors for SuperSpeedPlusJohn Youn
2015-11-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2015-10-13usb-gadget/f_uac2: use per-attribute show and store methodsChristoph Hellwig
2015-09-27usb: gadget: f_uac2: eliminate abuse of ep->driver dataRobert Baldyga
2015-08-14Merge tag 'usb-for-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman
2015-08-04usb: gadget: f_uac2: fix build warningFelipe Balbi
2015-07-30usb: gadget: f_uac2: finalize wMaxPacketSize according to bandwidthPeter Chen
2015-07-27usb: gadget: f_uac2: fix calculation of uac2->p_intervalPeter Chen
2015-02-23usb: gadget: function: f_uac2: fix sparse warningsLad, Prabhakar
2014-10-23usb: gadget: function: Remove redundant usb_free_all_descriptorsPavitrakumar Managutte
2014-10-20usb: gadget: function: uac2: add a release methodFelipe Balbi
2014-10-20usb: gadget: function: uac2: prevent double ep disableFelipe Balbi
2014-10-20usb: gadget: function: uac2: add wMaxPacketSize to ep descFelipe Balbi
2014-09-02usb: gadget: f_uac2: send reasonably sized packetsDaniel Mack