aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/multi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-16usb: gadget: Gadget directory cleanup - group legacy gadgetsAndrzej Pietrasiewicz1-510/+0
2014-07-10usb: gadget: Convert drivers to use module_usb_composite_driver()Tobias Klauser1-12/+1
2013-12-21USB: gadget: fix up some comments about CONFIG_USB_DEBUGGreg Kroah-Hartman1-1/+1
2013-10-10usb: gadget: multi: convert to new interface of f_mass_storageAndrzej Pietrasiewicz1-30/+82
2013-10-10usb: gadget: multi: convert to new interface of f_rndisAndrzej Pietrasiewicz1-23/+50
2013-10-10usb: gadget: multi: convert to new interface of f_ecmAndrzej Pietrasiewicz1-8/+60
2013-10-10usb: gadget: f_mass_storage: convert to new function interface with backward compatibilityAndrzej Pietrasiewicz1-0/+1
2013-10-01usb: gadget: create a utility module for mass_storageAndrzej Pietrasiewicz1-1/+16
2013-09-17usb: gadget: add '__ref' for rndis_config_register() and cdc_config_register()Chen Gang1-4/+4
2013-07-29usb: gadget: multi: fix error return code in cdc_do_config()Andrzej Pietrasiewicz1-7/+3
2013-06-10usb: gadget: f_rndis: convert to new function interface with backward compatibilityAndrzej Pietrasiewicz1-0/+1
2013-06-10usb: gadget: multi: Remove unused includeAndrzej Pietrasiewicz1-1/+0
2013-06-10usb: gadget: f_ecm: convert to new function interface with backward compatibilityAndrzej Pietrasiewicz1-0/+1
2013-06-10usb: gadget: rndis: convert into moduleAndrzej Pietrasiewicz1-1/+1
2013-06-10usb: gadget: u_ether: convert into moduleAndrzej Pietrasiewicz1-5/+8
2013-04-23usb: gadget: multi: fix error return code in rndis_do_config()Wei Yongjun1-1/+3
2013-04-03usb: gadget: push tty port allocation from gadget into f_acmSebastian Andrzej Siewior1-13/+1
2013-04-03usb: gadget: move the global the_dev variable to their usersSebastian Andrzej Siewior1-7/+8
2013-01-21usb: gadget: multi: use function framework for ACMSebastian Andrzej Siewior1-10/+52
2013-01-21usb: gadget: f_acm: convert to new function interface with backwards compatibilitySebastian Andrzej Siewior1-1/+1
2013-01-21usb: gadget: allocate & giveback serial ports instead hard code themSebastian Andrzej Siewior1-6/+6
2013-01-21usb: gadget: u_serial: convert into a moduleSebastian Andrzej Siewior1-1/+0
2012-09-10usb: gadget: remove usb_gadget_controller_number()Sebastian Andrzej Siewior1-10/+1
2012-09-10usb: gadget: libcomposite: move composite.c into libcompositeSebastian Andrzej Siewior1-3/+0
2012-09-10usb: gadget: Provide a default implementation of default manufacturer stringSebastian Andrzej Siewior1-2/+0
2012-09-10usb: gadget: remove string override from struct usb_composite_driverSebastian Andrzej Siewior1-2/+2
2012-09-10usb: gadget: make sure each gadget is using same index for Product, Serial,…Sebastian Andrzej Siewior1-9/+4
2012-09-10usb: gadget: push VID/PID/USB BCD module option into gadgetsSebastian Andrzej Siewior1-1/+2
2012-09-10usb: gadget: libcomposite: add epautoconf.c to libcompositeSebastian Andrzej Siewior1-1/+0
2012-09-10usb: gadget: libcomposite: move config.c into libcompositeSebastian Andrzej Siewior1-1/+0
2012-09-10usb: gadget: start with libcompositeSebastian Andrzej Siewior1-1/+0
2012-09-10usb: gadget: move bind() callback back to struct usb_composite_driverSebastian Andrzej Siewior1-1/+2
2012-09-10usb: gadget: push all usb_composite_driver structs into __refdataSebastian Andrzej Siewior1-1/+1
2012-01-24usb: gadget: update Michal Nazarewicz's email addressMichal Nazarewicz1-1/+1
2011-09-09usb gadget: clean up FSF boilerplate textKlaus Schwarzkopf1-9/+0
2011-07-01usb: gadget: add max_speed to usb_composite_driverTatyana Brokhman1-0/+1
2010-10-22usb gadget: don't save bind callback in struct usb_configurationUwe Kleine-König1-6/+4
2010-10-22usb gadget: don't save bind callback in struct usb_composite_driverMichal Nazarewicz1-2/+1
2010-10-22USB: gadget: g_multi: moved strings handling code to compositeMichal Nazarewicz1-16/+3
2010-10-22USB: gadget: g_multi: fixed vendor and product IDMichal Nazarewicz1-2/+2
2010-08-10USB: gadget: g_multi: code clean up and refactoringMichal Nazarewicz1-116/+146
2010-08-10USB: gadget: f_mass_storage: fsg_add() renamed to fsg_bind_config()Michal Nazarewicz1-2/+2
2010-03-19USB: gadget/multi: cdc_do_config: remove redundant checkPeter Korsgaard1-2/+0
2010-02-16USB: g_multi: fix CONFIG_USB_G_MULTI_RNDIS usageMichal Nazarewicz1-1/+1
2009-12-11USB: Added USB_ETH_RNDIS to use instead of CONFIG_USB_ETH_RNDISMichal Nazarewicz1-5/+8
2009-12-11USB: g_multi: Multifunction Composite Gadget addedMichal Nazarewicz1-0/+355