summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/f_ecm.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-17usb: gadget: f_ecm: Staticize ecm_allocSachin Kamat1-1/+1
2013-07-25usb/gadget: free opts struct on error recoveryAndrzej Pietrasiewicz1-2/+5
2013-06-18usb: gadget: f_ecm: fix missing unlock on error in ecm_alloc()Wei Yongjun1-0/+1
2013-06-10usb: gadget: f_ecm: add configfs supportAndrzej Pietrasiewicz1-1/+49
2013-06-10usb: gadget: f_ecm: use usb_gstrings_attachAndrzej Pietrasiewicz1-14/+9
2013-06-10usb: gadget: f_ecm: convert to new function interface with backward compatibi...Andrzej Pietrasiewicz1-13/+136
2013-05-15Add a couple kernel-doc lines to prevent warnings.Robert P. J. Day1-0/+1
2013-04-03usb: gadget: move the global the_dev variable to their usersSebastian Andrzej Siewior1-1/+3
2012-10-31usb: gadget: let f_* use usb_string_ids_tab() where it makes senseSebastian Andrzej Siewior1-33/+9
2012-10-31usb: gadget: always update HS/SS descriptors and create a copy of themSebastian Andrzej Siewior1-42/+15
2012-10-31usb: gadget: network: fix bind() error pathSebastian Andrzej Siewior1-2/+2
2012-10-31usb: gadget: use a computation macro for INT endpoint intervalSebastian Andrzej Siewior1-4/+4
2012-10-31usb: gadget: ecm: Add IAD descriptor in SS modeSebastian Andrzej Siewior1-0/+1
2012-08-23usb: gadget: use %pm to print mac addressesAndy Shevchenko1-4/+1
2012-01-30usb: gadget: Add Interface Association Descriptor to ECMPraveena Nadahally1-0/+25
2011-09-10usb gadget: clean up FSF boilerplate textKlaus Schwarzkopf1-9/+0
2011-07-08usb: gadget: add SS descriptors to Ethernet gadgetPaul Zimmerman1-2/+98
2011-06-28usb: gadget: use config_ep_by_speed() instead of ep_choose()Tatyana Brokhman1-31/+14
2011-06-28usb: gadget: add usb_endpoint_descriptor to struct usb_epTatyana Brokhman1-9/+8
2010-05-21USB: gadget: __init and __exit tags removedMichal Nazarewicz1-16/+17
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-03USB: Remove unsupported usb gadget driversChristoph Egger1-5/+2
2009-03-25USB: replace uses of __constant_{endian}Harvey Harrison1-8/+8
2008-10-16usb gadget: link fixes for network gadgetDavid Brownell1-54/+54
2008-08-14usb gadget: remove needless struct membersDavid Brownell1-2/+0
2008-07-22usb ethernet gadget: split CDC Ethernet functionDavid Brownell1-0/+833