index
:
android_kernel_xiaomi_sdm660.git
lineage-18.1
Unnamed repository; edit this file 'description' to name the repository.
Rafael Marcalo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
usb
/
composite.h
Age
Commit message (
Expand
)
Author
2013-03-05
usb: gadget: composite: fix kernel-doc warnings
Nishanth Menon
2013-01-21
usb: gadget: composite: introduce usb_gstrings_attach()
Sebastian Andrzej Siewior
2013-01-21
usb: gadget: export composite's setup & disconnect function
Sebastian Andrzej Siewior
2013-01-21
usb: gadget: factor out two helper functions from composite_bind()
Sebastian Andrzej Siewior
2013-01-21
usb: gadget: add a forward pointer from usb_function to its "instance"
Sebastian Andrzej Siewior
2013-01-21
usb: gadget: composite: add usb_remove_function()
Sebastian Andrzej Siewior
2013-01-21
usb: gadget: add some infracture to register/unregister functions
Sebastian Andrzej Siewior
2013-01-10
usb: gadget: consider link speed for bMaxPower
Sebastian Andrzej Siewior
2012-10-31
usb: gadget: always update HS/SS descriptors and create a copy of them
Sebastian Andrzej Siewior
2012-10-31
usb: gadget: use a computation macro for INT endpoint interval
Sebastian Andrzej Siewior
2012-09-10
usb: gadget: remove usb_gadget_controller_number()
Sebastian Andrzej Siewior
2012-09-10
usb: gadget: Provide a default implementation of default manufacturer string
Sebastian Andrzej Siewior
2012-09-10
usb: gadget: remove string override from struct usb_composite_driver
Sebastian Andrzej Siewior
2012-09-10
usb: gadget: push iProduct into gadgets
Sebastian Andrzej Siewior
2012-09-10
usb: gadget: push iManufacturer into gadgets
Sebastian Andrzej Siewior
2012-09-10
usb: gadget: push iSerialNumber into gadgets
Sebastian Andrzej Siewior
2012-09-10
usb: gadget: make sure each gadget is using same index for Product, Serial,…
Sebastian Andrzej Siewior
2012-09-10
usb: gadget: push VID/PID/USB BCD module option into gadgets
Sebastian Andrzej Siewior
2012-09-10
usb: gadget: remove bufsiz from struct usb_composite_dev
Sebastian Andrzej Siewior
2012-09-10
usb: gadget: move USB_BUFSIZ into global composite.h
Sebastian Andrzej Siewior
2012-09-10
usb: gadget: remove global variable composite in composite.c
Sebastian Andrzej Siewior
2012-09-10
usb: gadget: move bind() callback back to struct usb_composite_driver
Sebastian Andrzej Siewior
2012-09-10
usb: gadget: move bind callback into driver struct usb_composite_driver
Sebastian Andrzej Siewior
2012-05-10
usb: gadget: composite: add iSerialNumber to usb_composite_driver
Andrzej Pietrasiewicz
2012-05-10
usb: gadget: composite: Add usb_remove_config
Benoit Goby
2011-07-01
usb: gadget: add SuperSpeed support to the Gadget Framework
Tatyana Brokhman
2011-07-01
usb: gadget: add max_speed to usb_composite_driver
Tatyana Brokhman
2011-06-28
usb: gadget: use config_ep_by_speed() instead of ep_choose()
Tatyana Brokhman
2011-06-28
usb: gadget: configure endpoint according to gadget speed
Tatyana Brokhman
2011-05-10
usb: gadget: composite: Allow function drivers to pause control transfers
Roger Quadros
2011-03-31
Fix common misspellings
Lucas De Marchi
2010-10-22
usb gadget: don't save bind callback in struct usb_configuration
Uwe Kleine-König
2010-10-22
usb gadget: don't save bind callback in struct usb_composite_driver
Michal Nazarewicz
2010-10-22
USB: gadget: composite: Better string override handling
Michal Nazarewicz
2010-08-23
USB: gadget: fix composite kernel-doc warnings
Randy Dunlap
2010-08-10
USB: gadget: composite: added disconnect callback
Michal Nazarewicz
2010-08-10
USB: gadget: composite: usb_string_ids_*() functions added
Michal Nazarewicz
2010-05-20
USB: Composite framework: Add suspended sysfs entry
Fabien Chouteau
2009-12-11
USB gadget: Handle endpoint requests at the function level
Laurent Pinchart
2009-06-15
USB: composite.h: mark private struct members as private:
Randy Dunlap
2009-03-24
USB: gadget: composite device-level suspend/resume hooks
David Brownell
2008-10-17
usb gadget: function activation/deactivation
David Brownell
2008-07-25
Rename WARN() to WARNING() to clear the namespace
Arjan van de Ven
2008-07-21
usb gadget: composite gadget core
David Brownell