aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/serial.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-02-16USB: fix g_serial small errorBryan O'Donoghue1-0/+1
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2007-02-07USB: <linux/usb_ch9.h> becomes <linux/usb/ch9.h>David Brownell1-1/+1
2006-12-20USB: gadget driver unbind() is optional; section fixes; miscDavid Brownell1-1/+1
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day1-1/+1
2006-12-08[PATCH] tty: switch to ktermiosAlan Cox1-2/+2
2006-10-02[PATCH] namespaces: utsname: use init_utsname when appropriateSerge E. Hallyn1-1/+1
2006-10-02[PATCH] const struct tty_operationsJeff Dike1-1/+1
2006-09-27USB: usb serial gadget smp related bugEugeny S. Mints1-0/+3
2006-07-12[PATCH] USB: gadget section fixupsDavid Brownell1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-26[PATCH] devfs: Rename TTY_DRIVER_NO_DEVFS to TTY_DRIVER_DYNAMIC_DEVGreg Kroah-Hartman1-1/+1
2006-06-26[PATCH] devfs: Remove the tty_driver devfs_name field as it's no longer neededGreg Kroah-Hartman1-1/+0
2006-06-21[PATCH] USB: move <linux/usb_cdc.h> to <linux/usb/cdc.h>David Brownell1-1/+1
2006-06-21[PATCH] USB: gadget-serial: do not save/restore IRQ flags in gs_close()Franck Bui-Huu1-10/+8
2006-06-21[PATCH] USB: gadget-serial: fix a deadlock when closing the serial deviceFranck Bui-Huu1-78/+17
2006-03-20[PATCH] USB: kzalloc() conversion in drivers/usb/gadgetEric Sesterhenn1-2/+1
2006-03-20[PATCH] USB: gadget driver section fixupsDavid Brownell1-3/+3
2006-01-13[PATCH] Remove usb gadget generic driver methodsRussell King1-3/+0
2006-01-10[PATCH] TTY layer buffering revampAlan Cox1-11/+8
2006-01-04[PATCH] USB: One potential problem in gadget/serial.cFengwei Yin1-0/+2
2005-10-28[PATCH] gfp_t: drivers/usbAl Viro1-8/+8
2005-09-08[PATCH] USB: Gadget library: centralize gadget controller numbersDavid Brownell1-40/+11
2005-06-27[PATCH] USB: gadget driver updates (SETUP api change)David Brownell1-17/+19
2005-05-03[PATCH] USB: Spelling fixes for drivers/usb.Steven Cole1-1/+1
2005-04-18[PATCH] USB: kfree cleanup for drivers/usb/* - no need to check for NULLJesper Juhl1-3/+2
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+2436