aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/usb/gadget/function (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-07Merge tag 'usb-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds12-62/+390
2022-09-30usb: gadget: uvc: don't put item still in useMichael Grzeschik1-1/+0
2022-09-30usb: gadget: uvc: Fix argument to sizeof() in uvc_register_video()Nathan Chancellor1-1/+1
2022-09-27usb: gadget: Replace runtime->status->state reference to runtime->stateTakashi Iwai1-2/+2
2022-09-22usb: gadget: uvc: add v4l2 try_format api callMichael Grzeschik1-0/+110
2022-09-22usb: gadget: uvc: add v4l2 enumeration api callsMichael Grzeschik3-0/+208
2022-09-22usb: gadget: add _init/__exit annotations to module init/exit funcsXiu Jianfeng2-4/+4
2022-09-22usb: gadget: function: fix dangling pnp_string in f_printer.cAlbert Briscoe1-6/+6
2022-09-09usb: gadget: uvc: increase worker prio to WQ_HIGHPRIMichael Grzeschik4-3/+13
2022-09-07usb: gadget: f_fs: stricter integer overflow checksDan Carpenter1-2/+2
2022-09-05Merge 6.0-rc4 into usb-nextGreg Kroah-Hartman2-4/+18
2022-08-31usb: gadget: function: rndis: limit # of RNDIS instances to 1000Sergey Shtylyov1-1/+1
2022-08-31usb: gadget: f_ncm: noop - remove INIT_NDP{16,32}_OPTS macrosMaciej Żenczykowski1-32/+28
2022-08-30usb: gadget: mass_storage: Fix cdrom data transfers on MAC-OSKrishna Kurapati1-2/+4
2022-08-19usb: gadget: f_uac2: fix superspeed transferJing Leng1-2/+14
2022-08-19usb: move from strlcpy with unused retval to strscpyWolfram Sang4-9/+9
2022-08-19USB: gadget: f_mass_storage: get rid of DEVICE_ATTR() usageGreg Kroah-Hartman1-3/+8
2022-08-18usb: gadget: rndis: use %u instead of %d to print u32 valuesRay Hung1-1/+1
2022-07-25USB: gadget: f_acm: use CDC definesJohan Hovold1-15/+5
2022-07-18Merge 5.19-rc7 into usb-nextGreg Kroah-Hartman1-2/+4
2022-07-14usb: gadget: f_mass_storage: forced_eject attributeMaxim Devaev3-0/+42
2022-07-08usb: gadget: uvc: fix changing interface name via configfsMichael Grzeschik1-2/+4
2022-06-29usb: gadget: f_mass_storage: Make CD-ROM emulation works with Windows OSNeal Liu1-5/+6
2022-06-27Merge 5.19-rc4 into usb-nextGreg Kroah-Hartman1-0/+3
2022-06-24usb: gadget: u_ether: Remove duplicated include in u_ether.cYang Li1-1/+0
2022-06-21usb: gadget: uvc: fix list double add in uvcg_video_pumpDan Vacura1-0/+3
2022-06-20Merge v5.19-rc3 into usb-nextGreg Kroah-Hartman2-17/+35
2022-06-10usb: gadget: f_fs: change ep->ep safe in ffs_epfile_io()Linyu Yuan1-0/+6
2022-06-10usb: gadget: f_fs: change ep->status safe in ffs_epfile_io()Linyu Yuan1-15/+19
2022-06-10usb: gadget: uvc: call uvc uvcg_warn on completed status instead of uvcg_infoMichael Grzeschik1-1/+1
2022-06-10usb: gadget: uvc: calculate the number of request depending on framesizeMichael Grzeschik1-5/+12
2022-06-10usb: gadget: uvc: Fix comment blocks styleLaurent Pinchart3-17/+31
2022-06-10usb: gadget: u_ether: fix regression in setting fixed MAC addressMarian Postevca1-2/+10
2022-06-03Merge tag 'usb-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds10-148/+232
2022-05-05usb: gadget: uvc: allow for application to cleanly shutdownDan Vacura3-1/+29
2022-05-05usb: gadget: uvc: track frames in format entriesMichael Grzeschik2-1/+30
2022-05-05usb: gadget: uvc: move structs to common headerMichael Grzeschik3-111/+115
2022-05-05usb: gadget: uvc: prevent index variables to start from 0Michael Grzeschik1-0/+12
2022-05-03Merge 5.18-rc5 into usb-nextGreg Kroah-Hartman1-0/+2
2022-04-21usb: gadget: f_acm: add support for USB_CDC_REQ_SEND_BREAKMichael Grzeschik1-0/+10
2022-04-21usb: gadget: u_audio: clean up some inconsistent indentingJiapeng Chong1-2/+2
2022-04-21usb: gadget: uvc: improve sg exit conditionMichael Grzeschik1-1/+1
2022-04-21usb: gadget: uvc: giveback vb2 buffer on req completeMichael Grzeschik3-3/+11
2022-04-21usb: gadget: uvc: rework uvcg_queue_next_buffer to uvcg_complete_bufferMichael Grzeschik3-15/+6
2022-04-21usb: gadget: uvc: remove pause flag useDan Vacura2-15/+1
2022-04-21usb: gadget: uvc: allow changing interface name via configfsDan Vacura3-1/+45
2022-04-19usb: gadget: uvc: Fix crash when encoding data for usb requestDan Vacura1-0/+2
2022-03-26Merge tag 'usb-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds11-191/+882
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-0/+1
2022-03-21fs: Move many prototypes to pagemap.hMatthew Wilcox (Oracle)1-0/+1