summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/omninet.c
Commit message (Expand)AuthorAgeFilesLines
* USB: serial: fix module-license macrosJohan Hovold2017-11-041-1/+1
* USB: serial: Remove redundant license textGreg Kroah-Hartman2017-11-041-4/+0Star
* USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
* USB: serial: omninet: use generic write implementationJohan Hovold2017-03-281-76/+17Star
* USB: serial: omninet: clean up port setupJohan Hovold2017-03-281-26/+21Star
* USB: serial: omninet: simplify endpoint checkJohan Hovold2017-03-161-13/+1Star
* USB: serial: omninet: drop open callbackJohan Hovold2017-03-081-7/+0Star
* USB: serial: omninet: fix reference leaks at openJohan Hovold2017-03-081-6/+0Star
* USB: serial: omninet: fix NULL-derefs at open and disconnectJohan Hovold2017-01-041-0/+13
* usb: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-091-1/+0Star
* USB: omninet: switch to generic read implementationJohan Hovold2013-04-171-40/+3Star
* USB: omninet: refactor read-urb processingJohan Hovold2013-04-171-7/+18
* USB: omninet: clean up protocol definesJohan Hovold2013-04-171-7/+7
* USB: omninet: clean up protocol descriptionJohan Hovold2013-04-171-7/+6Star
* USB: omninet: use kzalloc for private dataJohan Hovold2013-04-171-1/+1
* TTY: switch tty_flip_buffer_pushJiri Slaby2013-01-161-8/+3Star
* TTY: switch tty_insert_flip_stringJiri Slaby2013-01-161-2/+3
* USB: serial: remove driver version informationJohan Hovold2012-10-311-4/+0Star
* USB: omninet: fix port-data memory leakJohan Hovold2012-10-251-18/+18
* USB: Serial: omninet: Fix compiler warning.Greg Kroah-Hartman2012-09-181-1/+0Star
* USB: Serial: omninet.c: remove debug module parameterGreg Kroah-Hartman2012-09-181-16/+0Star
* USB: serial: remove debug parameter from usb_serial_debug_data()Greg Kroah-Hartman2012-09-181-2/+2
* USB: omninet: fix potential tty NULL dereferenceAlexey Khoroshilov2012-09-141-3/+5
* USB: serial: omninet.c: remove dbg() usageGreg Kroah-Hartman2012-09-141-7/+7
* USB: serial: rework usb_serial_register/deregister_drivers()Greg Kroah-Hartman2012-05-091-8/+1Star
* USB: serial: remove usb_serial_disconnect call in all driversGreg Kroah-Hartman2012-05-071-1/+0Star
* USB: serial: remove usb_serial_probe call in all driversGreg Kroah-Hartman2012-05-071-1/+0Star
* USB: omninet.c: remove dbg() tracing callsGreg Kroah-Hartman2012-05-041-13/+0Star
* USB: serial: omninet.c: use module_usb_serial_driverGreg Kroah-Hartman2012-02-281-21/+1Star
* usb-serial: use new registration API in [n-p]* driversAlan Stern2012-02-241-16/+10Star
* USB: serial: use dev_err_console in custom write pathsJohan Hovold2012-02-101-1/+1
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-1/+1
* USB: serial: remove unnecessary bulk-urb re-fillsJohan Hovold2011-11-151-12/+0Star
* USB: serial: remove unnecessary reinitialisations of urb->devJohan Hovold2011-11-151-1/+1
* USB: omninet: clean up write-urb busy handlingJohan Hovold2011-11-151-10/+4Star
* USB: omninet: fix write_roomJohan Hovold2011-11-151-1/+1
* USB: serial: remove changelogs and old todo entriesJohan Hovold2011-11-151-25/+0Star
* drivers/usb: Remove unnecessary return's from void functionsJoe Perches2010-08-101-2/+0Star
* USB: Convert concatenated __FILE__ to %s, __FILE__Joe Perches2010-03-021-2/+2
* USB: serial: Remove unnecessary \n's from dbg usesJoe Perches2010-03-021-1/+1
* USB serial: make USB device id constantNémeth Márton2010-03-021-1/+1
* tty: USB does not need the filp argument in the driversAlan Cox2009-09-191-4/+2Star
* USB: usb-serial: replace shutdown with disconnect, releaseAlan Stern2009-06-161-4/+15
* tty: Bring the usb tty port structure into more useAlan Cox2009-06-111-4/+2Star
* USB: remove use of err() in drivers/usb/serialGreg Kroah-Hartman2008-10-171-8/+11
* USB: remove info() macro from usb/serial driversGreg Kroah-Hartman2008-10-171-1/+2
* tty: usb-serial krefsAlan Cox2008-10-131-4/+6
* omninet: Use string flip functionsAlan Cox2008-07-221-4/+3Star
* tty-usb-omninet: Coding styleAlan Cox2008-07-221-73/+87
* usb_serial: API all changeAlan Cox2008-07-221-11/+15