summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/f_eem.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-20usb: gadget: f_eem: Staticize eem_allocSachin Kamat1-1/+1
2014-03-20usb: gadget: free opts struct on error recoveryAndrzej Pietrasiewicz1-2/+5
2014-03-20usb: gadget: f_eem: add configfs supportAndrzej Pietrasiewicz1-0/+49
2014-03-20usb: gadget: f_eem: use usb_gstrings_attachAndrzej Pietrasiewicz1-11/+6
2014-03-20usb: gadget: f_eem: remove compatibility layerAndrzej Pietrasiewicz1-59/+0
2014-03-20usb: gadget: f_eem: convert to new function interface with backward compatibi...Andrzej Pietrasiewicz1-36/+138
2013-04-03usb: gadget: move the global the_dev variable to their usersSebastian Andrzej Siewior1-1/+2
2012-10-31usb: gadget: always update HS/SS descriptors and create a copy of themSebastian Andrzej Siewior1-36/+10
2012-10-31usb: gadget: network: fix bind() error pathSebastian Andrzej Siewior1-3/+2
2011-09-09usb gadget: clean up FSF boilerplate textKlaus Schwarzkopf1-9/+0
2011-07-08usb: gadget: add SS descriptors to Ethernet gadgetPaul Zimmerman1-0/+56
2011-06-28usb: gadget: use config_ep_by_speed() instead of ep_choose()Tatyana Brokhman1-23/+9
2011-06-28usb: gadget: add usb_endpoint_descriptor to struct usb_epTatyana Brokhman1-5/+5
2011-04-13usb: gadget: eem: fix echo command processingYauheni Kaliuta1-2/+6
2010-06-30USB: gadget eth: Fix calculate CRC32 in EEMJiri Pinkava1-2/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-02-16USB: gadget: fix EEM gadget CRC usageBrian Niebuhr1-2/+1
2009-09-23USB: gadget: Add EEM gadget driverBrian Niebuhr1-0/+562