aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/usb/gadget/function/f_uac2.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-12-15usb: gadget: f_uac2: Replace snprintf() with the safer scnprintf() variantLee Jones1-3/+3
2023-10-05usb: gadget: f_uac2: allow changing terminal types through configfsJames Gruber1-2/+14
2023-01-25usb: gadget: f_uac2: Fix incorrect increment of bNumEndpointsPratham Pratap1-0/+1
2022-08-19usb: gadget: f_uac2: fix superspeed transferJing Leng1-2/+14
2022-02-14Merge 5.17-rc4 into usb-nextGreg Kroah-Hartman1-2/+2
2022-02-04usb: gadget: f_uac2: Neaten and reduce size of afunc_validate_optsJoe Perches1-53/+38
2022-02-04usb: gadget: f_uac2: change maxpctksize/maxpcktsize to wMaxPacketSizeColin Ian King1-2/+2
2022-01-31usb: gadget: f_uac2: Add speed names to bInterval dbg/warnPavel Hofman1-4/+14
2022-01-31usb: gadget: f_uac2: Optionally determine bInterval for HS and SSPavel Hofman1-41/+85
2022-01-31usb: gadget: f_uac2: Add HS/SS bInterval to configfsPavel Hofman1-4/+27
2022-01-31usb: gadget: f_uac2: Define specific wTerminalTypePavel Hofman1-2/+2
2022-01-26usb: gadget: f_uac2: allow changing interface name via configfsYunhao Tian1-1/+45
2022-01-26usb: gadget: f_uac2: Add suspend callbackPavel Hofman1-0/+9
2022-01-26usb: gadget: f_uac2: Support multiple sampling ratesJulian Scheel1-40/+159
2022-01-26usb: gadget: u_audio: Move dynamic srate from params to rtdPavel Hofman1-2/+0
2022-01-26usb: gadget: u_audio: Support multiple sampling ratesJulian Scheel1-0/+2
2021-10-25usb:gadget: f_uac1: fixed sync playbackPavel Hofman1-1/+2
2021-10-13usb: gadget: u_audio.c: Adding Playback Pitch ctl for sync playbackPavel Hofman1-2/+3
2021-10-11Merge 5.15-rc5 into usb-nextGreg Kroah-Hartman1-4/+10
2021-10-05usb: gadget: f_uac2: fixed EP-IN wMaxPacketSizePavel Hofman1-4/+10
2021-09-27Merge 5.15-rc3 into usb-nextGreg Kroah-Hartman1-1/+18
2021-09-14usb: gadget: f_uac2: Populate SS descriptors' wBytesPerIntervalJack Pham1-0/+3
2021-09-14usb: gadget: f_uac2: Add missing companion descriptor for feedback EPJack Pham1-1/+15
2021-09-14usb: gadget: f_uac2: clean up some inconsistent indentingColin Ian King1-8/+8
2021-08-05usb: gadget: f_uac2: remove redundant assignments to pointer i_featureColin Ian King1-8/+4
2021-07-21usb: gadget: f_uac2: add volume and mute supportRuslan Bilovol1-61/+595
2021-06-09usb: gadget: u_audio: add real feedback implementationRuslan Bilovol1-1/+8
2021-06-09usb: gadget: f_uac2: add adaptive sync support for captureRuslan Bilovol1-9/+91
2021-06-09usb: gadget: f_uac2/u_audio: add feedback endpoint supportRuslan Bilovol1-1/+48
2021-03-23usb: gadget: f_uac2: validate input parametersRuslan Bilovol1-2/+37
2021-03-23usb: f_uac2: adds support for SS and SSPPawel Laszczak1-67/+161
2021-03-10usb: gadget: f_uac2: always increase endpoint max_packet_size by one audio slotRuslan Bilovol1-1/+1
2020-12-28usb: gadget: f_uac2: reset wMaxPacketSizeJerome Brunet1-14/+55
2020-07-24usb: gadget: f_uac2: fix AC Interface Header Descriptor wTotalLengthRuslan Bilovol1-5/+2
2018-10-02usb: gadget: f_uac2: disable IN/OUT ep if unusedAndreas Pape1-44/+172
2018-07-17usb: gadget: f_uac2: fix endianness of 'struct cntrl_*_lay3'Eugeniu Rosca1-10/+10
2018-07-17usb: gadget: f_uac2: fix error handling in afunc_bind (again)Eugeniu Rosca1-2/+2
2018-02-12usb: gadget: f_uac2: fix bFirstInterface in composite gadgetJohn Keeping1-0/+2
2017-11-14Merge tag 'configfs-for-4.15' of git://git.infradead.org/users/hch/configfsLinus Torvalds1-1/+1
2017-11-07USB: gadget: function: Remove redundant license textGreg Kroah-Hartman1-5/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-10-19usb: gadget: make config_item_type structures constBhumika Goyal1-1/+1
2017-07-18usb: gadget: f_uac2: endianness fixes.Ruslan Bilovol1-11/+14
2017-06-19usb: gadget: f_uac2: split out audio coreRuslan Bilovol1-636/+82
2017-06-19usb: gadget: f_uac2: remove platform driver/device creationRuslan Bilovol1-79/+28
2017-05-17usb: gadget: f_uac2: calculate wMaxPacketSize before endpoint matchSekhar Nori1-6/+6
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