index
:
drm-intel
core-for-ci
drm-intel-fixes
drm-intel-gt-next
drm-intel-gt-next-backup
drm-intel-next
drm-intel-next-fixes
drm-intel-next-queued
drm-intel-testing
for-linux-next
for-linux-next-fixes
for-linux-next-gt
i915-orig
main
maintainer-tools
topic/core-for-CI
topic/drm-intel-gem-next
topic/thunderbolt-next
Linux driver for Intel graphics
UNKNOWN
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
2012-02-09
usb: gadget: add usb3.0 descriptors to serial gadgets
Sebastian Andrzej Siewior
1
-1
/
+1
2012-01-13
module_param: make bool parameters really bool (drivers & misc)
Rusty Russell
1
-2
/
+2
2011-07-01
usb: gadget: add max_speed to usb_composite_driver
Tatyana Brokhman
1
-0
/
+1
2010-10-22
usb gadget: don't save bind callback in struct usb_configuration
Uwe Kleine-König
1
-2
/
+2
2010-10-22
usb gadget: don't save bind callback in struct usb_composite_driver
Michal Nazarewicz
1
-2
/
+1
2010-10-22
USB: Revert "USB: gadget: section mismatch warning fixed"
Michal Nazarewicz
1
-2
/
+2
2010-08-10
USB: gadget: section mismatch warning fixed
Michal Nazarewicz
1
-2
/
+2
2009-03-24
USB: replace uses of __constant_{endian}
Harvey Harrison
1
-6
/
+6
2008-10-17
usb gadget: USB_GADGET_VBUS_DRAW Kconfig option
David Brownell
1
-1
/
+0
2008-10-17
usb gadget: cdc obex glue
Felipe Balbi
1
-0
/
+14
2008-10-16
usb gadget: link fixes for serial gadget
David Brownell
1
-0
/
+18
2008-07-21
usb gadget serial: use composite gadget framework
David Brownell
1
-928
/
+145
2008-07-21
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-24
USB: gadget: Hangup tty on g_serial disconnect
Savin Zlobec
1
-2
/
+1
2008-02-01
USB: gadget code switches to pr_err() and friends
David Brownell
1
-74
/
+79
2007-10-12
USB: move <linux/usb_gadget.h> to <linux/usb/gadget.h>
David Brownell
1
-1
/
+1
2007-10-12
USB: serial gadget: Disable endpoints on unload
Vitaly Bordug
1
-0
/
+6
2007-10-12
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-19
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-12
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-16
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-07
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-12
[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-21
[PATCH] USB: move <linux/usb_cdc.h> to <linux/usb/cdc.h>
David Brownell
1
-1
/
+1
2006-06-21
[PATCH] USB: gadget-serial: do not save/restore IRQ flags in gs_close()
Franck Bui-Huu
1
-10
/
+8
2006-06-21
[PATCH] USB: gadget-serial: fix a deadlock when closing the serial device
Franck Bui-Huu
1
-78
/
+17
2006-03-20
[PATCH] USB: kzalloc() conversion in drivers/usb/gadget
Eric Sesterhenn
1
-2
/
+1
2006-03-20
[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-04
[PATCH] USB: One potential problem in gadget/serial.c
Fengwei Yin
1
-0
/
+2
[next]