summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/legacy
AgeCommit message (Expand)AuthorFilesLines
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
2022-08-25gadgetfs: ep_io - wait until IRQ finishesJozef Martiniak1-0/+1
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-05-25usb: gadget: fix race when gadget driver register via ioctlSchspa Shi1-0/+2
2022-03-08usb: gadget: clear related members when goto failHangyu Hua1-2/+5
2022-03-08usb: gadget: don't release an existing dev->bufHangyu Hua1-1/+2
2022-02-16usb: raw-gadget: fix handling of dual-direction-capable endpointsJann Horn1-1/+1
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-18usb: 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-11-20usb: gadget: Fix memleak in gadgetfs_fill_superZhang Qilong1-0/+3
2020-10-27usb: raw-gadget: fix memory leak in gadget_setupZqiang1-1/+4
2020-07-10usb: gadget: Use fallthrough pseudo-keywordGustavo A. R. Silva1-4/+3
2020-07-09usb: gadget: legacy: nokia: Remove unused static variable 'product_nokia'Lee Jones1-1/+0
2020-07-09usb: gadget: legacy: printer: Remove unused variable 'driver_desc'Lee Jones1-1/+0
2020-07-01USB: Fix up terminologyGreg Kroah-Hartman1-2/+2
2020-06-11kernel: better document the use_mm/unuse_mm API contractChristoph Hellwig1-2/+2
2020-06-11kernel: move use_mm/unuse_mm to kthread.cChristoph Hellwig1-1/+1
2020-05-25Merge tag 'usb-for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman1-12/+2
2020-05-25usb: gadget: mass_storage: use module_usb_composite_driver to simplify the codeWei Yongjun1-12/+2
2020-05-14usb: raw-gadget: fix null-ptr-deref when reenabling endpointsAndrey Konovalov1-1/+0
2020-05-14usb: raw-gadget: support stalling/halting/wedging endpointsAndrey Konovalov1-2/+129
2020-05-14usb: raw-gadget: fix gadget endpoint selectionAndrey Konovalov1-64/+123
2020-05-09usb: raw-gadget: fix return value of ep read ioctlsAndrey Konovalov1-2/+6
2020-05-09usb: gadget: legacy: fix error return code in gncm_bind()Wei Yongjun1-1/+3
2020-05-09usb: gadget: legacy: fix error return code in cdc_bind()Wei Yongjun1-1/+3
2020-05-09usb: gadget: legacy: fix redundant initialization warningsMasahiro Yamada1-2/+1
2020-05-09usb: gadget: audio: Fix a missing error return value in audio_bind()Christophe JAILLET1-1/+3
2020-04-16usb: raw-gadget: fix raw_event_queue_fetch lockingAndrey Konovalov1-5/+20
2020-04-16usb: raw-gadget: Fix copy_to/from_user() checksDan Carpenter1-24/+22
2020-03-31Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+2
2020-03-21usb: gadget: Use completion interface instead of open coding itThomas Gleixner1-2/+2
2020-03-16usb: get rid of 'choice' for legacy gadget driversMasahiro Yamada1-26/+22
2020-03-16Merge tag 'usb-for-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman3-0/+1090
2020-03-15usb: gadget: add raw-gadget interfaceAndrey Konovalov3-0/+1090
2020-02-19usb: gadget: legacy: inode: remove useless cast for driver.nameCorentin Labbe1-1/+1
2020-02-19usb: gadget: legacy: gmidi: remove useless cast for driver.nameCorentin Labbe1-1/+1
2020-01-15usb: gadget: legacy: set max_speed to super-speedRoger Quadros4-4/+4
2019-12-17usb: gadget: move choice ... endchoice to legacy/KconfigMasahiro Yamada1-0/+28
2019-11-21usb: gadget: Fix Kconfig indentationKrzysztof Kozlowski1-13/+13
2019-11-18Merge tag 'usb-for-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman1-1/+48
2019-10-22usb: gadget: Remove set but not used variable 'opts' in msg_do_configzhengbin1-3/+0
2019-10-22usb: gadget: Remove set but not used variable 'opts' in acm_ms_do_configzhengbin1-3/+0