summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/legacy
AgeCommit message (Expand)AuthorFilesLines
2021-12-22USB: gadget: bRequestType is a bitfield, not a enumGreg Kroah-Hartman2-6/+6
2021-12-14USB: gadget: zero allocate endpoint 0 buffersGreg Kroah-Hartman1-1/+1
2021-12-14USB: gadget: detect too-big endpoint 0 requestsGreg Kroah-Hartman2-1/+28
2021-11-17usb: gadget: hid: fix error code in do_config()Dan Carpenter1-1/+3
2021-07-20usb: gadget: hid: fix error return code in hid_bind()Yang Yingliang1-1/+3
2021-05-11usb: webcam: Invalid size of Processing Unit DescriptorPawel Laszczak1-0/+1
2021-02-10USB: gadget: legacy: fix an error code in eth_bind()Dan Carpenter1-1/+3
2021-01-12USB: gadget: legacy: fix return error code in acm_ms_bind()Yang Yingliang1-1/+3
2020-12-02usb: gadget: Fix memleak in gadgetfs_fill_superZhang Qilong1-0/+3
2020-06-03usb: gadget: legacy: fix redundant initialization warningsMasahiro Yamada1-2/+1
2020-05-20usb: gadget: legacy: fix error return code in cdc_bind()Wei Yongjun1-1/+3
2020-05-20usb: gadget: legacy: fix error return code in gncm_bind()Wei Yongjun1-1/+3
2020-05-20usb: gadget: audio: Fix a missing error return value in audio_bind()Christophe JAILLET1-1/+3
2020-02-11usb: gadget: legacy: set max_speed to super-speedRoger Quadros4-4/+4
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-6/+15
2019-07-04vfs: Convert gadgetfs to use the new mount APIDavid Howells1-6/+15
2019-06-20docs: usb: rename files to .rst and add them to drivers-apiMauro Carvalho Chehab1-3/+3
2019-05-21usb: remove redundant 'default n' from Kconfig-sBartlomiej Zolnierkiewicz1-2/+0
2019-02-15Merge tag 'usb-for-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman1-20/+20
2019-02-07usb: gadget: fix various indentation issuesColin Ian King1-20/+20
2019-01-22USB: add missing SPDX lines to Kconfig and MakefilesGreg Kroah-Hartman1-0/+1
2018-07-26usb: gadget: tcm: fix spelling mistake: "Manufactor" -> "Manufacturer"Colin Ian King1-1/+1
2018-07-26usb: gadget: uvc: Move trace parameter to function moduleLaurent Pinchart1-4/+0
2018-04-04Merge tag 'usb-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-1/+1
2018-03-26usb: Remove Blackfin references in USB supportAaron Wu1-2/+0
2018-03-13usb: gadget: mass_storage: Set max_speed to SSPThinh Nguyen1-1/+1
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-3/+3
2018-02-01Merge tag 'usb-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2-5/+2
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+2
2018-01-22usb: gadget: compress return logic into one lineGustavo A. R. Silva1-4/+2
2018-01-08Merge tag 'usb-for-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman1-1/+0
2017-12-12Revert "usb: gadget: allow to enable legacy drivers without USB_ETH"Felipe Balbi1-10/+0
2017-12-12usb: gadget: webcam: fix V4L2 Kconfig dependencyArnd Bergmann1-1/+1
2017-12-11USB: gadget: legacy: remove redundant zero assignment to variable 'value'Colin Ian King1-1/+0
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro1-2/+2
2017-11-28usb: gadget: allow to enable legacy drivers without USB_ETHBart Van Assche1-0/+10
2017-11-13Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds18-77/+23
2017-11-07USB: gadget: legacy: Remove redundant license textGreg Kroah-Hartman17-74/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman18-0/+18
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-11-01usb: gadget: zero: Convert timers to use timer_setup()Kees Cook1-3/+5
2017-09-22USB: g_mass_storage: Fix deadlock when driver is unboundAlan Stern1-23/+3
2017-09-22USB: gadgetfs: Fix crash caused by inadequate synchronizationAlan Stern1-5/+36
2017-09-22USB: gadgetfs: fix copy_to_user while holding spinlockAlan Stern1-1/+4
2017-07-22USB: gadget: remove unneeded MODULE_VERSION() usageGreg Kroah-Hartman1-1/+0
2017-06-20Merge tag 'usb-for-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman3-6/+72
2017-06-19usb: gadget: add f_uac1 variant based on a new u_audio apiRuslan Bilovol2-13/+74
2017-06-19usb: gadget: function: make current f_uac1 implementation legacyRuslan Bilovol2-16/+16
2017-06-19usb: gadget: f_uac2: split out audio coreRuslan Bilovol1-0/+1
2017-06-15USB: gadgetfs, dummy-hcd, net2280: fix locking for callbacksAlan Stern1-2/+3