summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/f_acm.c
Commit message (Expand)AuthorAgeFilesLines
* usb: acm gadget: Null termintate strings tableGraham Williams2013-08-301-0/+1
* usb: gadget: the start of the configfs interfaceSebastian Andrzej Siewior2013-04-031-0/+55
* usb: gadget: push tty port allocation from gadget into f_acmSebastian Andrzej Siewior2013-04-031-0/+7
* usb: gadget: nokia: use function framework for ACMSebastian Andrzej Siewior2013-04-031-68/+15Star
* usb: gadget: f_acm: use usb_gstrings_attach()Sebastian Andrzej Siewior2013-01-211-13/+8Star
* usb: gadget: f_acm: convert to new function interface with backwards compatib...Sebastian Andrzej Siewior2013-01-211-34/+107
* usb: gadget: allocate & giveback serial ports instead hard code themSebastian Andrzej Siewior2013-01-211-3/+0Star
* usb: gadget: f_acm: remove empty functionSebastian Andrzej Siewior2013-01-211-10/+0Star
* usb: gadget: let f_* use usb_string_ids_tab() where it makes senseSebastian Andrzej Siewior2012-10-311-19/+8Star
* usb: gadget: always update HS/SS descriptors and create a copy of themSebastian Andrzej Siewior2012-10-311-32/+13Star
* usb: gadget: use a computation macro for INT endpoint intervalSebastian Andrzej Siewior2012-10-311-4/+3Star
* usb: gadget: add usb3.0 descriptors to serial gadgetsSebastian Andrzej Siewior2012-02-091-0/+50
* usb: gadget: update Michal Nazarewicz's email addressMichal Nazarewicz2012-01-241-1/+1
* usb: gadget: use config_ep_by_speed() instead of ep_choose()Tatyana Brokhman2011-06-281-33/+14Star
* usb: gadget: add usb_endpoint_descriptor to struct usb_epTatyana Brokhman2011-06-281-5/+4Star
* USB: Change acm_iad_descriptor bFunctionProtocol to USB_CDC_ACM_PROTO_AT_V25TERPraveena Nadahally2010-10-221-1/+1
* USB: gadget: __init and __exit tags removedMichal Nazarewicz2010-05-201-16/+16
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* USB: Remove unsupported usb gadget driversChristoph Egger2010-03-021-8/+0Star
* USB: Interface Association Descriptors added to CDC & RNDISMichal Nazarewicz2009-12-111-0/+28
* tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-041-1/+1
* USB: replace uses of __constant_{endian}Harvey Harrison2009-03-251-5/+5
* USB: gadget: cdc-acm deadlock fixDavid Brownell2008-11-131-0/+4
* usb gadget: issue notifications from ACM functionDavid Brownell2008-08-141-11/+183
* usb gadget: remove needless struct membersDavid Brownell2008-08-141-2/+0Star
* usb gadget serial: split out CDC ACM functionDavid Brownell2008-07-221-0/+589