summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/omninet.c
Commit message (Expand)AuthorAgeFilesLines
* 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-081-1/+0
* USB: omninet: switch to generic read implementationJohan Hovold2013-04-171-40/+3
* 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/+6
* USB: omninet: use kzalloc for private dataJohan Hovold2013-04-171-1/+1
* TTY: switch tty_flip_buffer_pushJiri Slaby2013-01-151-8/+3
* TTY: switch tty_insert_flip_stringJiri Slaby2013-01-151-2/+3
* USB: serial: remove driver version informationJohan Hovold2012-10-311-4/+0
* USB: omninet: fix port-data memory leakJohan Hovold2012-10-251-18/+18
* USB: Serial: omninet: Fix compiler warning.Greg Kroah-Hartman2012-09-181-1/+0
* USB: Serial: omninet.c: remove debug module parameterGreg Kroah-Hartman2012-09-181-16/+0
* 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-131-3/+5
* USB: serial: omninet.c: remove dbg() usageGreg Kroah-Hartman2012-09-131-7/+7
* USB: serial: rework usb_serial_register/deregister_drivers()Greg Kroah-Hartman2012-05-081-8/+1
* USB: serial: remove usb_serial_disconnect call in all driversGreg Kroah-Hartman2012-05-071-1/+0
* USB: serial: remove usb_serial_probe call in all driversGreg Kroah-Hartman2012-05-071-1/+0
* USB: omninet.c: remove dbg() tracing callsGreg Kroah-Hartman2012-05-031-13/+0
* USB: serial: omninet.c: use module_usb_serial_driverGreg Kroah-Hartman2012-02-281-21/+1
* usb-serial: use new registration API in [n-p]* driversAlan Stern2012-02-241-16/+10
* 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/+0
* 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/+4
* USB: omninet: fix write_roomJohan Hovold2011-11-151-1/+1
* USB: serial: remove changelogs and old todo entriesJohan Hovold2011-11-151-25/+0
* drivers/usb: Remove unnecessary return's from void functionsJoe Perches2010-08-101-2/+0
* 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/+2
* USB: usb-serial: replace shutdown with disconnect, releaseAlan Stern2009-06-151-4/+15
* tty: Bring the usb tty port structure into more useAlan Cox2009-06-111-4/+2
* 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/+3
* tty-usb-omninet: Coding styleAlan Cox2008-07-221-73/+87
* usb_serial: API all changeAlan Cox2008-07-221-11/+15
* USB: remove unnecessary type casting of urb->contextMing Lei2008-04-241-2/+2
* usb serial: more fixes and groundwork for tty changesAlan Cox2008-04-241-1/+2
* USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-241-16/+16
* USB: serial: remove unneeded number endpoints settingsGreg Kroah-Hartman2008-04-241-3/+0
* USB: serial: omninet: clean up urb->status usageGreg Kroah-Hartman2007-07-121-5/+8
* USB: fix up license wording on some of my usb-serial driversGreg Kroah-Hartman2007-07-121-4/+3
* USB: fix omninet memory leak found by coverityOliver Neukum2007-05-221-2/+0
* USB: fix omninet write vs. close raceOliver Neukum2007-04-271-18/+22