index
:
profile/common/kernel-common
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0_common
accepted/tizen_4.0_unified
accepted/tizen_common
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
sandbox/dkson95/gcc6
sandbox/jaehun77/hardfp
sandbox/jkozerski/ima-evm
sandbox/jobol/upstream
sandbox/jobol/v3.19.1
sandbox/jobol/v4.0
sandbox/lstelmach/memfd
sandbox/mwereski/kdbus-integration
sandbox/mwereski/memfd
sandbox/pcoval/devel-sdk
sandbox/pcoval/efi
sandbox/pcoval/ivi-devel
sandbox/pcoval/latest
sandbox/pcoval/rcar-m2
sandbox/pcoval/snapshot
sandbox/pcoval/tizen
sandbox/pcoval/tizen_common
sandbox/sdx/displaylink
sandbox/zjasinski/ima-evm
sandbox/zjasinski/ima-evm2
tizen
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m2
tizen_3.14.14
tizen_3.14.19
tizen_3.14.4
tizen_4.0
tizen_common
tizen_common_3.14.20
tizen_common_3.14.25
upstream
Domain: SCM / Uncategorized;
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
2013-04-03
usb: gadget: serial: convert to new interface of f_obex
Andrzej Pietrasiewicz
1
-39
/
+3
2013-04-03
usb: gadget: f_obex: convert to new function interface with backward compatib...
Andrzej Pietrasiewicz
1
-0
/
+1
2013-04-03
usb: gadget: serial: convert to new interface of f_serial
Andrzej Pietrasiewicz
1
-18
/
+7
2013-04-03
usb: gadget: f_serial: convert to new function interface with backward compat...
Andrzej Pietrasiewicz
1
-0
/
+1
2013-04-03
usb: gadget: push tty port allocation from gadget into f_acm
Sebastian Andrzej Siewior
1
-10
/
+10
2013-01-21
usb: gadget: f_acm: convert to new function interface with backwards compatib...
Sebastian Andrzej Siewior
1
-18
/
+65
2013-01-21
usb: gadget: allocate & giveback serial ports instead hard code them
Sebastian Andrzej Siewior
1
-8
/
+23
2013-01-21
usb: gadget: u_serial: convert into a module
Sebastian Andrzej Siewior
1
-1
/
+0
2013-01-21
usb: gadget: g_serial: split the three possible functions into three bind fun...
Sebastian Andrzej Siewior
1
-11
/
+32
2012-09-10
usb: gadget serial: don't shift bcd version left by 16
Sebastian Andrzej Siewior
1
-1
/
+1
2012-09-10
usb: gadget: remove usb_gadget_controller_number()
Sebastian Andrzej Siewior
1
-21
/
+1
2012-09-10
usb: gadget: libcomposite: move composite.c into libcomposite
Sebastian Andrzej Siewior
1
-2
/
+0
2012-09-10
usb: gadget: Provide a default implementation of default manufacturer string
Sebastian Andrzej Siewior
1
-8
/
+1
2012-09-10
usb: gadget: make sure each gadget is using same index for Product, Serial,…
Sebastian Andrzej Siewior
1
-7
/
+6
2012-09-10
usb: gadget: push VID/PID/USB BCD module option into gadgets
Sebastian Andrzej Siewior
1
-0
/
+2
2012-09-10
usb: gadget: use usb_string_ids_tab instead multiple usb_string_id()
Sebastian Andrzej Siewior
1
-18
/
+4
2012-09-10
usb: gadget: libcomposite: add epautoconf.c to libcomposite
Sebastian Andrzej Siewior
1
-1
/
+0
2012-09-10
usb: gadget: libcomposite: move config.c into libcomposite
Sebastian Andrzej Siewior
1
-1
/
+0
2012-09-10
usb: gadget: start with libcomposite
Sebastian Andrzej Siewior
1
-1
/
+0
2012-09-10
usb: gadget: move bind() callback back to struct usb_composite_driver
Sebastian Andrzej Siewior
1
-1
/
+2
2012-09-10
usb: gadget: push all usb_composite_driver structs into __refdata
Sebastian Andrzej Siewior
1
-1
/
+1
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
[next]