index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
gadget
/
serial.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-07-22
usb gadget serial: use composite gadget framework
David Brownell
1
-928
/
+145
2008-07-22
usb gadget: use new serial core
David Brownell
1
-1316
/
+76
2008-05-14
USB: serial gadget: descriptor cleanup
David Brownell
1
-4
/
+2
2008-05-14
USB: serial gadget: simplify endpoint handling
David Brownell
1
-89
/
+57
2008-05-14
USB: serial gadget: remove needless data structure
David Brownell
1
-72
/
+13
2008-05-14
USB: serial gadget: cleanup/reorg
David Brownell
1
-290
/
+263
2008-05-02
usb serial gadget: CDC ACM fixes
David Brownell
1
-17
/
+73
2008-04-30
usb gadget: switch to put_char returning int
Alan Cox
1
-4
/
+6
2008-04-25
USB: gadget: Hangup tty on g_serial disconnect
Savin Zlobec
1
-2
/
+1
2008-02-02
USB: gadget code switches to pr_err() and friends
David Brownell
1
-74
/
+79
2007-10-13
USB: move <linux/usb_gadget.h> to <linux/usb/gadget.h>
David Brownell
1
-1
/
+1
2007-10-13
USB: serial gadget: Disable endpoints on unload
Vitaly Bordug
1
-0
/
+6
2007-10-13
USB: gadget: serial gadget cleanups
David Brownell
1
-93
/
+73
2007-09-11
USB: fix serial gadget ACM breakage
David Brownell
1
-10
/
+15
2007-07-20
USB: use mutex instead of semaphore in the USB gadget serial driver
Matthias Kaehlcke
1
-12
/
+13
2007-07-19
some kmalloc/memset ->kzalloc (tree wide)
Yoann Padioleau
1
-2
/
+1
2007-07-13
USB: usb serial gadget, sparse fixes
David Brownell
1
-6
/
+8
2007-05-08
header cleaning: don't include smp_lock.h when not used
Randy Dunlap
1
-1
/
+0
2007-02-17
USB: fix g_serial small error
Bryan O'Donoghue
1
-0
/
+1
2007-02-14
[PATCH] remove many unneeded #includes of sched.h
Tim Schmielau
1
-1
/
+0
2007-02-08
USB: <linux/usb_ch9.h> becomes <linux/usb/ch9.h>
David Brownell
1
-1
/
+1
2006-12-20
USB: gadget driver unbind() is optional; section fixes; misc
David Brownell
1
-1
/
+1
2006-12-13
[PATCH] getting rid of all casts of k[cmz]alloc() calls
Robert P. J. Day
1
-1
/
+1
2006-12-08
[PATCH] tty: switch to ktermios
Alan Cox
1
-2
/
+2
2006-10-02
[PATCH] namespaces: utsname: use init_utsname when appropriate
Serge E. Hallyn
1
-1
/
+1
2006-10-02
[PATCH] const struct tty_operations
Jeff Dike
1
-1
/
+1
2006-09-27
USB: usb serial gadget smp related bug
Eugeny S. Mints
1
-0
/
+3
2006-07-13
[PATCH] USB: gadget section fixups
David Brownell
1
-1
/
+1
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
1
-1
/
+0
2006-06-26
[PATCH] devfs: Rename TTY_DRIVER_NO_DEVFS to TTY_DRIVER_DYNAMIC_DEV
Greg Kroah-Hartman
1
-1
/
+1
2006-06-26
[PATCH] devfs: Remove the tty_driver devfs_name field as it's no longer needed
Greg Kroah-Hartman
1
-1
/
+0
2006-06-22
[PATCH] USB: move <linux/usb_cdc.h> to <linux/usb/cdc.h>
David Brownell
1
-1
/
+1
2006-06-22
[PATCH] USB: gadget-serial: do not save/restore IRQ flags in gs_close()
Franck Bui-Huu
1
-10
/
+8
2006-06-22
[PATCH] USB: gadget-serial: fix a deadlock when closing the serial device
Franck Bui-Huu
1
-78
/
+17
2006-03-21
[PATCH] USB: kzalloc() conversion in drivers/usb/gadget
Eric Sesterhenn
1
-2
/
+1
2006-03-21
[PATCH] USB: gadget driver section fixups
David Brownell
1
-3
/
+3
2006-01-13
[PATCH] Remove usb gadget generic driver methods
Russell King
1
-3
/
+0
2006-01-10
[PATCH] TTY layer buffering revamp
Alan Cox
1
-11
/
+8
2006-01-05
[PATCH] USB: One potential problem in gadget/serial.c
Fengwei Yin
1
-0
/
+2
2005-10-28
[PATCH] gfp_t: drivers/usb
Al Viro
1
-8
/
+8
2005-09-09
[PATCH] USB: Gadget library: centralize gadget controller numbers
David Brownell
1
-40
/
+11
2005-06-28
[PATCH] USB: gadget driver updates (SETUP api change)
David Brownell
1
-17
/
+19
2005-05-04
[PATCH] USB: Spelling fixes for drivers/usb.
Steven Cole
1
-1
/
+1
2005-04-19
[PATCH] USB: kfree cleanup for drivers/usb/* - no need to check for NULL
Jesper Juhl
1
-3
/
+2
2005-04-17
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
1
-0
/
+2436