index
:
u-boot.git
dependabot/pip/doc/sphinx/pygments-2.20.0
dependabot/pip/doc/sphinx/requests-2.33.0
dependabot/pip/tools/patman/aiohttp-3.13.4
master
next
origin
u-boot-2009.11.y
u-boot-2013.01.y
u-boot-2016.09.y
u-boot-2023.07.y
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
gadget
/
composite.c
Age
Commit message (
Expand
)
Author
2023-04-04
usb: gadget: missing fallthrough in composite_setup()
Heinrich Schuchardt
2021-01-31
usb: composite: force gadget to be USB2 for HS only function
Li Jun
2021-01-31
usb: gadget: add super speed support
Li Jun
2021-01-31
usb: gadget: update os_desc_config when add config
Jun Li
2021-01-31
usb: gadget: set correct usb_configuration for os_desc_config
Jun Li
2021-01-31
usb: gadget: add WCID support for mfgtool
Li Jun
2021-01-31
usb: gadget: OS Feature Descriptors support
Li Jun
2021-01-31
usb: gadget: OS String support
Li Jun
2020-05-18
common: Drop linux/bug.h from common header
Simon Glass
2020-05-18
common: Drop log.h from common header
Simon Glass
2020-02-05
dm: core: Require users of devres to include the header
Simon Glass
2020-01-07
usb: Drop use of BUG_ON() and WARN_ON()
Simon Glass
2019-11-22
usb: composite: fix possible alignment issues
Simon Goldschmidt
2019-11-07
usb: composite: add BOS descriptor support to composite framework
T Karthik Reddy
2018-12-14
usb: composite: Fix max packet size for USB3.0
Siva Durga Prasad Paladugu
2018-05-15
usb: composite convert __set_bit to generic_set_bit
Bryan O'Donoghue
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-04-30
usb: gadget: remove duplicate assignment.
Heinrich Schuchardt
2018-04-26
usb: gadget: composite: fix NULL pointer when a non standard request is received
Christophe Kerello
2016-03-01
usb: gadget: composite: Correct recovery path for register
Sam Protsenko
2016-02-06
Use correct spelling of "U-Boot"
Bin Meng
2015-09-11
usb: gadget: don't leak configs when unbinding
Stephen Warren
2015-04-14
usb: composite: Add .reset callback to usb_gadget_driver structure
Lukasz Majewski
2015-04-14
usb: gadget: defer setting maxpacket till ->setup()
Kishon Vijay Abraham I
2015-01-18
usb: gadget: composite: Fix NULL pointer crash in USB compliance test
Stefan Roese
2014-11-23
linux/kernel.h: sync min, max, min3, max3 macros with Linux
Masahiro Yamada
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2013-06-30
usb:composite: use memcpy to avoid unaligned access
Piotr Wilczek
2013-06-12
usb, composite: after unregister gadget driver set composite to NULL
Heiko Schocher
2013-03-18
usb:composite:fix Provide function data when addressing device with only one ...
Lukasz Majewski
2012-05-20
usb:gadget:composite USB composite gadget support
Lukasz Majewski