aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/f_acm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-01-21usb: gadget: f_acm: use usb_gstrings_attach()Sebastian Andrzej Siewior1-13/+8
2013-01-21usb: gadget: f_acm: convert to new function interface with backwards compatibilitySebastian Andrzej Siewior1-34/+107
2013-01-21usb: gadget: allocate & giveback serial ports instead hard code themSebastian Andrzej Siewior1-3/+0
2013-01-21usb: gadget: f_acm: remove empty functionSebastian Andrzej Siewior1-10/+0
2012-10-31usb: gadget: let f_* use usb_string_ids_tab() where it makes senseSebastian Andrzej Siewior1-19/+8
2012-10-31usb: gadget: always update HS/SS descriptors and create a copy of themSebastian Andrzej Siewior1-32/+13
2012-10-31usb: gadget: use a computation macro for INT endpoint intervalSebastian Andrzej Siewior1-4/+3
2012-02-09usb: gadget: add usb3.0 descriptors to serial gadgetsSebastian Andrzej Siewior1-0/+50
2012-01-24usb: gadget: update Michal Nazarewicz's email addressMichal Nazarewicz1-1/+1
2011-06-28usb: gadget: use config_ep_by_speed() instead of ep_choose()Tatyana Brokhman1-33/+14
2011-06-28usb: gadget: add usb_endpoint_descriptor to struct usb_epTatyana Brokhman1-5/+4
2010-10-22USB: Change acm_iad_descriptor bFunctionProtocol to USB_CDC_ACM_PROTO_AT_V25TERPraveena Nadahally1-1/+1
2010-05-20USB: gadget: __init and __exit tags removedMichal Nazarewicz1-16/+16
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
2010-03-02USB: Remove unsupported usb gadget driversChristoph Egger1-8/+0
2009-12-11USB: Interface Association Descriptors added to CDC & RNDISMichal Nazarewicz1-0/+28
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-03-24USB: replace uses of __constant_{endian}Harvey Harrison1-5/+5
2008-11-13USB: gadget: cdc-acm deadlock fixDavid Brownell1-0/+4
2008-08-13usb gadget: issue notifications from ACM functionDavid Brownell1-11/+183
2008-08-13usb gadget: remove needless struct membersDavid Brownell1-2/+0
2008-07-21usb gadget serial: split out CDC ACM functionDavid Brownell1-0/+589