aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/composite.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-04usb: gadget: missing fallthrough in composite_setup()Heinrich Schuchardt1-1/+1
2021-01-31usb: composite: force gadget to be USB2 for HS only functionLi Jun1-0/+13
2021-01-31usb: gadget: add super speed supportLi Jun1-25/+60
2021-01-31usb: gadget: update os_desc_config when add configJun Li1-2/+2
2021-01-31usb: gadget: set correct usb_configuration for os_desc_configJun Li1-7/+3
2021-01-31usb: gadget: add WCID support for mfgtoolLi Jun1-0/+20
2021-01-31usb: gadget: OS Feature Descriptors supportLi Jun1-1/+251
2021-01-31usb: gadget: OS String supportLi Jun1-0/+26
2020-05-18common: Drop linux/bug.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-02-05dm: core: Require users of devres to include the headerSimon Glass1-0/+1
2020-01-07usb: Drop use of BUG_ON() and WARN_ON()Simon Glass1-0/+4
2019-11-22usb: composite: fix possible alignment issuesSimon Goldschmidt1-7/+18
2019-11-07usb: composite: add BOS descriptor support to composite frameworkT Karthik Reddy1-6/+55
2018-12-14usb: composite: Fix max packet size for USB3.0Siva Durga Prasad Paladugu1-2/+15
2018-05-15usb: composite convert __set_bit to generic_set_bitBryan O'Donoghue1-1/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-30usb: gadget: remove duplicate assignment.Heinrich Schuchardt1-1/+1
2018-04-26usb: gadget: composite: fix NULL pointer when a non standard request is receivedChristophe Kerello1-1/+4
2016-03-01usb: gadget: composite: Correct recovery path for registerSam Protsenko1-1/+7
2016-02-06Use correct spelling of "U-Boot"Bin Meng1-1/+1
2015-09-11usb: gadget: don't leak configs when unbindingStephen Warren1-0/+1
2015-04-14usb: composite: Add .reset callback to usb_gadget_driver structureLukasz Majewski1-0/+1
2015-04-14usb: gadget: defer setting maxpacket till ->setup()Kishon Vijay Abraham I1-1/+3
2015-01-18usb: gadget: composite: Fix NULL pointer crash in USB compliance testStefan Roese1-0/+8
2014-11-23linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada1-2/+2
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-13/+1
2013-06-30usb:composite: use memcpy to avoid unaligned accessPiotr Wilczek1-1/+2
2013-06-12usb, composite: after unregister gadget driver set composite to NULLHeiko Schocher1-0/+1
2013-03-18usb:composite:fix Provide function data when addressing device with only one ...Lukasz Majewski1-0/+19
2012-05-20usb:gadget:composite USB composite gadget supportLukasz Majewski1-0/+1082