summaryrefslogtreecommitdiff
path: root/include/linux/usb/composite.h
AgeCommit message (Expand)Author
2012-10-31usb: gadget: always update HS/SS descriptors and create a copy of themSebastian Andrzej Siewior
2012-10-31usb: gadget: use a computation macro for INT endpoint intervalSebastian Andrzej Siewior
2012-09-10usb: gadget: remove usb_gadget_controller_number()Sebastian Andrzej Siewior
2012-09-10usb: gadget: Provide a default implementation of default manufacturer stringSebastian Andrzej Siewior
2012-09-10usb: gadget: remove string override from struct usb_composite_driverSebastian Andrzej Siewior
2012-09-10usb: gadget: push iProduct into gadgetsSebastian Andrzej Siewior
2012-09-10usb: gadget: push iManufacturer into gadgetsSebastian Andrzej Siewior
2012-09-10usb: gadget: push iSerialNumber into gadgetsSebastian Andrzej Siewior
2012-09-10usb: gadget: make sure each gadget is using same index for Product, Serial,…Sebastian Andrzej Siewior
2012-09-10usb: gadget: push VID/PID/USB BCD module option into gadgetsSebastian Andrzej Siewior
2012-09-10usb: gadget: remove bufsiz from struct usb_composite_devSebastian Andrzej Siewior
2012-09-10usb: gadget: move USB_BUFSIZ into global composite.hSebastian Andrzej Siewior
2012-09-10usb: gadget: remove global variable composite in composite.cSebastian Andrzej Siewior
2012-09-10usb: gadget: move bind() callback back to struct usb_composite_driverSebastian Andrzej Siewior
2012-09-10usb: gadget: move bind callback into driver struct usb_composite_driverSebastian Andrzej Siewior
2012-05-10usb: gadget: composite: add iSerialNumber to usb_composite_driverAndrzej Pietrasiewicz
2012-05-10usb: gadget: composite: Add usb_remove_configBenoit Goby
2011-07-01usb: gadget: add SuperSpeed support to the Gadget FrameworkTatyana Brokhman
2011-07-01usb: gadget: add max_speed to usb_composite_driverTatyana Brokhman
2011-06-28usb: gadget: use config_ep_by_speed() instead of ep_choose()Tatyana Brokhman
2011-06-28usb: gadget: configure endpoint according to gadget speedTatyana Brokhman
2011-05-10usb: gadget: composite: Allow function drivers to pause control transfersRoger Quadros
2011-03-31Fix common misspellingsLucas De Marchi
2010-10-22usb gadget: don't save bind callback in struct usb_configurationUwe Kleine-König
2010-10-22usb gadget: don't save bind callback in struct usb_composite_driverMichal Nazarewicz
2010-10-22USB: gadget: composite: Better string override handlingMichal Nazarewicz
2010-08-23USB: gadget: fix composite kernel-doc warningsRandy Dunlap
2010-08-10USB: gadget: composite: added disconnect callbackMichal Nazarewicz
2010-08-10USB: gadget: composite: usb_string_ids_*() functions addedMichal Nazarewicz
2010-05-20USB: Composite framework: Add suspended sysfs entryFabien Chouteau
2009-12-11USB gadget: Handle endpoint requests at the function levelLaurent Pinchart
2009-06-15USB: composite.h: mark private struct members as private:Randy Dunlap
2009-03-24USB: gadget: composite device-level suspend/resume hooksDavid Brownell
2008-10-17usb gadget: function activation/deactivationDavid Brownell
2008-07-25Rename WARN() to WARNING() to clear the namespaceArjan van de Ven
2008-07-21usb gadget: composite gadget coreDavid Brownell