summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget
AgeCommit message (Expand)AuthorFilesLines
2023-10-25usb: gadget: ncm: Handle decoding of multiple NTB's in unwrap callKrishna Kurapati1-7/+19
2023-10-25usb: gadget: udc-xilinx: replace memcpy with memcpy_toioPiyush Mehta1-8/+12
2023-09-23usb: gadget: fsl_qe_udc: validate endpoint index for ch9 udcMa Ke1-1/+5
2023-09-19USB: gadget: f_mass_storage: Fix unused variable warningAlan Stern1-1/+1
2023-08-26usb: gadget: udc: core: Introduce check_config to verify USB configurationWesley Cheng1-0/+19
2023-08-26usb: gadget: u_serial: Avoid spinlock recursion in __gs_console_pushPrashanth K1-0/+3
2023-08-11USB: gadget: Fix the memory leak in raw_gadget driverZqiang1-4/+6
2023-08-11Revert "usb: gadget: tegra-xudc: Fix error check in tegra_xudc_powerdomain_in...Dan Carpenter1-4/+4
2023-07-27usb: gadget: u_serial: Add null pointer check in gserial_suspendPrashanth K1-2/+11
2023-06-28usb: gadget: udc: fix NULL dereference in remove()Dan Carpenter1-0/+3
2023-06-09usb: gadget: f_fs: Add unbind event before functionfs_unbindUttkarsh Aggarwal1-1/+1
2023-05-30usb: gadget: u_ether: Fix host MAC address caseKonrad Gräfe1-0/+3
2023-05-17usb: gadget: tegra-xudc: Fix crash in vbus_drawJon Hunter1-1/+1
2023-05-17usb: gadget: udc: renesas_usb3: Fix use after free bug in renesas_usb3_remove...Zheng Wang1-0/+1
2023-04-05usb: gadget: u_audio: don't let userspace block driver unbindAlvin Šipraga1-1/+1
2023-03-11usb: gadget: uvc: fix missing mutex_unlock() if kstrtou8() failsYang Yingliang1-4/+4
2023-03-11usb: gadget: uvc: Make bSourceID read/writeDaniel Scally1-1/+58
2023-03-03usb: gadget: u_serial: Add null pointer check in gserial_resumePrashanth K1-4/+19
2023-02-15usb: gadget: f_fs: Fix unbalanced spinlock in __ffs_ep0_queue_waitUdipto Goswami1-1/+3
2023-02-01usb: gadget: f_fs: Ensure ep0req is dequeued before free_requestUdipto Goswami1-0/+2
2023-02-01usb: gadget: f_fs: Prevent race during ffs_ep0_queue_waitUdipto Goswami1-0/+5
2023-01-24usb: gadget: f_ncm: fix potential NULL ptr deref in ncm_bitrate()Maciej Żenczykowski1-1/+3
2023-01-24usb: gadget: g_webcam: Send color matching descriptor per frameDaniel Scally1-0/+3
2023-01-24USB: gadgetfs: Fix race between mounting and unmountingAlan Stern1-7/+21
2023-01-14usb: gadget: f_hid: fix refcount leak on error pathJohn Keeping1-0/+1
2023-01-14usb: gadget: f_hid: fix f_hidg lifetime vs cdevJohn Keeping1-24/+28
2023-01-14usb: gadget: f_hid: optional SETUP/SET_REPORT modeMaxim Devaev2-33/+188
2023-01-14usb: fotg210-udc: Fix ages old endianness issuesLinus Walleij1-6/+6
2022-12-21usb: gadget: uvc: Prevent buffer overflow in setup handlerSzymon Heidrich1-2/+3
2022-11-03usb: bdc: change state when port disconnectedJustin Chen1-0/+1
2022-10-26usb: gadget: function: fix dangling pnp_string in f_printer.cAlbert Briscoe1-6/+6
2022-09-28Revert "usb: gadget: udc-xilinx: replace memcpy with memcpy_toio"Greg Kroah-Hartman1-8/+8
2022-09-28usb: gadget: udc-xilinx: replace memcpy with memcpy_toioPiyush Mehta1-8/+8
2022-09-08usb: gadget: mass_storage: Fix cdrom data transfers on MAC-OSKrishna Kurapati1-2/+4
2022-08-25gadgetfs: ep_io - wait until IRQ finishesJozef Martiniak1-0/+1
2022-08-25usb: gadget: uvc: call uvc uvcg_warn on completed status instead of uvcg_infoMichael Grzeschik1-1/+1
2022-08-21usb: aspeed-vhub: Fix refcount leak bug in ast_vhub_init_desc()Liang He1-1/+3
2022-08-21usb: gadget: udc: amd5536 depends on HAS_DMARandy Dunlap1-1/+1
2022-08-21usb: gadget: tegra-xudc: Fix error check in tegra_xudc_powerdomain_init()Tang Bin1-4/+4
2022-06-29USB: gadget: Fix double-free bug in raw_gadget driverAlan Stern1-6/+7
2022-06-29usb: gadget: Fix non-unique driver names in raw-gadget driverAlan Stern1-16/+46
2022-06-25usb: gadget: u_ether: fix regression in setting fixed MAC addressMarian Postevca1-2/+9
2022-06-22usb: gadget: lpc32xx_udc: Fix refcount leak in lpc32xx_udc_probeMiaoqian Lin1-0/+1
2022-05-25usb: gadget: fix race when gadget driver register via ioctlSchspa Shi1-0/+2
2022-05-18usb: gadget: uvc: allow for application to cleanly shutdownDan Vacura3-1/+29
2022-05-18usb: gadget: uvc: rename function to be more consistentMichael Tretter1-3/+4
2022-05-09usb: gadget: configfs: clear deactivation flag in configfs_composite_unbind()Vijayavardhan Vennapusa1-0/+2
2022-05-09usb: gadget: uvc: Fix crash when encoding data for usb requestDan Vacura1-0/+2
2022-04-13usb: gadget: tegra-xudc: Fix control endpoint's definitionsWayne Chang1-2/+10
2022-04-13usb: gadget: tegra-xudc: Do not program SPARAMWayne Chang1-8/+0