summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/omninet.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* USB: remove unnecessary type casting of urb->contextMing Lei2008-04-251-2/+2
* usb serial: more fixes and groundwork for tty changesAlan Cox2008-04-251-1/+2
* USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-251-16/+16
* USB: serial: remove unneeded number endpoints settingsGreg Kroah-Hartman2008-04-251-3/+0Star
* USB: serial: omninet: clean up urb->status usageGreg Kroah-Hartman2007-07-131-5/+8
* USB: fix up license wording on some of my usb-serial driversGreg Kroah-Hartman2007-07-131-4/+3Star
* USB: fix omninet memory leak found by coverityOliver Neukum2007-05-231-2/+0Star
* USB: fix omninet write vs. close raceOliver Neukum2007-04-271-18/+22
* USB: omninet memory leak in error caseOliver Neukum2007-04-271-1/+5
* USB serial: add driver pointer to all usb-serial driversJohannes Hölzl2007-02-081-0/+1
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-4/+4
* usb-serial: possible irq lock inversion (PPP vs. usb/serial)Peter Zijlstra2006-09-291-3/+3
* [PATCH] USB: move usb-serial.h to include/linux/usb/Greg Kroah-Hartman2006-07-131-1/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0Star
* [PATCH] USB serial: encapsulate schedule_work, remove double-callingPete Zaitcev2006-06-221-1/+1
* [PATCH] USB: fix omninet driver bugGreg Kroah-Hartman2006-05-121-6/+6
* [PATCH] USB: omninet: fix up debugging commentsGreg Kroah-Hartman2006-03-201-6/+4Star