- 292d2c8 usb: raw-gadget: fix handling of dual-direction-capable endpoints by Jann Horn · 3 years ago
- 452785d headers/prep: usb: gadget: Fix namespace collision by Ingo Molnar · 3 years, 1 month ago
- 501e38a usb: gadget: clear related members when goto fail by Hangyu Hua · 3 years ago
- 89f3594 usb: gadget: don't release an existing dev->buf by Hangyu Hua · 3 years ago
- f08adf5 USB: gadget: bRequestType is a bitfield, not a enum by Greg Kroah-Hartman · 3 years ago
- 86ebbc1 USB: gadget: zero allocate endpoint 0 buffers by Greg Kroah-Hartman · 3 years, 1 month ago
- 153a2d7 USB: gadget: detect too-big endpoint 0 requests by Greg Kroah-Hartman · 3 years, 1 month ago
- 048ff86 Merge tag 'usb-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 3 years, 2 months ago
- 6b19b76 fs: get rid of the res2 iocb->ki_complete argument by Jens Axboe · 3 years, 2 months ago
- 4c3d8ac usb: remove res2 argument from gadget code completions by Jens Axboe · 3 years, 2 months ago
- 68e7c51 usb: gadget: hid: fix error code in do_config() by Dan Carpenter · 3 years, 3 months ago
- 9fe3c93 usb: gadget: Add description for module parameter by Wei Ming Chen · 3 years, 4 months ago
- 9311a53 usb: gadget: Fix inconsistent indent by Wei Ming Chen · 3 years, 5 months ago
- e81e7f9 usb: gadget: uvc: add scatter gather support by Michael Grzeschik · 3 years, 6 months ago
- 88693f7 usb: gadget: hid: fix error return code in hid_bind() by Yang Yingliang · 3 years, 6 months ago
- 3343f37 usb: gadget: prevent a ternary sign expansion bug by Dan Carpenter · 3 years, 8 months ago
- f2b6ebf usb: gadget: legacy: fix error return code of msg_bind() by Jia-Ju Bai · 3 years, 9 months ago
- 6fcf112 USB: gadget: legacy: remove left-over __ref annotations by Rasmus Villemoes · 3 years, 9 months ago
- c021e02 usb: gadget: legacy: fix error return code of multi_bind() by Jia-Ju Bai · 3 years, 10 months ago
- 6a154ec usb: webcam: Invalid size of Processing Unit Descriptor by Pawel Laszczak · 3 years, 10 months ago
- 98f1197 usb: gadget: uvc: Updating bcdUVC field to 0x0110 by Pawel Laszczak · 3 years, 10 months ago
- d8c8490 Merge 5.11-rc7 into usb-next by Greg Kroah-Hartman · 3 years, 11 months ago
- 3e1f4a2 USB: gadget: legacy: fix an error code in eth_bind() by Dan Carpenter · 4 years ago
- 7a35a5c usb: raw-gadget: update documentation and Kconfig by Andrey Konovalov · 4 years ago
- 4c1934b usb: raw-gadget: add copyright by Andrey Konovalov · 4 years ago
- c91d3a6 USB: gadget: legacy: fix return error code in acm_ms_bind() by Yang Yingliang · 4 years, 1 month ago
- 87bed3d7 usb: gadget: Fix memleak in gadgetfs_fill_super by Zhang Qilong · 4 years, 1 month ago
- 129aa97 usb: raw-gadget: fix memory leak in gadget_setup by Zqiang · 4 years, 2 months ago
- a74005a usb: gadget: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 6 months ago
- 5d1d481 usb: gadget: legacy: nokia: Remove unused static variable 'product_nokia' by Lee Jones · 4 years, 6 months ago
- 89dd9a8 usb: gadget: legacy: printer: Remove unused variable 'driver_desc' by Lee Jones · 4 years, 6 months ago
- b9b7017 USB: Fix up terminology by Greg Kroah-Hartman · 4 years, 6 months ago
- f5678e7 kernel: better document the use_mm/unuse_mm API contract by Christoph Hellwig · 4 years, 7 months ago
- 9bf5b9eb kernel: move use_mm/unuse_mm to kthread.c by Christoph Hellwig · 4 years, 7 months ago
- ca681aa Merge tag 'usb-for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 4 years, 7 months ago
- 46b11a9 usb: gadget: mass_storage: use module_usb_composite_driver to simplify the code by Wei Yongjun · 4 years, 8 months ago
- da39b5e usb: raw-gadget: fix null-ptr-deref when reenabling endpoints by Andrey Konovalov · 4 years, 8 months ago
- c61769b usb: raw-gadget: support stalling/halting/wedging endpoints by Andrey Konovalov · 4 years, 8 months ago
- 97df5e5 usb: raw-gadget: fix gadget endpoint selection by Andrey Konovalov · 4 years, 8 months ago
- 6e50764 usb: raw-gadget: fix return value of ep read ioctls by Andrey Konovalov · 4 years, 8 months ago
- e27d4b3 usb: gadget: legacy: fix error return code in gncm_bind() by Wei Yongjun · 4 years, 8 months ago
- e8f7f9e usb: gadget: legacy: fix error return code in cdc_bind() by Wei Yongjun · 4 years, 8 months ago
- d13cce7 usb: gadget: legacy: fix redundant initialization warnings by Masahiro Yamada · 4 years, 9 months ago
- 19b94c1 usb: gadget: audio: Fix a missing error return value in audio_bind() by Christophe JAILLET · 4 years, 8 months ago
- fdd1049 usb: raw-gadget: fix raw_event_queue_fetch locking by Andrey Konovalov · 4 years, 9 months ago
- 068fbff usb: raw-gadget: Fix copy_to/from_user() checks by Dan Carpenter · 4 years, 9 months ago
- 4b9fd8a Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 9 months ago
- c1d51dd usb: gadget: Use completion interface instead of open coding it by Thomas Gleixner · 4 years, 9 months ago
- df8df5e usb: get rid of 'choice' for legacy gadget drivers by Masahiro Yamada · 4 years, 10 months ago
- a8ab3e7 Merge tag 'usb-for-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 4 years, 10 months ago
- f2c2e71 usb: gadget: add raw-gadget interface by Andrey Konovalov · 4 years, 10 months ago
- bab6bac usb: gadget: legacy: inode: remove useless cast for driver.name by Corentin Labbe · 4 years, 10 months ago
- b284ddc usb: gadget: legacy: gmidi: remove useless cast for driver.name by Corentin Labbe · 4 years, 10 months ago
- 463f67a usb: gadget: legacy: set max_speed to super-speed by Roger Quadros · 5 years ago
- 10e5e6c2 usb: gadget: move choice ... endchoice to legacy/Kconfig by Masahiro Yamada · 5 years ago
- b14f8b9 usb: gadget: Fix Kconfig indentation by Krzysztof Kozlowski · 5 years ago
- 7170d1a Merge tag 'usb-for-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 5 years ago
- e804cd4 usb: gadget: Remove set but not used variable 'opts' in msg_do_config by zhengbin · 5 years ago
- 6973dbd usb: gadget: Remove set but not used variable 'opts' in acm_ms_do_config by zhengbin · 5 years ago
- bd25a14 usb: gadget: legacy/serial: allow dynamic removal by Michał Mirosław · 5 years ago
- db03863 usb: gadget: Remove set but not used variable 'opts' in msg_do_config by zhengbin · 5 years ago
- 29234e3 usb: gadget: Remove set but not used variable 'opts' in acm_ms_do_config by zhengbin · 5 years ago
- c2c1c66 usb: Fix Kconfig indentation by Krzysztof Kozlowski · 5 years ago
- 933a90b Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
- e5d82a73 vfs: Convert gadgetfs to use the new mount API by David Howells · 6 years ago
- ecefae6 docs: usb: rename files to .rst and add them to drivers-api by Mauro Carvalho Chehab · 6 years ago
- d991f85 usb: remove redundant 'default n' from Kconfig-s by Bartlomiej Zolnierkiewicz · 6 years ago
- dc8b2a6 Merge tag 'usb-for-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 6 years ago
- 1ff767b usb: gadget: fix various indentation issues by Colin Ian King · 6 years ago
- cae8dc3 USB: add missing SPDX lines to Kconfig and Makefiles by Greg Kroah-Hartman · 6 years ago
- 8c45fbc usb: gadget: tcm: fix spelling mistake: "Manufactor" -> "Manufacturer" by Colin Ian King · 7 years ago
- 20970d8 usb: gadget: uvc: Move trace parameter to function module by Laurent Pinchart · 7 years ago
- ac9053d Merge tag 'usb-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 7 years ago
- c4094c8 usb: Remove Blackfin references in USB support by Aaron Wu · 7 years ago
- 28af04b usb: gadget: mass_storage: Set max_speed to SSP by Thinh Nguyen · 7 years ago
- a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
- e4ee8b8 Merge tag 'usb-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 7 years ago
- 168fe32 Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
- 0cb5818 usb: gadget: compress return logic into one line by Gustavo A. R. Silva · 7 years ago
- 958e052 Merge tag 'usb-for-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 7 years ago
- 9dbe416 Revert "usb: gadget: allow to enable legacy drivers without USB_ETH" by Felipe Balbi · 7 years ago
- 54eed78 usb: gadget: webcam: fix V4L2 Kconfig dependency by Arnd Bergmann · 7 years ago
- 2eeb44c USB: gadget: legacy: remove redundant zero assignment to variable 'value' by Colin Ian King · 7 years ago
- afc9a42 the rest of drivers/*: annotate ->poll() instances by Al Viro · 7 years ago
- 7a9618a usb: gadget: allow to enable legacy drivers without USB_ETH by Bart Van Assche · 7 years ago
- 894025f Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 7 years ago
- d7e2853 USB: gadget: legacy: Remove redundant license text by Greg Kroah-Hartman · 7 years ago
- 5fd54ac USB: add SPDX identifiers to all remaining files in drivers/usb/ by Greg Kroah-Hartman · 7 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- 74fef19 usb: gadget: zero: Convert timers to use timer_setup() by Kees Cook · 7 years ago
- 1fbbb78 USB: g_mass_storage: Fix deadlock when driver is unbound by Alan Stern · 7 years ago
- 520b72f USB: gadgetfs: Fix crash caused by inadequate synchronization by Alan Stern · 7 years ago
- 6e76c01 USB: gadgetfs: fix copy_to_user while holding spinlock by Alan Stern · 7 years ago
- 3dc173f USB: gadget: remove unneeded MODULE_VERSION() usage by Greg Kroah-Hartman · 7 years ago
- 24040a5 Merge tag 'usb-for-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-testing by Greg Kroah-Hartman · 8 years ago
- 0591bc2 usb: gadget: add f_uac1 variant based on a new u_audio api by Ruslan Bilovol · 8 years ago
- d355339 usb: gadget: function: make current f_uac1 implementation legacy by Ruslan Bilovol · 8 years ago
- eb9fecb usb: gadget: f_uac2: split out audio core by Ruslan Bilovol · 8 years ago
- f16443a USB: gadgetfs, dummy-hcd, net2280: fix locking for callbacks by Alan Stern · 8 years ago
- 8e55d30 usb: gadget: mass_storage: set msg_registered after msg registered by Li Jun · 8 years ago