summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/function
AgeCommit message (Expand)AuthorFilesLines
2022-01-26usb: gadget: f_uac1: Support multiple sampling ratesJulian Scheel2-28/+158
2022-01-26usb: gadget: f_uac2: Support multiple sampling ratesJulian Scheel2-41/+161
2022-01-26usb: gadget: u_audio: Add capture/playback srate getterPavel Hofman2-0/+30
2022-01-26usb: gadget: u_audio: Move dynamic srate from params to rtdPavel Hofman4-38/+38
2022-01-26usb: gadget: u_audio: Support multiple sampling ratesJulian Scheel5-2/+152
2022-01-26usb: gadget: f_mass_storage: Make CD-ROM emulation work with Mac OS-XRoger Quadros1-12/+58
2022-01-26usb: gadget: f_fs: Use struct_size() and flex_array_size() helpersGustavo A. R. Silva1-2/+2
2022-01-26usb: gadget: f_phonet: Use struct_size() helper in kzalloc()Gustavo A. R. Silva1-3/+1
2022-01-26usb: gadget: f_serial: Ensure gserial disconnected during unbindWesley Cheng1-0/+4
2022-01-26usb: gadget: f_sourcesink: Fix isoc transfer for USB_SPEED_SUPER_PLUSPavankumar Kondeti1-0/+1
2022-01-22proc: remove PDE_DATA() completelyMuchun Song1-2/+2
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2022-01-06usb: gadget: u_audio: Subdevice 0 for capture ctlsPavel Hofman1-2/+2
2022-01-06usb: gadget: u_audio: fix calculations for small bIntervalJohn Keeping1-11/+13
2022-01-03Merge 5.16-rc8 into usb-nextGreg Kroah-Hartman1-3/+6
2021-12-21usb: gadget: f_fs: Clear ffs_eventfd in ffs_data_clear.Vincent Pelletier1-3/+6
2021-12-20Merge 5.16-rc6 into usb-nextGreg Kroah-Hartman1-10/+6
2021-12-13exit: Rename complete_and_exit to kthread_complete_and_exitEric W. Biederman1-1/+1
2021-12-13usb: gadget: u_ether: fix race in setting MAC address in setup phaseMarian Postevca1-10/+6
2021-11-17usb: gadget: f_midi: allow resetting index optionJohn Keeping1-2/+46
2021-11-17usb: gadget: f_fs: Use stream_open() for endpoint filesPavankumar Kondeti1-2/+2
2021-11-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-25/+6
2021-11-04Merge tag 'usb-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds13-78/+296
2021-11-02Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+4
2021-10-30usb: gadget: f_mass_storage: Disable eps during disconnectWesley Cheng1-0/+10
2021-10-25fs: get rid of the res2 iocb->ki_complete argumentJens Axboe1-1/+1
2021-10-25usb: remove res2 argument from gadget code completionsJens Axboe1-1/+1
2021-10-25usb: gadget: uvc: implement dwPresentationTime and scrSourceClockMichael Olbrich3-5/+34
2021-10-25usb: gadget: uvc: use on returned header len in video_encode_isoc_sgMichael Grzeschik1-6/+6
2021-10-25usb:gadget: f_uac1: fixed sync playbackPavel Hofman4-4/+11
2021-10-21usb: gadget: uvc: ensure the vdev is unsetMichael Grzeschik1-0/+1
2021-10-21usb: gadget: uvc: only pump video data if necessaryMichael Grzeschik1-2/+5
2021-10-21usb: gadget: uvc: only schedule stream in streaming stateMichael Grzeschik2-2/+5
2021-10-21usb: gadget: uvc: test if ep->desc is valid on ep_queueMichael Grzeschik1-3/+6
2021-10-21usb: gadget: uvc: rename function to be more consistentMichael Tretter1-3/+4
2021-10-21usb: gadget: uvc: consistently use define for headerlenMichael Grzeschik3-6/+6
2021-10-20usb: gadget: u_ether: use eth_hw_addr_set()Jakub Kicinski1-1/+3
2021-10-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+10
2021-10-13net: remove single-byte netdev->dev_addr writesJakub Kicinski1-1/+4
2021-10-13usb: gadget: u_audio.c: Adding Playback Pitch ctl for sync playbackPavel Hofman2-26/+75
2021-10-11Merge 5.15-rc5 into usb-nextGreg Kroah-Hartman1-4/+10
2021-10-10usb: gadget: storage: add support for media larger than 2TNikita Yushchenko1-7/+80
2021-10-05usb: gadget: f_uac2: fixed EP-IN wMaxPacketSizePavel Hofman1-4/+10
2021-10-05usb: gadget: uvc: fix multiple opensThomas Haemmerle2-7/+44
2021-10-04scsi: target: usb: Replace enable attr with ops.enableDmitry Bogdanov1-25/+6
2021-09-27Merge 5.15-rc3 into usb-nextGreg Kroah-Hartman2-4/+28
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: u_audio: EP-OUT bInterval in fback frequencyPavel Hofman1-3/+10
2021-09-14usb: gadget: f_uac2: clean up some inconsistent indentingColin Ian King1-8/+8