aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/f_serial.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-16usb: gadget: Gadget directory cleanup - group usb functionsAndrzej Pietrasiewicz1-385/+0
2013-12-17usb: gadget: f_serial: Fix sparse warningJingoo Han1-1/+1
2013-04-03usb: gadget: f_serial: add configfs supportAndrzej Pietrasiewicz1-0/+55
2013-04-03usb: gadget: f_serial: remove compatibility layerAndrzej Pietrasiewicz1-46/+0
2013-04-03usb: gadget: f_serial: convert to new function interface with backward compatibilityAndrzej Pietrasiewicz1-27/+104
2013-01-21usb: gadget: allocate & giveback serial ports instead hard code themSebastian Andrzej Siewior1-4/+0
2012-10-31usb: gadget: always update HS/SS descriptors and create a copy of themSebastian Andrzej Siewior1-28/+10
2012-02-09usb: gadget: add usb3.0 descriptors to serial gadgetsSebastian Andrzej Siewior1-0/+42
2011-11-29usb: gadget: fix g_serial regressionRobert Jarzmik1-2/+2
2011-06-28usb: gadget: use config_ep_by_speed() instead of ep_choose()Tatyana Brokhman1-24/+8
2011-06-28usb: gadget: add usb_endpoint_descriptor to struct usb_epTatyana Brokhman1-2/+2
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-2/+2
2008-08-13usb gadget: remove needless struct membersDavid Brownell1-2/+0
2008-07-21usb gadget serial: split out generic serial functionDavid Brownell1-0/+296