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