summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/serial.c
Commit message (Expand)AuthorAgeFilesLines
* usb: gadget serial: don't shift bcd version left by 16Sebastian Andrzej Siewior2012-09-101-1/+1
* usb: gadget: remove usb_gadget_controller_number()Sebastian Andrzej Siewior2012-09-101-21/+1
* usb: gadget: libcomposite: move composite.c into libcompositeSebastian Andrzej Siewior2012-09-101-2/+0
* usb: gadget: Provide a default implementation of default manufacturer stringSebastian Andrzej Siewior2012-09-101-8/+1
* usb: gadget: make sure each gadget is using same index for Product, Serial,…Sebastian Andrzej Siewior2012-09-101-7/+6
* usb: gadget: push VID/PID/USB BCD module option into gadgetsSebastian Andrzej Siewior2012-09-101-0/+2
* usb: gadget: use usb_string_ids_tab instead multiple usb_string_id()Sebastian Andrzej Siewior2012-09-101-18/+4
* usb: gadget: libcomposite: add epautoconf.c to libcompositeSebastian Andrzej Siewior2012-09-101-1/+0
* usb: gadget: libcomposite: move config.c into libcompositeSebastian Andrzej Siewior2012-09-101-1/+0
* usb: gadget: start with libcompositeSebastian Andrzej Siewior2012-09-101-1/+0
* usb: gadget: move bind() callback back to struct usb_composite_driverSebastian Andrzej Siewior2012-09-101-1/+2
* usb: gadget: push all usb_composite_driver structs into __refdataSebastian Andrzej Siewior2012-09-101-1/+1
* usb: gadget: add usb3.0 descriptors to serial gadgetsSebastian Andrzej Siewior2012-02-091-1/+1
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-2/+2
* usb: gadget: add max_speed to usb_composite_driverTatyana Brokhman2011-07-011-0/+1
* usb gadget: don't save bind callback in struct usb_configurationUwe Kleine-König2010-10-221-2/+2
* usb gadget: don't save bind callback in struct usb_composite_driverMichal Nazarewicz2010-10-221-2/+1
* USB: Revert "USB: gadget: section mismatch warning fixed"Michal Nazarewicz2010-10-221-2/+2
* USB: gadget: section mismatch warning fixedMichal Nazarewicz2010-08-101-2/+2
* USB: replace uses of __constant_{endian}Harvey Harrison2009-03-241-6/+6
* usb gadget: USB_GADGET_VBUS_DRAW Kconfig optionDavid Brownell2008-10-171-1/+0
* usb gadget: cdc obex glueFelipe Balbi2008-10-171-0/+14
* usb gadget: link fixes for serial gadgetDavid Brownell2008-10-161-0/+18
* usb gadget serial: use composite gadget frameworkDavid Brownell2008-07-211-928/+145
* usb gadget: use new serial coreDavid Brownell2008-07-211-1316/+76
* USB: serial gadget: descriptor cleanupDavid Brownell2008-05-141-4/+2
* USB: serial gadget: simplify endpoint handlingDavid Brownell2008-05-141-89/+57
* USB: serial gadget: remove needless data structureDavid Brownell2008-05-141-72/+13
* USB: serial gadget: cleanup/reorgDavid Brownell2008-05-141-290/+263
* usb serial gadget: CDC ACM fixesDavid Brownell2008-05-021-17/+73
* usb gadget: switch to put_char returning intAlan Cox2008-04-301-4/+6
* USB: gadget: Hangup tty on g_serial disconnectSavin Zlobec2008-04-241-2/+1
* USB: gadget code switches to pr_err() and friendsDavid Brownell2008-02-011-74/+79
* USB: move <linux/usb_gadget.h> to <linux/usb/gadget.h>David Brownell2007-10-121-1/+1
* USB: serial gadget: Disable endpoints on unloadVitaly Bordug2007-10-121-0/+6
* USB: gadget: serial gadget cleanupsDavid Brownell2007-10-121-93/+73
* USB: fix serial gadget ACM breakageDavid Brownell2007-09-111-10/+15
* USB: use mutex instead of semaphore in the USB gadget serial driverMatthias Kaehlcke2007-07-191-12/+13
* some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau2007-07-191-2/+1
* USB: usb serial gadget, sparse fixesDavid Brownell2007-07-121-6/+8
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0
* USB: fix g_serial small errorBryan O'Donoghue2007-02-161-0/+1
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0
* USB: <linux/usb_ch9.h> becomes <linux/usb/ch9.h>David Brownell2007-02-071-1/+1
* USB: gadget driver unbind() is optional; section fixes; miscDavid Brownell2006-12-201-1/+1
* [PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day2006-12-131-1/+1
* [PATCH] tty: switch to ktermiosAlan Cox2006-12-081-2/+2
* [PATCH] namespaces: utsname: use init_utsname when appropriateSerge E. Hallyn2006-10-021-1/+1
* [PATCH] const struct tty_operationsJeff Dike2006-10-021-1/+1
* USB: usb serial gadget smp related bugEugeny S. Mints2006-09-271-0/+3
OpenPOWER on IntegriCloud