aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/omninet.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-04USB: serial: fix module-license macrosJohan Hovold1-1/+1
2017-11-04USB: serial: Remove redundant license textGreg Kroah-Hartman1-4/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-03-28USB: serial: omninet: use generic write implementationJohan Hovold1-76/+17
2017-03-28USB: serial: omninet: clean up port setupJohan Hovold1-26/+21
2017-03-16USB: serial: omninet: simplify endpoint checkJohan Hovold1-13/+1
2017-03-08USB: serial: omninet: drop open callbackJohan Hovold1-7/+0
2017-03-08USB: serial: omninet: fix reference leaks at openJohan Hovold1-6/+0
2017-01-04USB: serial: omninet: fix NULL-derefs at open and disconnectJohan Hovold1-0/+13
2014-01-08usb: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-04-17USB: omninet: switch to generic read implementationJohan Hovold1-40/+3
2013-04-17USB: omninet: refactor read-urb processingJohan Hovold1-7/+18
2013-04-17USB: omninet: clean up protocol definesJohan Hovold1-7/+7
2013-04-17USB: omninet: clean up protocol descriptionJohan Hovold1-7/+6
2013-04-17USB: omninet: use kzalloc for private dataJohan Hovold1-1/+1
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby1-8/+3
2013-01-15TTY: switch tty_insert_flip_stringJiri Slaby1-2/+3
2012-10-31USB: serial: remove driver version informationJohan Hovold1-4/+0
2012-10-25USB: omninet: fix port-data memory leakJohan Hovold1-18/+18
2012-09-18USB: Serial: omninet: Fix compiler warning.Greg Kroah-Hartman1-1/+0
2012-09-18USB: Serial: omninet.c: remove debug module parameterGreg Kroah-Hartman1-16/+0
2012-09-18USB: serial: remove debug parameter from usb_serial_debug_data()Greg Kroah-Hartman1-2/+2
2012-09-13USB: omninet: fix potential tty NULL dereferenceAlexey Khoroshilov1-3/+5
2012-09-13USB: serial: omninet.c: remove dbg() usageGreg Kroah-Hartman1-7/+7
2012-05-08USB: serial: rework usb_serial_register/deregister_drivers()Greg Kroah-Hartman1-8/+1
2012-05-07USB: serial: remove usb_serial_disconnect call in all driversGreg Kroah-Hartman1-1/+0
2012-05-07USB: serial: remove usb_serial_probe call in all driversGreg Kroah-Hartman1-1/+0
2012-05-03USB: omninet.c: remove dbg() tracing callsGreg Kroah-Hartman1-13/+0
2012-02-28USB: serial: omninet.c: use module_usb_serial_driverGreg Kroah-Hartman1-21/+1
2012-02-24usb-serial: use new registration API in [n-p]* driversAlan Stern1-16/+10
2012-02-10USB: serial: use dev_err_console in custom write pathsJohan Hovold1-1/+1
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-1/+1
2011-11-15USB: serial: remove unnecessary bulk-urb re-fillsJohan Hovold1-12/+0
2011-11-15USB: serial: remove unnecessary reinitialisations of urb->devJohan Hovold1-1/+1
2011-11-15USB: omninet: clean up write-urb busy handlingJohan Hovold1-10/+4
2011-11-15USB: omninet: fix write_roomJohan Hovold1-1/+1
2011-11-15USB: serial: remove changelogs and old todo entriesJohan Hovold1-25/+0
2010-08-10drivers/usb: Remove unnecessary return's from void functionsJoe Perches1-2/+0
2010-03-02USB: Convert concatenated __FILE__ to %s, __FILE__Joe Perches1-2/+2
2010-03-02USB: serial: Remove unnecessary \n's from dbg usesJoe Perches1-1/+1
2010-03-02USB serial: make USB device id constantNémeth Márton1-1/+1
2009-09-19tty: USB does not need the filp argument in the driversAlan Cox1-4/+2
2009-06-15USB: usb-serial: replace shutdown with disconnect, releaseAlan Stern1-4/+15
2009-06-11tty: Bring the usb tty port structure into more useAlan Cox1-4/+2
2008-10-17USB: remove use of err() in drivers/usb/serialGreg Kroah-Hartman1-8/+11
2008-10-17USB: remove info() macro from usb/serial driversGreg Kroah-Hartman1-1/+2
2008-10-13tty: usb-serial krefsAlan Cox1-4/+6
2008-07-22omninet: Use string flip functionsAlan Cox1-4/+3
2008-07-22tty-usb-omninet: Coding styleAlan Cox1-73/+87
2008-07-22usb_serial: API all changeAlan Cox1-11/+15