aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/f_subset.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-16usb: gadget: Gadget directory cleanup - group usb functionsAndrzej Pietrasiewicz1-519/+0
2014-04-21usb: gadget: f_subset: replace PTR_RET with PTR_ERR_OR_ZERODuan Jiong1-1/+1
2014-03-17usb: gadget: f_subset: switch over to PTR_RETFelipe Balbi1-1/+1
2013-12-12usb: gadget: f_subset: remove compatibility layerAndrzej Pietrasiewicz1-59/+1
2013-07-25usb/gadget: free opts struct on error recoveryAndrzej Pietrasiewicz1-2/+5
2013-06-18usb: gadget: f_subset: fix missing unlock on error in geth_alloc()Wei Yongjun1-0/+1
2013-06-10usb: gadget: f_subset: add configfs supportAndrzej Pietrasiewicz1-1/+45
2013-06-10usb: gadget: f_subset: use usb_gstrings_attachAndrzej Pietrasiewicz1-10/+8
2013-06-10usb: gadget: f_subset: convert to new function interface with backward compatibilityAndrzej Pietrasiewicz1-15/+121
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-17/+6
2012-10-31usb: gadget: always update HS/SS descriptors and create a copy of themSebastian Andrzej Siewior1-36/+12
2012-10-31usb: gadget: network: fix bind() error pathSebastian Andrzej Siewior1-2/+2
2012-08-23usb: gadget: use %pm to print mac addressesAndy Shevchenko1-4/+1
2012-03-13usb gadget: fix a section mismatch when compiling g_ffs with CONFIG_USB_FUNCTIONFS_ETHLothar Waßmann1-17/+17
2011-09-09usb gadget: clean up FSF boilerplate textKlaus Schwarzkopf1-9/+0
2011-07-08usb: gadget: add SS descriptors to Ethernet gadgetPaul Zimmerman1-0/+64
2011-06-28usb: gadget: use config_ep_by_speed() instead of ep_choose()Tatyana Brokhman1-23/+6
2011-06-28usb: gadget: add usb_endpoint_descriptor to struct usb_epTatyana Brokhman1-4/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-03-24USB: replace uses of __constant_{endian}Harvey Harrison1-7/+7
2008-10-16usb gadget: link fixes for network gadgetDavid Brownell1-22/+22
2008-08-13usb gadget: remove needless struct membersDavid Brownell1-2/+0
2008-07-21usb ethernet gadget: split CDC Subset functionDavid Brownell1-0/+423