aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/serial.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-16usb: gadget: Gadget directory cleanup - group legacy gadgetsAndrzej Pietrasiewicz1-276/+0
2013-04-03usb: gadget: serial: convert to new interface of f_obexAndrzej Pietrasiewicz1-39/+3
2013-04-03usb: gadget: f_obex: convert to new function interface with backward compatibilityAndrzej Pietrasiewicz1-0/+1
2013-04-03usb: gadget: serial: convert to new interface of f_serialAndrzej Pietrasiewicz1-18/+7
2013-04-03usb: gadget: f_serial: convert to new function interface with backward compatibilityAndrzej Pietrasiewicz1-0/+1
2013-04-03usb: gadget: push tty port allocation from gadget into f_acmSebastian Andrzej Siewior1-10/+10
2013-01-21usb: gadget: f_acm: convert to new function interface with backwards compatibilitySebastian Andrzej Siewior1-18/+65
2013-01-21usb: gadget: allocate & giveback serial ports instead hard code themSebastian Andrzej Siewior1-8/+23
2013-01-21usb: gadget: u_serial: convert into a moduleSebastian Andrzej Siewior1-1/+0
2013-01-21usb: gadget: g_serial: split the three possible functions into three bind functionsSebastian Andrzej Siewior1-11/+32
2012-09-10usb: gadget serial: don't shift bcd version left by 16Sebastian Andrzej Siewior1-1/+1
2012-09-10usb: gadget: remove usb_gadget_controller_number()Sebastian Andrzej Siewior1-21/+1
2012-09-10usb: gadget: libcomposite: move composite.c into libcompositeSebastian Andrzej Siewior1-2/+0
2012-09-10usb: gadget: Provide a default implementation of default manufacturer stringSebastian Andrzej Siewior1-8/+1
2012-09-10usb: gadget: make sure each gadget is using same index for Product, Serial,…Sebastian Andrzej Siewior1-7/+6
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-18/+4
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
2012-02-09usb: gadget: add usb3.0 descriptors to serial gadgetsSebastian Andrzej Siewior1-1/+1
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-2/+2
2011-07-01usb: 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/+2
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-10USB: gadget: section mismatch warning fixedMichal Nazarewicz1-2/+2
2009-03-24USB: replace uses of __constant_{endian}Harvey Harrison1-6/+6
2008-10-17usb gadget: USB_GADGET_VBUS_DRAW Kconfig optionDavid Brownell1-1/+0
2008-10-17usb gadget: cdc obex glueFelipe Balbi1-0/+14
2008-10-16usb gadget: link fixes for serial gadgetDavid Brownell1-0/+18
2008-07-21usb gadget serial: use composite gadget frameworkDavid Brownell1-928/+145
2008-07-21usb gadget: use new serial coreDavid Brownell1-1316/+76
2008-05-14USB: serial gadget: descriptor cleanupDavid Brownell1-4/+2
2008-05-14USB: serial gadget: simplify endpoint handlingDavid Brownell1-89/+57
2008-05-14USB: serial gadget: remove needless data structureDavid Brownell1-72/+13
2008-05-14USB: serial gadget: cleanup/reorgDavid Brownell1-290/+263
2008-05-02usb serial gadget: CDC ACM fixesDavid Brownell1-17/+73
2008-04-30usb gadget: switch to put_char returning intAlan Cox1-4/+6
2008-04-24USB: gadget: Hangup tty on g_serial disconnectSavin Zlobec1-2/+1
2008-02-01USB: gadget code switches to pr_err() and friendsDavid Brownell1-74/+79
2007-10-12USB: move <linux/usb_gadget.h> to <linux/usb/gadget.h>David Brownell1-1/+1
2007-10-12USB: serial gadget: Disable endpoints on unloadVitaly Bordug1-0/+6
2007-10-12USB: gadget: serial gadget cleanupsDavid Brownell1-93/+73
2007-09-11USB: fix serial gadget ACM breakageDavid Brownell1-10/+15
2007-07-19USB: use mutex instead of semaphore in the USB gadget serial driverMatthias Kaehlcke1-12/+13
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau1-2/+1
2007-07-12USB: usb serial gadget, sparse fixesDavid Brownell1-6/+8