summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/serial.c
AgeCommit message (Expand)Author
2013-04-03usb: gadget: serial: convert to new interface of f_obexAndrzej Pietrasiewicz
2013-04-03usb: gadget: f_obex: convert to new function interface with backward compatib...Andrzej Pietrasiewicz
2013-04-03usb: gadget: serial: convert to new interface of f_serialAndrzej Pietrasiewicz
2013-04-03usb: gadget: f_serial: convert to new function interface with backward compat...Andrzej Pietrasiewicz
2013-04-03usb: gadget: push tty port allocation from gadget into f_acmSebastian Andrzej Siewior
2013-01-21usb: gadget: f_acm: convert to new function interface with backwards compatib...Sebastian Andrzej Siewior
2013-01-21usb: gadget: allocate & giveback serial ports instead hard code themSebastian Andrzej Siewior
2013-01-21usb: gadget: u_serial: convert into a moduleSebastian Andrzej Siewior
2013-01-21usb: gadget: g_serial: split the three possible functions into three bind fun...Sebastian Andrzej Siewior
2012-09-10usb: gadget serial: don't shift bcd version left by 16Sebastian Andrzej Siewior
2012-09-10usb: gadget: remove usb_gadget_controller_number()Sebastian Andrzej Siewior
2012-09-10usb: gadget: libcomposite: move composite.c into libcompositeSebastian Andrzej Siewior
2012-09-10usb: gadget: Provide a default implementation of default manufacturer stringSebastian Andrzej Siewior
2012-09-10usb: gadget: make sure each gadget is using same index for Product, Serial,…Sebastian Andrzej Siewior
2012-09-10usb: gadget: push VID/PID/USB BCD module option into gadgetsSebastian Andrzej Siewior
2012-09-10usb: gadget: use usb_string_ids_tab instead multiple usb_string_id()Sebastian Andrzej Siewior
2012-09-10usb: gadget: libcomposite: add epautoconf.c to libcompositeSebastian Andrzej Siewior
2012-09-10usb: gadget: libcomposite: move config.c into libcompositeSebastian Andrzej Siewior
2012-09-10usb: gadget: start with libcompositeSebastian Andrzej Siewior
2012-09-10usb: gadget: move bind() callback back to struct usb_composite_driverSebastian Andrzej Siewior
2012-09-10usb: gadget: push all usb_composite_driver structs into __refdataSebastian Andrzej Siewior
2012-02-09usb: gadget: add usb3.0 descriptors to serial gadgetsSebastian Andrzej Siewior
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell
2011-07-01usb: gadget: add max_speed to usb_composite_driverTatyana Brokhman
2010-10-22usb gadget: don't save bind callback in struct usb_configurationUwe Kleine-König
2010-10-22usb gadget: don't save bind callback in struct usb_composite_driverMichal Nazarewicz
2010-10-22USB: Revert "USB: gadget: section mismatch warning fixed"Michal Nazarewicz
2010-08-10USB: gadget: section mismatch warning fixedMichal Nazarewicz
2009-03-24USB: replace uses of __constant_{endian}Harvey Harrison
2008-10-17usb gadget: USB_GADGET_VBUS_DRAW Kconfig optionDavid Brownell
2008-10-17usb gadget: cdc obex glueFelipe Balbi
2008-10-16usb gadget: link fixes for serial gadgetDavid Brownell
2008-07-21usb gadget serial: use composite gadget frameworkDavid Brownell
2008-07-21usb gadget: use new serial coreDavid Brownell
2008-05-14USB: serial gadget: descriptor cleanupDavid Brownell
2008-05-14USB: serial gadget: simplify endpoint handlingDavid Brownell
2008-05-14USB: serial gadget: remove needless data structureDavid Brownell
2008-05-14USB: serial gadget: cleanup/reorgDavid Brownell
2008-05-02usb serial gadget: CDC ACM fixesDavid Brownell
2008-04-30usb gadget: switch to put_char returning intAlan Cox
2008-04-24USB: gadget: Hangup tty on g_serial disconnectSavin Zlobec
2008-02-01USB: gadget code switches to pr_err() and friendsDavid Brownell
2007-10-12USB: move <linux/usb_gadget.h> to <linux/usb/gadget.h>David Brownell
2007-10-12USB: serial gadget: Disable endpoints on unloadVitaly Bordug
2007-10-12USB: gadget: serial gadget cleanupsDavid Brownell
2007-09-11USB: fix serial gadget ACM breakageDavid Brownell
2007-07-19USB: use mutex instead of semaphore in the USB gadget serial driverMatthias Kaehlcke
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau
2007-07-12USB: usb serial gadget, sparse fixesDavid Brownell
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap