index
:
linux-stable.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
gadget
/
serial.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
usb: gadget: Gadget directory cleanup - group legacy gadgets
Andrzej Pietrasiewicz
2014-07-16
1
-276
/
+0
*
usb: gadget: serial: convert to new interface of f_obex
Andrzej Pietrasiewicz
2013-04-03
1
-39
/
+3
*
usb: gadget: f_obex: convert to new function interface with backward compatib...
Andrzej Pietrasiewicz
2013-04-03
1
-0
/
+1
*
usb: gadget: serial: convert to new interface of f_serial
Andrzej Pietrasiewicz
2013-04-03
1
-18
/
+7
*
usb: gadget: f_serial: convert to new function interface with backward compat...
Andrzej Pietrasiewicz
2013-04-03
1
-0
/
+1
*
usb: gadget: push tty port allocation from gadget into f_acm
Sebastian Andrzej Siewior
2013-04-03
1
-10
/
+10
*
usb: gadget: f_acm: convert to new function interface with backwards compatib...
Sebastian Andrzej Siewior
2013-01-21
1
-18
/
+65
*
usb: gadget: allocate & giveback serial ports instead hard code them
Sebastian Andrzej Siewior
2013-01-21
1
-8
/
+23
*
usb: gadget: u_serial: convert into a module
Sebastian Andrzej Siewior
2013-01-21
1
-1
/
+0
*
usb: gadget: g_serial: split the three possible functions into three bind fun...
Sebastian Andrzej Siewior
2013-01-21
1
-11
/
+32
*
usb: gadget serial: don't shift bcd version left by 16
Sebastian Andrzej Siewior
2012-09-10
1
-1
/
+1
*
usb: gadget: remove usb_gadget_controller_number()
Sebastian Andrzej Siewior
2012-09-10
1
-21
/
+1
*
usb: gadget: libcomposite: move composite.c into libcomposite
Sebastian Andrzej Siewior
2012-09-10
1
-2
/
+0
*
usb: gadget: Provide a default implementation of default manufacturer string
Sebastian Andrzej Siewior
2012-09-10
1
-8
/
+1
*
usb: gadget: make sure each gadget is using same index for Product, Serial,…
Sebastian Andrzej Siewior
2012-09-10
1
-7
/
+6
*
usb: gadget: push VID/PID/USB BCD module option into gadgets
Sebastian Andrzej Siewior
2012-09-10
1
-0
/
+2
*
usb: gadget: use usb_string_ids_tab instead multiple usb_string_id()
Sebastian Andrzej Siewior
2012-09-10
1
-18
/
+4
*
usb: gadget: libcomposite: add epautoconf.c to libcomposite
Sebastian Andrzej Siewior
2012-09-10
1
-1
/
+0
*
usb: gadget: libcomposite: move config.c into libcomposite
Sebastian Andrzej Siewior
2012-09-10
1
-1
/
+0
*
usb: gadget: start with libcomposite
Sebastian Andrzej Siewior
2012-09-10
1
-1
/
+0
*
usb: gadget: move bind() callback back to struct usb_composite_driver
Sebastian Andrzej Siewior
2012-09-10
1
-1
/
+2
*
usb: gadget: push all usb_composite_driver structs into __refdata
Sebastian Andrzej Siewior
2012-09-10
1
-1
/
+1
*
usb: gadget: add usb3.0 descriptors to serial gadgets
Sebastian Andrzej Siewior
2012-02-09
1
-1
/
+1
*
module_param: make bool parameters really bool (drivers & misc)
Rusty Russell
2012-01-13
1
-2
/
+2
*
usb: gadget: add max_speed to usb_composite_driver
Tatyana Brokhman
2011-07-01
1
-0
/
+1
*
usb gadget: don't save bind callback in struct usb_configuration
Uwe Kleine-König
2010-10-22
1
-2
/
+2
*
usb gadget: don't save bind callback in struct usb_composite_driver
Michal Nazarewicz
2010-10-22
1
-2
/
+1
*
USB: Revert "USB: gadget: section mismatch warning fixed"
Michal Nazarewicz
2010-10-22
1
-2
/
+2
*
USB: gadget: section mismatch warning fixed
Michal Nazarewicz
2010-08-10
1
-2
/
+2
*
USB: replace uses of __constant_{endian}
Harvey Harrison
2009-03-24
1
-6
/
+6
*
usb gadget: USB_GADGET_VBUS_DRAW Kconfig option
David Brownell
2008-10-17
1
-1
/
+0
*
usb gadget: cdc obex glue
Felipe Balbi
2008-10-17
1
-0
/
+14
*
usb gadget: link fixes for serial gadget
David Brownell
2008-10-16
1
-0
/
+18
*
usb gadget serial: use composite gadget framework
David Brownell
2008-07-21
1
-928
/
+145
*
usb gadget: use new serial core
David Brownell
2008-07-21
1
-1316
/
+76
*
USB: serial gadget: descriptor cleanup
David Brownell
2008-05-14
1
-4
/
+2
*
USB: serial gadget: simplify endpoint handling
David Brownell
2008-05-14
1
-89
/
+57
*
USB: serial gadget: remove needless data structure
David Brownell
2008-05-14
1
-72
/
+13
*
USB: serial gadget: cleanup/reorg
David Brownell
2008-05-14
1
-290
/
+263
*
usb serial gadget: CDC ACM fixes
David Brownell
2008-05-02
1
-17
/
+73
*
usb gadget: switch to put_char returning int
Alan Cox
2008-04-30
1
-4
/
+6
*
USB: gadget: Hangup tty on g_serial disconnect
Savin Zlobec
2008-04-24
1
-2
/
+1
*
USB: gadget code switches to pr_err() and friends
David Brownell
2008-02-01
1
-74
/
+79
*
USB: move <linux/usb_gadget.h> to <linux/usb/gadget.h>
David Brownell
2007-10-12
1
-1
/
+1
*
USB: serial gadget: Disable endpoints on unload
Vitaly Bordug
2007-10-12
1
-0
/
+6
*
USB: gadget: serial gadget cleanups
David Brownell
2007-10-12
1
-93
/
+73
*
USB: fix serial gadget ACM breakage
David Brownell
2007-09-11
1
-10
/
+15
*
USB: use mutex instead of semaphore in the USB gadget serial driver
Matthias Kaehlcke
2007-07-19
1
-12
/
+13
*
some kmalloc/memset ->kzalloc (tree wide)
Yoann Padioleau
2007-07-19
1
-2
/
+1
*
USB: usb serial gadget, sparse fixes
David Brownell
2007-07-12
1
-6
/
+8
[next]