summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/function (follow)
Commit message (Expand)AuthorAgeFilesLines
* usb: gadget: f_uac2: fix return value for UAC2_ATTRIBUTE_STRING storeKevin Groeneveld2024-10-161-3/+3
* move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-027-7/+7
* [tree-wide] finally take no_llseek outAl Viro2024-09-271-2/+0
* usb: gadget: function: move u_f.h to include/linux/usb/func_utils.hMichael Grzeschik2024-09-036-6/+6
* usb: f_mass_storage: Make use of the helper macro kthread_run()Hongbo Li2024-09-031-2/+1
* usb: gadget: f_acm: make bInterfaceProtocol configurableMichael Walle2024-09-032-2/+54
* Merge 6.11-rc6 into usb-nextGreg Kroah-Hartman2024-09-031-0/+1
|\
| * usb: gadget: uvc: queue pump work in uvcg_video_enable()Xu Yang2024-08-221-0/+1
* | USB: gadget: f_hid: Add GET_REPORT via userspace IOCTLChris Wulff2024-08-221-7/+266
* | usb: gadget: uvc: Fix ERR_PTR dereference in uvc_v4l2.cAbhishek Tamboli2024-08-221-1/+11
* | usb: gadget: f_uac1: Change volume name and remove alt namesChris Wulff2024-08-132-44/+28
* | usb: gadget: f_fs: add capability for dfu functional descriptorDavid Sands2024-08-131-2/+10
* | usb: gadget: f_uac2: Expose all string descriptors through configfs.Chris Wulff2024-08-132-18/+77
* | Merge 6.11-rc3 into usb-nextGreg Kroah-Hartman2024-08-124-26/+70
|\|
| * usb: gadget: f_fs: pull out f->disable() from ffs_func_set_alt()Tudor Ambarus2024-08-071-14/+22
| * usb: gadget: f_fs: restore ffs_func_disable() functionalityTudor Ambarus2024-08-071-3/+3
| * usb: gadget: u_serial: Set start_delayed during suspendPrashanth K2024-07-311-0/+1
| * usb: gadget: u_audio: Check return codes from usb_ep_enable and config_ep_by_...Chris Wulff2024-07-311-8/+34
| * usb: gadget: midi2: Fix the response for FB info with block 0xffTakashi Iwai2024-07-311-6/+15
* | usb: gadget: u_audio: Use C99 syntax for array initializersAbhishek Tamboli2024-08-071-5/+5
* | usb: gadget: u_serial: add .get_icount() supportMichael Walle2024-07-311-0/+22
* | usb: gadget: f_uac1: Expose all string descriptors through configfs.Chris Wulff2024-07-312-17/+74
|/
* usb: gadget: f_uac2: fix non-newline-terminated function nameJohn Keeping2024-07-101-1/+4
* usb: gadget: midi2: Fix incorrect default MIDI2 protocol setupTakashi Iwai2024-07-101-8/+11
* Merge 6.10-rc6 into usb-nextGreg Kroah-Hartman2024-07-012-13/+31
|\
| * Revert "usb: gadget: u_ether: Replace netif_stop_queue with netif_device_detach"Ferry Toth2024-06-271-1/+1
| * Revert "usb: gadget: u_ether: Re-attach netif device to mirror detachment"Ferry Toth2024-06-271-2/+0
| * usb: gadget: printer: fix races against disableOliver Neukum2024-06-201-10/+29
| * usb: gadget: printer: SS+ supportOliver Neukum2024-06-201-0/+1
* | usb: gadget: add missing MODULE_DESCRIPTION() macrosJeff Johnson2024-06-2025-0/+25
|/
* Merge 6.9-rc7 into usb-nextGreg Kroah-Hartman2024-05-102-4/+9
|\
| * usb: gadget: f_fs: Fix a race condition when processing setup packets.Chris Wulff2024-04-241-1/+1
| * usb: gadget: uvc: use correct buffer size when parsing configfs listsIvan Avdeev2024-04-241-2/+2
| * usb: gadget: f_fs: Fix race between aio_cancel() and AIO request completeWesley Cheng2024-04-241-1/+6
* | usb: gadget: u_audio: Clear uac pointer when freed.Chris Wulff2024-05-041-0/+2
* | usb: gadget: u_audio: Fix race condition use of controls after free during ga...Chris Wulff2024-05-041-10/+9
* | Merge 6.9-rc5 into usb-nextGreg Kroah-Hartman2024-04-232-15/+18
|\|
| * usb: gadget: f_ncm: Fix UAF ncm object at re-bind after usb ep transport errorNorihiko Hama2024-04-041-2/+2
| * usb: gadget: functionfs: Wait for fences before enqueueing DMABUFPaul Cercueil2024-04-041-11/+12
| * usb: gadget: functionfs: Fix inverted DMA fence directionPaul Cercueil2024-04-041-2/+4
* | usb: gadget: function: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET2024-04-183-8/+8
* | usb: gadget: u_audio: Use snprintf() instead of sprintf()Christophe JAILLET2024-03-261-1/+2
* | usb: gadget: u_audio: Use the 2-argument version of strscpy()Christophe JAILLET2024-03-261-3/+3
* | usb: gadget: u_audio: Fix the size of a buffer in a strscpy() callChristophe JAILLET2024-03-261-1/+1
* | usb: gadget: u_ether: replace deprecated strncpy with strscpyJustin Stitt2024-03-261-1/+1
* | usb: gadget: f_fs: Add the missing get_alt callbackHardik Gajjar2024-03-261-1/+19
* | usb: gadget: uvc: configfs: ensure guid to be valid before setMichael Grzeschik2024-03-261-1/+13
* | usb: gadget: uvc: fix try format returns on uncompressed formatsMichael Grzeschik2024-03-261-5/+19
|/
* Merge tag 'usb-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2024-03-213-80/+570
|\
| * Merge v6.8-rc6 into usb-nextGreg Kroah-Hartman2024-02-261-1/+9
| |\