summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/cdc2.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-17usb: gadget: cdc2: fix conversion to new interface of f_ecmAndrzej Pietrasiewicz1-18/+1
2013-06-10usb: gadget: cdc2: convert to new interface of f_ecmAndrzej Pietrasiewicz1-27/+59
2013-06-10usb: gadget: f_ecm: convert to new function interface with backward compatibi...Andrzej Pietrasiewicz1-0/+1
2013-06-10usb: gadget: u_ether: convert into moduleAndrzej Pietrasiewicz1-4/+6
2013-04-23usb: gadget: cdc2: fix error return code in cdc_do_config()Wei Yongjun1-1/+3
2013-04-03usb: gadget: push tty port allocation from gadget into f_acmSebastian Andrzej Siewior1-13/+0
2013-04-03usb: gadget: move the global the_dev variable to their usersSebastian Andrzej Siewior1-7/+7
2013-01-21usb: gadget: cdc2: use function framework for ACMSebastian Andrzej Siewior1-5/+23
2013-01-21usb: gadget: f_acm: convert to new function interface with backwards compatib...Sebastian Andrzej Siewior1-1/+1
2013-01-21usb: gadget: allocate & giveback serial ports instead hard code themSebastian Andrzej Siewior1-4/+5
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-16/+0
2012-09-10usb: gadget: libcomposite: move composite.c into libcompositeSebastian Andrzej Siewior1-1/+0
2012-09-10usb: gadget: Provide a default implementation of default manufacturer stringSebastian Andrzej Siewior1-9/+1
2012-09-10usb: gadget: make sure each gadget is using same index for Product, Serial,…Sebastian Andrzej Siewior1-8/+5
2012-09-10usb: gadget: push VID/PID/USB BCD module option into gadgetsSebastian Andrzej Siewior1-0/+2
2012-09-10usb: gadget: use usb_string_ids_tab instead multiple usb_string_id()Sebastian Andrzej Siewior1-9/+3
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
2011-11-01usb: Add module.h to drivers/usb consumers who really use it.Paul Gortmaker1-0/+1
2011-09-10usb gadget: clean up FSF boilerplate textKlaus Schwarzkopf1-9/+0
2011-07-02usb: 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-2/+1
2010-10-22usb gadget: don't save bind callback in struct usb_composite_driverMichal Nazarewicz1-2/+1
2010-10-22USB: Revert "USB: gadget: section mismatch warning fixed"Michal Nazarewicz1-2/+2
2010-08-11USB: gadget: section mismatch warning fixedMichal Nazarewicz1-2/+2
2009-03-25USB: replace uses of __constant_{endian}Harvey Harrison1-4/+4
2008-10-18usb gadget: USB_GADGET_VBUS_DRAW Kconfig optionDavid Brownell1-1/+0
2008-10-16usb gadget: link fixes for cdc composite gadgetDavid Brownell1-2/+23
2008-07-25Rename WARN() to WARNING() to clear the namespaceArjan van de Ven1-1/+1
2008-07-22usb_gadget: composite cdc gadget fault handlingDavid Brownell1-1/+1
2008-07-22usb gadget: new "CDC Composite" gadget driverDavid Brownell1-0/+246