aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/composite.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-05usb: gadget: composite: fix kernel-doc warningsNishanth Menon1-4/+1
2013-01-21usb: gadget: f_acm: use usb_gstrings_attach()Sebastian Andrzej Siewior1-5/+12
2013-01-21usb: gadget: composite: introduce usb_gstrings_attach()Sebastian Andrzej Siewior1-0/+135
2013-01-21usb: gadget: export composite's setup & disconnect functionSebastian Andrzej Siewior1-2/+2
2013-01-21usb: gadget: factor out two helper functions from composite_bind()Sebastian Andrzej Siewior1-31/+51
2013-01-21usb: gadget: composite: add usb_remove_function()Sebastian Andrzej Siewior1-0/+12
2013-01-21usb: gadget: add some infracture to register/unregister functionsSebastian Andrzej Siewior1-17/+30
2013-01-21usb: gadget: composite: don't call driver's unbind() if bind() failedSebastian Andrzej Siewior1-4/+8
2013-01-10usb: gadget: consider link speed for bMaxPowerSebastian Andrzej Siewior1-4/+23
2012-10-31usb: gadget: always update HS/SS descriptors and create a copy of themSebastian Andrzej Siewior1-4/+4
2012-09-10usb: gadget: remove usb_gadget_controller_number()Sebastian Andrzej Siewior1-0/+2
2012-09-10usb: gadget: libcomposite: move MODULE_VERSION to composite.cSebastian Andrzej Siewior1-0/+3
2012-09-10usb: gadget: libcomposite: move composite.c into libcompositeSebastian Andrzej Siewior1-1/+13
2012-09-10usb: gadget: Provide a default implementation of default manufacturer stringSebastian Andrzej Siewior1-45/+22
2012-09-10usb: gadget: remove string override from struct usb_composite_driverSebastian Andrzej Siewior1-22/+7
2012-09-10usb: gadget: push iProduct into gadgetsSebastian Andrzej Siewior1-10/+11
2012-09-10usb: gadget: push iManufacturer into gadgetsSebastian Andrzej Siewior1-9/+11
2012-09-10usb: gadget: push iSerialNumber into gadgetsSebastian Andrzej Siewior1-7/+13
2012-09-10usb: gadget: push VID/PID/USB BCD module option into gadgetsSebastian Andrzej Siewior1-24/+39
2012-09-10usb: gadget: make composite module options readonly onlySebastian Andrzej Siewior1-12/+8
2012-09-10usb: gadget: remove bufsiz from struct usb_composite_devSebastian Andrzej Siewior1-1/+0
2012-09-10usb: gadget: move USB_BUFSIZ into global composite.hSebastian Andrzej Siewior1-6/+4
2012-09-10usb: gadget: remove global variable composite in composite.cSebastian Andrzej Siewior1-22/+30
2012-09-10usb: gadget: move bind() callback back to struct usb_gadget_driverSebastian Andrzej Siewior1-1/+2
2012-09-10usb: gadget: move bind() callback back to struct usb_composite_driverSebastian Andrzej Siewior1-7/+2
2012-09-10usb: gadget: move bind callback into driver struct usb_composite_driverSebastian Andrzej Siewior1-4/+6
2012-08-31usb: gadget: get rid of USB_GADGET_{DUAL,SUPER}SPEEDMichal Nazarewicz1-8/+1
2012-08-23usb composite: fix locking in usb_function_activateMichael Grzeschik1-2/+3
2012-06-12usb: gadget: composite: fix ep->maxburst initializationFelipe Balbi1-2/+5
2012-05-10usb: gadget: composite: add iSerialNumber to usb_composite_driverAndrzej Pietrasiewicz1-2/+3
2012-05-10usb: gadget: composite: make module parameters accessible at runtimeAndrzej Pietrasiewicz1-6/+12
2012-05-10usb: gadget: composite: Initialize config->interfaceBenoit Goby1-0/+1
2012-05-10usb: gadget: composite: Add usb_remove_configBenoit Goby1-20/+48
2012-05-04usb: gadget: add a sparse endian notationDan Carpenter1-1/+1
2012-05-04usb: gadget: composite: prevent a memory leak when configuration bind failsYongsul Oh1-0/+13
2012-01-24usb: gadget: SS Isoc endpoints use comp_desc->bMaxBurst tooPaul Zimmerman1-4/+3
2011-12-12usb: gadget: rename usb_gadget_driver::speed to max_speedMichal Nazarewicz1-4/+4
2011-10-31usb: Add module.h to drivers/usb consumers who really use it.Paul Gortmaker1-0/+1
2011-10-13usb: gadget: fix typo for default U1/U2 exit latenciesFelipe Balbi1-2/+2
2011-09-18usb: Provide usb_speed_string() functionMichal Nazarewicz1-19/+3
2011-09-09usb gadget: clean up FSF boilerplate textKlaus Schwarzkopf1-9/+0
2011-08-23USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto1-1/+1
2011-08-01usb: gadget: composite: fix bMaxPacketSize for SuperSpeedSebastian Andrzej Siewior1-2/+4
2011-07-01usb: gadget: defer setting maxpacket till ->setup()Sebastian Andrzej Siewior1-2/+1
2011-07-01usb: gadget: add SuperSpeed support to the Gadget FrameworkTatyana Brokhman1-18/+239
2011-07-01usb: gadget: add max_speed to usb_composite_driverTatyana Brokhman1-0/+2
2011-06-28usb: gadget: coding style fixTatyana Brokhman1-4/+12
2011-06-28usb: gadget: configure endpoint according to gadget speedTatyana Brokhman1-0/+85
2011-05-10usb: gadget: composite: Allow function drivers to pause control transfersRoger Quadros1-1/+61
2011-03-31Fix common misspellingsLucas De Marchi1-3/+3